Advertisement
Guest User

Untitled

a guest
Aug 30th, 2021
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. arm_64bit=1
  2. kernel=kernel8.img
  3. initramfs initramfs-5.10.59-v8+.img
  4.  
  5. # For more options and information see
  6. # http://rpf.io/configtxt
  7. # Some settings may impact device functionality. See link above for details
  8.  
  9. # uncomment if you get no picture on HDMI for a default "safe" mode
  10. #hdmi_safe=1
  11.  
  12. # uncomment this if your display has a black border of unused pixels visible
  13. # and your display can output without overscan
  14. disable_overscan=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 to set display to 1024x768
  29. #overscan_left=0
  30. #overscan_right=0
  31. #overscan_top=0
  32. #overscan_bottom=0
  33.  
  34. #framebuffer_width=1024
  35. #framebuffer_height=768
  36. #framebuffer_depth=16
  37.  
  38. #hdmi_group=2
  39. #hdmi_mode=16
  40.  
  41. # uncomment if hdmi display is not detected and composite is being output
  42. #hdmi_force_hotplug=1
  43.  
  44. # uncomment to force a specific HDMI mode (this will force VGA)
  45. #hdmi_group=1
  46. #hdmi_mode=1
  47.  
  48. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  49. # DMT (computer monitor) modes
  50. #hdmi_drive=2
  51.  
  52. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  53. # no display
  54. #config_hdmi_boost=4
  55.  
  56. # uncomment for composite PAL
  57. #sdtv_mode=2
  58.  
  59. # camera
  60. #start_x=1
  61. gpu_mem=128
  62.  
  63. # uncomment to overclock the arm. 700 MHz is the default.
  64. #arm_freq=800
  65.  
  66. # uncomment some or all of these to enable the optional hardware interfaces
  67. #dtparam=i2c_arm=on
  68. #dtparam=i2s=on
  69. #dtparam=spi=on
  70.  
  71. # uncomment this to enable infrared communication.
  72. #dtoverlay=gpio-ir,gpio_pin=17
  73. #dtoverlay=gpio-ir-tx,gpio_pin=18
  74.  
  75. # additional overlays and parameters are documented /boot/overlays/README
  76.  
  77. # enable audio (loads snd_bcm2835)
  78. dtparam=audio=on
  79.  
  80. # enable uart
  81. enable_uart=0
  82.  
  83. # Disable wifi and bluetooth
  84. dtoverlay=disable-wifi
  85. dtoverlay=disable-bt
  86.  
  87. # Remove test rainbow
  88. disable_splash=1
  89.  
  90. [pi4]
  91. # enable DRM VC4 V3D driver on top of the dispmanx display stack
  92. dtoverlay=vc4-fkms-v3d
  93. #dtoverlay=vc4-kms-v3d
  94. #dtoverlay=vc4-kms-v3d-pi4
  95. max_framebuffers=2
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement