Genannte Werte gelten nur für den Raspberry PI B und B+
Verbindung via ssh herstellen und einloggen. Default Zugangsdaten:
#Flashbereich mounten: mount /flash -o remount,rw #config.txt bearbeiten nano /flash/config.txt
#empfohlene Anpassungen diff -uNr config.txt config.txt --- config.txt 2014-12-24 22:01:21.221347611 +0100 +++ config.txt 2014-12-24 22:01:21.200348417 +0100 @@ -25,7 +25,7 @@ ################################################################################ # default GPU memory split (do not change if you do not know what you are doing) - gpu_mem=128 +gpu_mem=256 # SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem' # gpu_mem_256=128 @@ -49,13 +49,14 @@ # mode 'High' : 950 | 450 | 450 | 6 # mode 'Turbo' : 1000 | 500 | 500 | 6 -# arm_freq=700 -# core_freq=250 -# sdram_freq=400 -# over_voltage=0 +arm_freq=950 +core_freq=450 +sdram_freq=450 +over_voltage=6 +gpu_freq=400 # set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!) - force_turbo=0 + force_turbo=1 # If you have any data corruption using Turbo Mode and overclocking # try with this setting uncommented @@ -71,7 +72,7 @@ # Make display smaller to stop text spilling off the screen # see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700 # overscan_scale=1 -# disable_overscan=1 +disable_overscan=1 # Adapt overscan values to your needs # overscan_left=57 @@ -96,7 +97,7 @@ # to obtain keys visit the shop at http://www.raspberrypi.com ################################################################################ -# decode_MPG2=0x00000000 +decode_MPG2=0xb04b22a7 # decode_WVC1=0x00000000 # decode_DTS=0x00000000 # decode_DDP=0x00000000