config.txt 2.2 KB

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