Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. For more options and information see
  2. # http://www.raspberrypi.org/documentation/configuration/config-txt.md
  3. # Some settings may impact device functionality. See link above for details
  4.  
  5. # uncomment if you get no picture on HDMI for a default "safe" mode
  6. #hdmi_safe=1
  7.  
  8. # uncomment this if your display has a black border of unused pixels visible
  9. # and your display can output without overscan
  10. disable_overscan=1
  11.  
  12. # uncomment the following to adjust overscan. Use positive numbers if console
  13. # goes off screen, and negative if there is too much border
  14. ##### Arcade Monitor Settings
  15. #overscan_left=58
  16. #overscan_right=58
  17. #overscan_top=39
  18. #overscan_bottom=39
  19. overscan_scale=1
  20.  
  21. #### Overclocking settings
  22. #arm_freq=1300
  23. #gpu_freq=500
  24. #core_freq=500
  25. #sdram_freq=500
  26. #sdram_schmoo=0x02000020
  27. #over_voltage=2
  28. #sdram_over_voltage=2
  29.  
  30. ##### Memory Split (default Emulstation settings)
  31. gpu_mem_256=128
  32. gpu_mem_512=256
  33. gpu_mem_1024=256
  34.  
  35. # uncomment if hdmi display is not detected and composite is being output
  36. #hdmi_force_hotplug=1
  37.  
  38. # uncomment to force a specific HDMI mode
  39. hdmi_group=1
  40. hdmi_mode=16
  41.  
  42. # Uncomment some or all of these to enable the optional hardware interfaces
  43. #dtparam=i2c_arm=on
  44. #dtparam=i2s=on
  45. #dtparam=spi=on
  46.  
  47. # Uncomment this to enable the lirc-rpi module
  48. #dtoverlay=lirc-rpi
  49.  
  50. # Enable audio (loads snd_bcm2835)
  51. dtparam=audio=on
  52. # Enable GL Driver (desktop only, bug with retropie/EmulStation)
  53. #dtoverlay=vc4-kms-v3d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement