config: add a quirk for Apple Silicon appledrm

Xorg server does not correctly select the DCP for the display without a
quirk on Apple Silicon.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
Suggested-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Eric Curtin 2022-12-16 11:10:12 +00:00 committed by Olivier Fourdan
parent 6969782b69
commit 39934a656a

View File

@ -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