Advertisement
Guest User

Untitled

a guest
May 1st, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. pi@raspberrypi:~$ cat /boot/config.txt
  2. kernel=kernel_new.img
  3.  
  4. # uncomment if you get no picture on HDMI for a default "safe" mode
  5. #hdmi_safe=1
  6.  
  7. # uncomment this if your display has a black border of unused pixels visible
  8. # and your display can output without overscan
  9. #disable_overscan=1
  10.  
  11. # uncomment the following to adjust overscan. Use positive numbers if console
  12. # goes off screen, and negative if there is too much border
  13. #overscan_left=16
  14. #overscan_right=16
  15. #overscan_top=16
  16. #overscan_bottom=16
  17.  
  18. # uncomment to force a console size. By default it will be display's size minus
  19. # overscan.
  20. #framebuffer_width=1280
  21. #framebuffer_height=720
  22.  
  23. # uncomment if hdmi display is not detected and composite is being output
  24. #hdmi_force_hotplug=1
  25.  
  26. # uncomment to force a specific HDMI mode (this will force VGA)
  27. #hdmi_group=1
  28. #hdmi_mode=1
  29. #hdmi_mode=2
  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. #hdmi_group=1
  34. hdmi_force_edid_audio=1
  35. hdmi_force_hotplug=1
  36.  
  37.  
  38. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  39. # no display
  40. #config_hdmi_boost=4
  41.  
  42. # uncomment for composite PAL
  43. #sdtv_mode=2
  44.  
  45. #uncomment to overclock the arm. 700 MHz is the default.
  46. arm_freq=900
  47.  
  48. # for more options see http://elinux.org/RPi_config.txt
  49. start_x=1
  50. gpu_mem=128
  51. core_freq=250
  52. sdram_freq=450
  53. over_voltage=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement