Advertisement
Guest User

Untitled

a guest
Nov 1st, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. root@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.  
  15. #overscan_bottom=16
  16.  
  17. # uncomment to force a console size. By default it will be display's size minus
  18. # overscan.
  19. #framebuffer_width=1280
  20. #framebuffer_height=720
  21.  
  22. # uncomment if hdmi display is not detected and composite is being output
  23. #hdmi_force_hotplug=1
  24.  
  25. # uncomment to force a specific HDMI mode (this will force VGA)
  26. #hdmi_group=1
  27. #hdmi_mode=1
  28.  
  29. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  30. # DMT (computer monitor) modes
  31. #hdmi_drive=2
  32.  
  33. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  34. # no display
  35. #config_hdmi_boost=4
  36.  
  37.  
  38. # uncomment for composite PAL
  39. #sdtv_mode=2
  40.  
  41. #uncomment to overclock the arm. 700 MHz is the default.
  42. arm_freq=900
  43.  
  44. # for more options see http://elinux.org/RPi_config.txt
  45. core_freq=250
  46. sdram_freq=450
  47. over_voltage=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement