You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

81 lines
2.0 KiB

  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. # uncomment if you get no picture on HDMI for a default "safe" mode
  5. #hdmi_safe=1
  6. # uncomment the following to adjust overscan. Use positive numbers if console
  7. # goes off screen, and negative if there is too much border
  8. #overscan_left=16
  9. #overscan_right=16
  10. #overscan_top=16
  11. #overscan_bottom=16
  12. # uncomment to force a console size. By default it will be display's size minus
  13. # overscan.
  14. #framebuffer_width=1920
  15. #framebuffer_height=1080
  16. # uncomment if hdmi display is not detected and composite is being output
  17. #hdmi_force_hotplug=1
  18. # uncomment to force a specific HDMI mode (this will force VGA)
  19. #hdmi_group=1
  20. #hdmi_mode=1
  21. # uncomment to force a HDMI mode rather than DVI. This can make audio work in
  22. # DMT (computer monitor) modes
  23. #hdmi_drive=2
  24. # uncomment to increase signal to HDMI, if you have interference, blanking, or
  25. # no display
  26. #config_hdmi_boost=4
  27. # uncomment for composite PAL
  28. #sdtv_mode=2
  29. #uncomment to overclock the arm. 700 MHz is the default.
  30. #arm_freq=800
  31. # Uncomment some or all of these to enable the optional hardware interfaces
  32. #dtparam=i2c_arm=on
  33. #dtparam=i2s=on
  34. #dtparam=spi=on
  35. # Uncomment this to enable infrared communication.
  36. #dtoverlay=gpio-ir,gpio_pin=17
  37. #dtoverlay=gpio-ir-tx,gpio_pin=18
  38. # Additional overlays and parameters are documented /boot/overlays/README
  39. # Enable audio (loads snd_bcm2835)
  40. dtparam=audio=on
  41. # Automatically load overlays for detected cameras
  42. camera_auto_detect=1
  43. # Automatically load overlays for detected DSI displays
  44. display_auto_detect=1
  45. # Enable DRM VC4 V3D driver
  46. dtoverlay=vc4-kms-v3d
  47. max_framebuffers=2
  48. # Disable compensation for displays with overscan
  49. disable_overscan=1
  50. [cm4]
  51. # Enable host mode on the 2711 built-in XHCI USB controller.
  52. # This line should be removed if the legacy DWC2 controller is required
  53. # (e.g. for USB device mode) or if USB support is not required.
  54. otg_mode=1
  55. [all]
  56. [pi4]
  57. # Run as fast as firmware / board allows
  58. arm_boost=1
  59. [all]