Advertisement
Guest User

my config.txt

a guest
Jul 14th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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. disable_splash=1
  6.  
  7. # uncomment if you get no picture on HDMI for a default "safe" mode
  8. #hdmi_safe=1
  9.  
  10. # uncomment this if your display has a black border of unused pixels visible
  11. # and your display can output without overscan
  12. #disable_overscan=1
  13.  
  14. # uncomment the following to adjust overscan. Use positive numbers if console
  15. # goes off screen, and negative if there is too much border
  16. #overscan_left=16
  17. #overscan_right=16
  18. #overscan_top=16
  19. #overscan_bottom=16
  20.  
  21. # uncomment to force a console size. By default it will be display's size minus
  22. # overscan.
  23. #framebuffer_width=1280
  24. #framebuffer_height=720
  25.  
  26. # uncomment if hdmi display is not detected and composite is being output
  27. #hdmi_force_hotplug=1
  28.  
  29. # uncomment to force a specific HDMI mode (this will force VGA)
  30. #hdmi_group=1
  31. #hdmi_mode=1
  32.  
  33. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  34. # DMT (computer monitor) modes
  35. #hdmi_drive=2
  36.  
  37. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  38. # no display
  39. #config_hdmi_boost=4
  40.  
  41. # uncomment for composite PAL
  42. #sdtv_mode=2
  43.  
  44. #uncomment to overclock the arm. 700 MHz is the default.
  45. #arm_freq=800
  46.  
  47. # Uncomment some or all of these to enable the optional hardware interfaces
  48. #dtparam=i2c_arm=on
  49. #dtparam=i2s=on
  50. #dtparam=spi=on
  51.  
  52. # Uncomment this to enable the lirc-rpi module
  53. #dtoverlay=lirc-rpi
  54.  
  55. # Additional overlays and parameters are documented /boot/overlays/README
  56.  
  57. # Enable audio (loads snd_bcm2835)
  58. dtparam=audio=on
  59. gpu_mem_256=128
  60.  
  61. # Uncomment this to enable the lirc-rpi module
  62. #dtoverlay=lirc-rpi
  63.  
  64. # Additional overlays and parameters are documented /boot/overlays/README
  65.  
  66. # Enable audio (loads snd_bcm2835)
  67. dtparam=audio=on
  68. gpu_mem_256=128
  69. gpu_mem_512=256
  70. gpu_mem_1024=256
  71. overscan_scale=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement