From 90bf09b331e9c07895706a4bad1bf185a4c808f8 Mon Sep 17 00:00:00 2001 From: nmatsuda Date: Tue, 4 Jun 2024 16:40:14 -0700 Subject: [PATCH] added note about KMS vs FMKS --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 319f94b..50044d7 100644 --- a/README.md +++ b/README.md @@ -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 ```