Advertisement
Guest User

Untitled

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