Advertisement
Guest User

Dinofly's /boot/config.txt

a guest
Dec 10th, 2015
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pi@retropie ~ $ cat /boot/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. # for more options see http://elinux.org/RPi_config.txt
  40. gpu_mem_256=128
  41. gpu_mem_512=256
  42. gpu_mem_1024=256
  43.  
  44. overscan_scale=1
  45.  
  46. avoid_safe_mode=1
  47. gpu_mem=512
  48. arm_freq=1000
  49. core_freq=500
  50. sdram_freq=500
  51. over_voltage=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement