switch rpi4 from fkms to kms

Signed-off-by: Dan Johansen <strit@manjaro.org>
This commit is contained in:
Dan Johansen 2022-05-22 19:47:42 +02:00
parent ab0e460a94
commit b93602eadc
No known key found for this signature in database
GPG Key ID: 084A7FC0035B1D49
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ cleanup () {
echo "#hdmi_drive=2" >> $TMPDIR/boot/config.txt
echo "" >> $TMPDIR/boot/config.txt
echo "#enable vc4" >> $TMPDIR/boot/config.txt
echo "dtoverlay=vc4-fkms-v3d" >> $TMPDIR/boot/config.txt
echo "dtoverlay=vc4-kms-v3d" >> $TMPDIR/boot/config.txt
echo "max_framebuffers=2" >> $TMPDIR/boot/config.txt
echo "disable_splash=1" >> $TMPDIR/boot/config.txt
fi