diff --git a/config/10-quirks.conf b/config/10-quirks.conf index 47907d82d..54dd908a7 100644 --- a/config/10-quirks.conf +++ b/config/10-quirks.conf @@ -36,3 +36,13 @@ Section "InputClass" MatchDriver "evdev" Option "TypeName" "MOUSE" EndSection + +# https://bugzilla.redhat.com/show_bug.cgi?id=2152414 +# Xorg server does not correctly select the DCP for the display without +# a quirk on Apple Silicon +Section "OutputClass" + Identifier "appledrm" + MatchDriver "apple" + Driver "modesetting" + Option "PrimaryGPU" "true" +EndSection