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:
parent
6969782b69
commit
39934a656a
|
@ -36,3 +36,13 @@ Section "InputClass"
|
||||||
MatchDriver "evdev"
|
MatchDriver "evdev"
|
||||||
Option "TypeName" "MOUSE"
|
Option "TypeName" "MOUSE"
|
||||||
EndSection
|
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
|
||||||
|
|
Loading…
Reference in New Issue