Guest User

Untitled

a guest
May 12th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1.  
  2.  
  3. # For more options and information see
  4. # http://rpf.io/configtxt
  5. # Some settings may impact device functionality. See link above for details
  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 infrared communication.
  53. #dtoverlay=gpio-ir,gpio_pin=17
  54. #dtoverlay=gpio-ir-tx,gpio_pin=18
  55.  
  56. # Additional overlays and parameters are documented /boot/overlays/README
  57.  
  58. # Enable audio (loads snd_bcm2835)
  59. dtparam=audio=on
  60.  
  61. [pi4]
  62. # Enable DRM VC4 V3D driver on top of the dispmanx display stack
  63. dtoverlay=vc4-fkms-v3d
  64. #max_framebuffers=2
  65.  
  66. [all]
  67. #dtoverlay=vc4-fkms-v3d
  68. #overscan_scale=1
  69. hdmi_group=1
  70. hdmi_mode=16
  71. disable_overscan=1
  72. disable_splash=1
  73.  
  74. ### if you want to try to overclock, uncomment these afterwards
  75. #over_voltage=6
  76. #arm_freq=2000
  77. #h264_freq=750
  78. #isp_freq=750
  79. #experimental!
  80. #v3d_freq=750
  81. #v3d_freq=830
Add Comment
Please, Sign In to add comment