Advertisement
Guest User

config.txt

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