Code: Select all
#VIDEO MODE SECTION THIS MIGHT NOT BE NEEDED
#hdmi_group=0 CEA
#hdmi_group=1 DMT
hdmi_group=1
hdmi_mode=4
#OVERCLOCKING SECTION
#THIS IS STABLE FOR ME
# stock is 700
arm_freq=800
#stock is 400
sdram_freq=500
#stock is 250
gpu_freq=300
# I prolly don't need this here but it is an option
#this if if you want a stock screen
#disable_overscan=1
#TV MODES
#sdtv_mode=0 Normal NTSC
#sdtv_mode=1 Japanese version of NTSC – no pedestal
#sdtv_mode=2 Normal PAL
#sdtv_mode=3 Brazilian version of PAL – 525/60 rather than 625/50, different subcarrier
sdtv_mode=2
# Make display smaller to stop text spilling off the screen
overscan_left=12
overscan_right=6
overscan_bottom=0
overscan_top=0
Are you rebooting cleanly ("sudo shutdown -r now" or "sudo reboot") or uncleanly (cycle power, "sudo reboot -f" or -n)?Super-Nathan wrote:I have found that if I put too much stuff and comments in my config.txt file that When I reboot I end up with gobble-dee-gook at the end of the file and my setting not being read. Is anyone else having this problem? is there a finite word limit?
Or you could type: syncbredman wrote:After editing anything on the /boot partition, you MUST reboot cleanly to force the filesystem to be synced.
Or "init 0". By the way, is it actually true that something like "reboot -f" will reboot it without flushing the buffers. That seems odd to me.bredman wrote: Reboot using this command
sudo reboot
And don't edit the file on a Windows box. This has already been shown to be a problem...bredman wrote: Also, remember to press Enter after the last line of the file, don't leave the last line unterminated.
"reboot -f" does sync, but "reboot -fn" does not. Plain "reboot", which triggers an orderly shutdown and umounts, is still much preferred.Joe Schmoe wrote:By the way, is it actually true that something like "reboot -f" will reboot it without flushing the buffers. That seems odd to me.
Hiasb wrote:Plus the wheezy beta image onwards mount /boot with sync which should make it hard to corrupt the filesystem unless you actually turn the device off while performing a write operation.