1. Dashboard
  2. Mitglieder
    1. Letzte Aktivitäten
    2. Benutzer online
    3. Team
    4. Mitgliedersuche
  3. Filebase
  4. Forum
  5. Zebradem-WIKI
  6. Foren-Regeln
  7. Spenden Liste
    1. Spenden
  • Anmelden
  • Registrieren
  • Suche
ZebraDem-Sponsoring
Dieses Thema
  • Alles
  • Dieses Thema
  • Dieses Forum
  • Seiten
  • Dateien
  • Forum
  • Erweiterte Suche
  1. Forum
  2. Computer Ecke
  3. Betriebssysteme
  4. Linux

Raspberry Pi mit 512MB und übertakten mit Openelec

  • Kusselin
  • 9. Juni 2013 um 12:54
  • Kusselin
    Profi
    Punkte
    6.420
    Beiträge
    1.048
    • 9. Juni 2013 um 12:54
    • #1

    Hallo,
    habe o.g. Konstallation und wollte jetzt meinen Pi übertakten.

    Wenn ich die SD Karte in den PC stecke und die "Config.txt" datei öffne mit z.B. UltraEdit dann habe ich folgendes gemacht:

    Code
    [FONT=Courier New]################################################################################
    #      This file is part of OpenELEC - [url=http://www.openelec.tv]OpenELEC Mediacenter - Home[/url]
    
    
    #      Copyright (C) 2009-2012 Stephan Raue ([email="[email protected]"][email protected][/email])
    
    
    #      Inspired and partly copied from:
    
    
    #  [url=http://youresuchageek.blogspot.fr/2012/09/howto-raspberry-pi-openelec-on.html]youresuchageek: Howto Raspberry Pi : OpenELEC on Raspberry Pi, get a great XBMC experience on your Raspberry Pi[/url]
    
    
    #
    
    
    #  This Program is free software; you can redistribute it and/or modify
    
    
    #  it under the terms of the GNU General Public License as published by
    
    
    #  the Free Software Foundation; either version 2, or (at your option)
    
    
    #  any later version.
    
    
    #
    
    
    #  This Program is distributed in the hope that it will be useful,
    
    
    #  but WITHOUT ANY WARRANTY; without even the implied warranty of
    
    
    #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    
    
    #  GNU General Public License for more details.
    
    
    #
    
    
    #  You should have received a copy of the GNU General Public License
    
    
    #  along with OpenELEC.tv; see the file COPYING.  If not, write to
    
    
    #  the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
    
    
    #  [url=http://www.gnu.org/copyleft/gpl.html]The GNU General Public License v3.0 - GNU Project - Free Software Foundation (FSF)[/url]
    
    
    ################################################################################
    
    
    # Bootloader configuration - config.txt
    
    
    ################################################################################
    
    
    ################################################################################
    
    
    # Memory (System/GPU configuration )
    
    
    ################################################################################
    
    
    # default GPU memory split (do not change if you do not know what you are doing)
    
    
      gpu_mem=128
    
    
    # SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
    
    
      gpu_mem_256=100
    
    
      gpu_mem_512=128
    
    
    ################################################################################
    
    
    # Overclocking settings
    
    
    # WARNING: Do not change/enable if you do not know what you are doing!
    
    
    #          The System may become unstable or you can have data corruption or
    
    
    #          you can loose your warranty if you set wrong settings
    
    
    #
    
    
    # please read: [url=http://elinux.org/RPi_config.txt#Overclocking_configuration]RPiconfig - eLinux.org[/url]
    
    
    ################################################################################
    
    
    # Overclock mode settings.
    
    
    #
    
    
    # default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
    
    
    # no overclocking               :    700   |    250    |    400     |      0
    
    
    # mode 'Modest'                 :    800   |    300    |    400     |      0
    
    
    # mode 'Medium'                 :    900   |    333    |    450     |      2
    
    
    # mode 'High'                   :    950   |    450    |    450     |      6
    
    
    # mode 'Turbo'                  :   1000   |    500    |    500     |      6
    
    
    [color=#ff0000][B]arm_freq=900
    
    
    core_freq=333
    
    
    sdram_freq=450
    
    
    over_voltage=2
    [/B][/color]
    # set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
    
    
      force_turbo=0
    
    
    # If you have any data corruption using Turbo Mode and overclocking
    
    
    # try with this setting uncommented
    
    
    # If this still fails, try to use Medium mode without "over_voltage=2"
    
    
    # If it ultimately keeps failing, forget about this until it gets fixed
    
    
    # Use a more conservative mode that will works fine in any cases:
    
    
    # initial_turbo=30
    
    
    ################################################################################
    
    
    # Overscan settings
    
    
    ################################################################################
    
    
    # Make display smaller to stop text spilling off the screen
    
    
    # see also [url=http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700]Raspberry Pi • View topic - EGL windows not respecting overscan[/url]
    
    
    # overscan_scale=1
    
    
    # disable_overscan=1
    
    
    # Adapt overscan values to your needs
    
    
    # overscan_left=57
    
    
    # overscan_right=59
    
    
    # overscan_top=20
    
    
    # overscan_bottom=20
    
    
    ################################################################################
    
    
    # various settings see also: [url=http://elinux.org/RPi_config.txt]RPiconfig - eLinux.org[/url]
    
    
    ################################################################################
    
    
    # Force HDMI even if unplugged or powered off
    
    
    # hdmi_force_hotplug=1
    
    
    ################################################################################
    
    
    # License keys to enable GPU hardware decoding for various codecs
    
    
    # to obtain keys visit the shop at [url=http://www.raspberrypi.com]Raspberry Pi Store[/url]
    
    
    ################################################################################
    
    
    # decode_MPG2=0x00000000
    
    
    # decode_WVC1=0x00000000
    
    
    # decode_DTS=0x00000000
    
    
    # decode_DDP=0x00000000
    
    
    ################################################################################
    
    
    # End of default configuration
    
    
    # all values below this line were inserted from config.txt.bk (your old config)
    
    
    # and can be merged with the above values
    ################################################################################[/FONT]
    Alles anzeigen

    also ich habe das "#" auskommentiert....aber wenn ich dann im XBMC auf Info gehe habe ich immer noch eine CPU Auslaszung von knapp 94 % :(

    was mache ich falsch?

    Über Tipps danke ich Euch

    Gruss

    Kussel

  • mandy28
    Erleuchteter
    Reaktionen
    1
    Punkte
    88.996
    Beiträge
    16.178
    • 9. Juni 2013 um 21:47
    • #2

    übertakten und Auslastung sind 2 Paar Schuhe

    Externer Inhalt www.youtube.com
    Inhalte von externen Seiten werden ohne deine Zustimmung nicht automatisch geladen und angezeigt.
    Durch die Aktivierung der externen Inhalte erklärst du dich damit einverstanden, dass personenbezogene Daten an Drittplattformen übermittelt werden. Mehr Informationen dazu haben wir in unserer Datenschutzerklärung zur Verfügung gestellt.

    http://raspberrycenter.de/tags/overclocking

  • Kusselin
    Profi
    Punkte
    6.420
    Beiträge
    1.048
    • 10. Juni 2013 um 22:02
    • #3

    Hi mandy

    danke... Aber video geht net :(

    kussel

  • mandy28
    Erleuchteter
    Reaktionen
    1
    Punkte
    88.996
    Beiträge
    16.178
    • 11. Juni 2013 um 06:18
    • #4

    als ich gepostet hatte ginbgs noch und war nicht privat
    kann man nix machen

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!

Benutzerkonto erstellen Anmelden

Spenden

Vielen Dank für die Unterstützung!
Hiermit unterstützt du Zebradem.
Das beinhaltet überwiegend die Serverkosten und Lizenzgebühren.
Spenden

Letzte Beiträge

  1. Eine neue Bedrohung: Der adaptive KI-Wurm

    heugabel
    4. Juni 2026 um 18:27
  2. Revolution oder Risiko? KI-gestützte Hörbücher im Wandel

    heugabel
    4. Juni 2026 um 12:27
  3. Großrazzia gegen organisiertes Verbrechen in Sachsen-Anhalt

    heugabel
    4. Juni 2026 um 11:27
  4. Wieder online: Warez-Forum Data-Load kehrt zurück nach einer unerwarteten Zwangspause

    heugabel
    4. Juni 2026 um 10:27
  5. Geplante Änderungen bei der Vorratsdatenspeicherung: Ein Überblick

    heugabel
    3. Juni 2026 um 14:27
  6. Existenz eines vermeintlichen Limits bei Google durchMassive Löschungen in Frage gestellt

    heugabel
    3. Juni 2026 um 10:27
  7. Ubuntu 26.04: Der Weg in die KI-Zukunft oder nur ein Marketing-Schachzug?

    heugabel
    3. Juni 2026 um 09:27
  8. Illegale IPTV-Dienste: Eine versteckte Geldquelle für einen britischen Postboten

    heugabel
    3. Juni 2026 um 08:27
  9. Großfahndung gegen IPTV-Piraten in Großbritannien

    heugabel
    2. Juni 2026 um 18:27
  10. Datenleak an der Universität Saarland — Über 40.000 Accounts betroffen

    heugabel
    2. Juni 2026 um 12:27

Aktivste Themen

  1. The Highway to Freedom is now Open for Everyone!!

    29 Antworten
  2. iOmega sftp

    24 Antworten
  3. Wo sind die Linux User ???

    20 Antworten
  4. Erste Beta von Ubuntu 10.04 steht zum Download bereit

    19 Antworten
  5. php webseiten script ubuntu reboot

    18 Antworten
  6. Welches Linux auf alten Laptop?

    11 Antworten
  7. kennt sich jemand mit SABnzbd aus?

    10 Antworten
  8. Keybord Error bei Fujitsu Siemens Futro C 100

    9 Antworten
  9. Debian Homeserver Anleitung

    9 Antworten
  10. Debian 5.0.5

    9 Antworten
© 2024 Zebradem - Software by WoltLab