added note about KMS vs FMKS

This commit is contained in:
nmatsuda 2024-06-04 16:40:14 -07:00 committed by GitHub
parent 71d9546124
commit 90bf09b331
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,11 @@ git checkout SDL2
./configure --disable-freetype-builtin --without-x --enable-harfbuzz=no
make -j4 && sudo make install
```
Now make sure that you are using the "Fake KMS" driver, not the newer "KMS" driver in /boot/config.txt:
```
dtoverlay=vc4-fkms-v3d
#dtoverlay=vc4-kms-v3d
```
2. Download and build viz1090
```