Guest User

Untitled

a guest
Aug 22nd, 2015
620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. # uncomment if you get no picture on HDMI for a default "safe" mode
  2. #hdmi_safe=1
  3.  
  4. # uncomment this if your display has a black border of unused pixels visible
  5. # and your display can output without overscan
  6. disable_overscan=1
  7.  
  8. # uncomment the following to adjust overscan. Use positive numbers if console
  9. # goes off screen, and negative if there is too much border
  10. #overscan_left=16
  11. #overscan_right=16
  12. #overscan_top=16
  13. #overscan_bottom=16
  14.  
  15. # uncomment to force a console size. By default it will be display's size minus
  16. # overscan.
  17. #framebuffer_width=1280
  18. #framebuffer_height=720
  19.  
  20. # uncomment if hdmi display is not detected and composite is being output
  21. #hdmi_force_hotplug=1
  22.  
  23. # Custom HDMI mode
  24. hdmi_cvt=1680 1050 60 5 0 0 1
  25.  
  26. # uncomment to force a specific HDMI mode (this will force VGA)
  27. hdmi_group=1
  28. hdmi_mode=4
  29.  
  30. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  31. # DMT (computer monitor) modes
  32. hdmi_drive=2
  33.  
  34. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  35. # no display
  36. #config_hdmi_boost=4
  37.  
  38. # uncomment for composite PAL
  39. #sdtv_mode=2
  40.  
  41. # for more options see http://elinux.org/RPi_config.txt
  42. gpu_mem_256=128
  43. gpu_mem_512=256
  44. gpu_mem_1024=256
  45.  
  46. overscan_scale=1
Advertisement
Add Comment
Please, Sign In to add comment