Ich habe gerade mal eine Installation durchgeführt und den Fehler dito gehabt.
Mit folgender Anleitung hat es dann funktioniert.
(1) SSH into the Raspberry Pi
(2) Command sudo raspi-config
(3) Enabled SPI and I2C
(4) Saved and rebooted
(5) SSH again into the Raspberry Pi
(6) Command sudo nano /boot/config.txt
(7) Changed the line dtoverlay=vc4-kms-v3d
to dtoverlay=vc4-fkms-v3d
(8) Saved changes and rebooted
https://github.com/UnchartedBull/OctoDash/issues/3714
MfG Antheus