Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / 
xserver / xorg-server


Commits:
f0b64b14 by Tobias Heider at 2024-10-13T20:42:48+02:00
Backport config quirk for apple silicon

- - - - -


2 changed files:

- + debian/patches/08_apple_silicon_config.diff
- debian/patches/series


Changes:

=====================================
debian/patches/08_apple_silicon_config.diff
=====================================
@@ -0,0 +1,31 @@
+From: Eric Curtin <[email protected]>
+Date: Fri, 16 Dec 2022 11:10:12 +0000
+Subject: 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 <[email protected]>
+Suggested-by: Hector Martin <[email protected]>
+---
+ config/10-quirks.conf | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/config/10-quirks.conf b/config/10-quirks.conf
+index 47907d8..54dd908 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


=====================================
debian/patches/series
=====================================
@@ -6,3 +6,4 @@
 06_use-intel-only-on-pre-gen4.diff
 07_use-modesetting-driver-by-default-on-GeForce.diff
 0001-ephyr-Fix-incompatible-pointer-type-build-error.patch
+08_apple_silicon_config.diff



View it on GitLab: 
https://salsa.debian.org/xorg-team/xserver/xorg-server/-/commit/f0b64b148c85d0464523d3397a8bbbfffc8f9e86

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/xserver/xorg-server/-/commit/f0b64b148c85d0464523d3397a8bbbfffc8f9e86
You're receiving this email because of your account on salsa.debian.org.


Reply via email to