Advertisement
Guest User

Galaga's config.txt

a guest
Sep 7th, 2017
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # For more options and information see
  2. # http://rpf.io/configtxtreadme
  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=0
  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. overscan_scale=1
  15. overscan_left=10
  16. overscan_right=10
  17. overscan_top=-8
  18. overscan_bottom=-4
  19. framebuffer_width=320
  20. framebuffer_height=240
  21.  
  22. # uncomment to force a console size. By default it will be display's size minus
  23. # overscan.
  24. #framebuffer_width=320
  25. #framebuffer_height=240
  26.  
  27. # uncomment if hdmi display is not detected and composite is being output
  28. #hdmi_force_hotplug=1
  29.  
  30. # uncomment to force a specific HDMI mode (this will force VGA)
  31. hdmi_cvt=320 240 60 1 0 0 0
  32. hdmi_group=2
  33. hdmi_mode=87
  34. hdmi_drive=2
  35. #framebuffer_width=320
  36. #framebuffer_height=240
  37.  
  38. # uncomment to force a HDMI mode rather than DVI. this can make audio work in
  39. # DMT (computer monitor) modes
  40. #hdmi_drive=2
  41.  
  42. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  43. # no display
  44. #config_hdmi_boost=4
  45.  
  46. # uncomment for composite PAL
  47. #sdtv_mode=2
  48.  
  49. #uncomment to overclock the arm. 700 MHz is the default.
  50. #arm_freq=800
  51.  
  52. # Uncomment some or all of these to enable the optional hardware interfaces
  53. #dtparam=i2c_arm=on
  54. #dtparam=i2s=on
  55. #dtparam=spi=on
  56.  
  57. # Uncomment this to enable the lirc-rpi module
  58. #dtoverlay=lirc-rpi
  59.  
  60. # Additional overlays and parameters are documented /boot/overlays/README
  61.  
  62. # Enable audio (loads snd_bcm2835)
  63. dtparam=audio=on
  64.  
  65. # NOOBS Auto-generated Settings:
  66. hdmi_force_hotplug=1
  67. gpu_mem_256=128
  68. gpu_mem_512=256
  69. gpu_mem_1024=256
  70.  
  71. disable_audio_dither=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement