Advertisement
Guest User

boot/config.txt

a guest
Feb 12th, 2017
1,320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. # uncomment if you get no picture on HDMI for a default "safe" mode
  2. #hdmi_safe=1
  3. overscan_scale=1
  4. disable_overscan=0
  5. overscan_left=10
  6. overscan_right=10
  7. overscan_top=-18
  8. overscan_bottom=-18
  9.  
  10.  
  11. # uncomment to force a specific HDMI mode (this will force VGA)
  12. #hdmi_group=1
  13. #hdmi_mode=1
  14.  
  15. # comment to get jack audio
  16. #hdmi_drive=2
  17.  
  18. config_hdmi_boost=0
  19.  
  20. # force hdmi while the tv can take time before sending the signal on the hdmi o$
  21. #hdmi_force_hotplug=1
  22.  
  23. # uncomment for composite PAL
  24. sdtv_mode=0
  25. hdmi_ignore_hotplug=1
  26.  
  27. # uncomment for lirc-rpi
  28. #dtoverlay=lirc-rpi
  29.  
  30. # if you plug your tv at the same time as your rpi and that the rpi switches fr$
  31. boot_delay=3
  32.  
  33. # uncomment if you don't want the rainbow at startup
  34. disable_splash=1
  35.  
  36. # Overclock
  37. gpu_mem_256=128
  38. gpu_mem_512=256
  39. gpu_mem_1024=512
  40.  
  41. avoid_safe_mode=1
  42.  
  43. kernel=zImage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement