SDDM refuses to run on raspberry Pi 5/500/500+
The problem was fixed in raspberrypios some time ago. Discussion is here https://forums.raspberrypi.com/viewtopic.php?t=358853
and the fix is here:
https://github.com/raspberrypi-ui/gldriver-test/blob/master/usr/lib/systemd/scripts/rp1_test.sh
create /etc/X11/xorg.conf.d/99-vc4.conf with the content:
Section "OutputClass"
Identifier "vc4"
MatchDriver "vc4"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection
SDDM refuses to run on raspberry Pi 5/500/500+
The problem was fixed in raspberrypios some time ago. Discussion is here https://forums.raspberrypi.com/viewtopic.php?t=358853
and the fix is here:
https://github.com/raspberrypi-ui/gldriver-test/blob/master/usr/lib/systemd/scripts/rp1_test.sh
create /etc/X11/xorg.conf.d/99-vc4.conf with the content:
Section "OutputClass"
Identifier "vc4"
MatchDriver "vc4"
Driver "modesetting"
Option "PrimaryGPU" "true"
EndSection