Advertisement
Guest User

Untitled

a guest
May 5th, 2023
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. # For more options and information see
  2. # http://rpf.io/configtxt
  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 the following to adjust overscan. Use positive numbers if console
  9. # goes off screen, and negative if there is too much border
  10. #overscan_left=16
  11. #overscan_right=16
  12. #overscan_top=16
  13. #overscan_bottom=16
  14.  
  15. # uncomment to force a console size. By default it will be display's size minus
  16. # overscan.
  17. #framebuffer_width=1280
  18. #framebuffer_height=720
  19.  
  20. # uncomment if hdmi display is not detected and composite is being output
  21. #hdmi_force_hotplug=1
  22.  
  23. # uncomment to force a specific HDMI mode (this will force VGA)
  24. #hdmi_group=1
  25. #hdmi_mode=1
  26.  
  27. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  28. # DMT (computer monitor) modes
  29. #hdmi_drive=2
  30.  
  31. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  32. # no display
  33. #config_hdmi_boost=4
  34.  
  35. # uncomment for composite PAL
  36. #sdtv_mode=2
  37.  
  38. #uncomment to overclock the arm. 700 MHz is the default.
  39. #arm_freq=800
  40.  
  41. # Uncomment some or all of these to enable the optional hardware interfaces
  42. #dtparam=i2c_arm=on
  43. #dtparam=i2s=on
  44. #dtparam=spi=on
  45.  
  46. # Uncomment this to enable infrared communication.
  47. #dtoverlay=gpio-ir,gpio_pin=17
  48. #dtoverlay=gpio-ir-tx,gpio_pin=18
  49.  
  50. # Additional overlays and parameters are documented /boot/overlays/README
  51.  
  52. # Enable audio (loads snd_bcm2835)
  53. dtparam=audio=on
  54.  
  55. # Automatically load overlays for detected cameras
  56. camera_auto_detect=1
  57. dtoverlay=imx219,media-controller=0
  58.  
  59. # Automatically load overlays for detected DSI displays
  60. display_auto_detect=1
  61. dtoverlay=edt-ft5406
  62.  
  63. # Enable DRM VC4 V3D driver
  64. # dtoverlay=vc4-kms-v3d
  65. max_framebuffers=2
  66.  
  67. # Run in 64-bit mode
  68. arm_64bit=1
  69.  
  70. # Disable compensation for displays with overscan
  71. disable_overscan=1
  72.  
  73. [cm4]
  74. # Enable host mode on the 2711 built-in XHCI USB controller.
  75. # This line should be removed if the legacy DWC2 controller is required
  76. # (e.g. for USB device mode) or if USB support is not required.
  77. otg_mode=1
  78.  
  79. [all]
  80.  
  81. [pi4]
  82. # Run as fast as firmware / board allows
  83. arm_boost=1
  84. gpu_mem=256
  85.  
  86. [all]
  87.  
  88.  
  89. [pi3]
  90. gpu_mem=256
  91.  
  92.  
  93. [pi0]
  94. gpu_mem=160
  95.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement