mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-rpi: tweaks to config.txt
This commit is contained in:
parent
8a1d8abef3
commit
5c766bd44d
2 changed files with 15 additions and 3 deletions
|
@ -32,7 +32,7 @@ source=("linux-$pkgver-${_commit:0:10}.tar.gz::https://github.com/raspberrypi/li
|
|||
)
|
||||
md5sums=('86172057e718c9975f49726f5dc613f9'
|
||||
'3bab7426d8c8818dda8353da3892a41f'
|
||||
'16c484af9f72b9275afcf83a6b8eab36'
|
||||
'44f69a0637b34eb772980614f9246d01'
|
||||
'a157c5bfc0f03d0728c92bd953b06265'
|
||||
'8b93b6ca167f70c60277f352f7b78024'
|
||||
'29fefd09551fe22458e876c9adbfb7bd')
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# For more options and information see:
|
||||
# http://rptl.io/configtxt
|
||||
# https://www.raspberrypi.com/documentation/computers/config_txt.html
|
||||
|
||||
# Some settings may impact device functionality. See link above for details
|
||||
|
||||
initramfs initramfs-linux.img followkernel
|
||||
|
||||
|
@ -9,7 +11,7 @@ initramfs initramfs-linux.img followkernel
|
|||
#dtparam=spi=on
|
||||
|
||||
# Additional overlays and parameters are documented
|
||||
# /boot/firmware/overlays/README
|
||||
# /boot/overlays/README
|
||||
|
||||
# Automatically load overlays for detected cameras
|
||||
camera_auto_detect=1
|
||||
|
@ -21,6 +23,13 @@ display_auto_detect=1
|
|||
dtoverlay=vc4-kms-v3d
|
||||
max_framebuffers=2
|
||||
|
||||
# Don't have the firmware create an initial video= setting in cmdline.txt.
|
||||
# Use the kernel's default instead.
|
||||
disable_fw_kms_setup=1
|
||||
|
||||
# Disable compensation for displays with overscan
|
||||
disable_overscan=1
|
||||
|
||||
# Uncomment if hdmi display is not detected and composite is being output
|
||||
#hdmi_force_hotplug=1
|
||||
|
||||
|
@ -41,4 +50,7 @@ arm_boost=1
|
|||
# (e.g. for USB device mode) or if USB support is not required.
|
||||
otg_mode=1
|
||||
|
||||
[cm5]
|
||||
dtoverlay=dwc2,dr_mode=host
|
||||
|
||||
[all]
|
||||
|
|
Loading…
Reference in a new issue