Skip to content

SDDM refuses to run on raspberry Pi 5/500/500+ #5024

@TheOneDoc

Description

@TheOneDoc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions