Advertisement
Pouknouki

My Raspberry Pi config.txt

Dec 21st, 2013
1,334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 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=0
  7.  
  8. hdmi_force_hotplug=1
  9. hdmi_group=2
  10. hdmi_drive=2
  11. overscan_left=20
  12. overscan_right=20
  13. overscan_top=20
  14. overscan_bottom=20
  15.  
  16. # uncomment the following to adjust overscan. Use positive numbers if console
  17. # goes off screen, and negative if there is too much border
  18. #overscan_left=16
  19. #overscan_right=16
  20. #overscan_top=16
  21. #overscan_bottom=16
  22.  
  23. # uncomment to force a console size. By default it will be display's size minus
  24. # overscan.
  25. #framebuffer_width=1280
  26. #framebuffer_height=720
  27.  
  28. # uncomment if hdmi display is not detected and composite is being output
  29. #hdmi_force_hotplug=1
  30.  
  31. # uncomment to force a specific HDMI mode (this will force VGA)
  32. #hdmi_group=1
  33. #hdmi_mode=1
  34.  
  35. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  36. # DMT (computer monitor) modes
  37. #hdmi_drive=2
  38.  
  39. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  40. # no display
  41. #config_hdmi_boost=4
  42.  
  43. # uncomment for composite PAL
  44. #sdtv_mode=2
  45.  
  46. #uncomment to overclock the arm. 700 MHz is the default.
  47. #arm_freq=800
  48.  
  49. # for more options see http://elinux.org/RPi_config.txt
  50.  
  51. # NOOBS Auto-generated Settings:
  52. #hdmi_force_hotplug=1
  53. #config_hdmi_boost=4
  54. overscan_left=24
  55. overscan_right=24
  56. overscan_top=16
  57. overscan_bottom=16
  58. #disable_overscan=0
  59. gpu_mem=128
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement