Advertisement
Guest User

/boot/config.txt

a guest
Apr 3rd, 2023
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | Gaming | 0 0
  1. pi@pacman:~ $ cat config.txt.out
  2. # For more options and information see
  3. # http://rpf.io/configtxt
  4. # Some settings may impact device functionality. See link above for details
  5.  
  6. # uncomment if you get no picture on HDMI for a default "safe" mode
  7. #hdmi_safe=1
  8.  
  9. # uncomment this if your display has a black border of unused pixels visible
  10. # and your display can output without overscan
  11. disable_overscan=1
  12.  
  13. # disable rainbow splash
  14. disable_splash=1
  15.  
  16. # uncomment the following to adjust overscan. Use positive numbers if console
  17. # goes off screen, and negative if there is too much border
  18. #overscan_left=16
  19. #overscan_right=16
  20. #overscan_top=16
  21. #overscan_bottom=16
  22.  
  23. # uncomment to force a console size. By default it will be display's size minus
  24. # overscan.
  25. #framebuffer_width=1280
  26. #framebuffer_height=720
  27.  
  28. # uncomment if hdmi display is not detected and composite is being output
  29. hdmi_force_hotplug=1
  30.  
  31. # uncomment to force a specific HDMI mode (this will force VGA)
  32. #hdmi_group=1
  33. #hdmi_mode=1
  34.  
  35. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  36. # DMT (computer monitor) modes
  37. #hdmi_drive=2
  38.  
  39. #hdmi_force_edid_audio=1
  40.  
  41. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  42. # no display
  43. #config_hdmi_boost=4
  44.  
  45. # uncomment for composite PAL
  46. #sdtv_mode=2
  47.  
  48. #uncomment to overclock the arm. 700 MHz is the default.
  49. #arm_freq=800
  50. over_voltage=6
  51. arm_freq=2000
  52. gpu_freq=750
  53.  
  54. dtparam=sd_overclock=100
  55.  
  56. # Uncomment some or all of these to enable the optional hardware interfaces
  57. dtparam=i2c_arm=on
  58. #dtparam=i2s=on
  59. dtparam=spi=on
  60.  
  61. # Uncomment this to enable infrared communication.
  62. #dtoverlay=gpio-ir,gpio_pin=17
  63. #dtoverlay=gpio-ir-tx,gpio_pin=18
  64.  
  65. # Additional overlays and parameters are documented /boot/overlays/README
  66.  
  67. # Enable audio (loads snd_bcm2835)
  68. #dtparam=audio=on
  69. #dtparam=audio=off
  70. dtoverlay=iqaudio-dacplus,unmute_amp
  71. #dtoverlay=hifiberry-amp
  72.  
  73. [pi4]
  74. # Enable DRM VC4 V3D driver on top of the dispmanx display stack
  75. dtoverlay=vc4-fkms-v3d
  76. max_framebuffers=2
  77.  
  78. [all]
  79. #dtoverlay=vc4-fkms-v3d
  80. overscan_scale=1
  81.  
  82. edid_content_type=4
  83.  
  84.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement