summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Li <binli@gnome.org>2018-08-29 16:47:46 +0800
committerBin Li <binli@gnome.org>2018-08-29 16:47:46 +0800
commite7c108779b23f10da71953fefa2ba5eacc76fac1 (patch)
tree56415e3e876a77e372ec421c9c92680ec9ee6acb
parent64e1e9c66f5536f0cd94ab07ceb163ce4fee8d41 (diff)
downloadgdm-e7c108779b23f10da71953fefa2ba5eacc76fac1.tar.gz
data: 61-gdm.rules.in
Disable wayland for Huawei Hi1710 chipsets. The login screen is skewed/distorted on arm server, and I couldn't find root cause, and no other developer ever has access to the hardware. https://gitlab.gnome.org/GNOME/mutter/issues/219
-rw-r--r--data/61-gdm.rules.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in
index de8e1790..c9f6110d 100644
--- a/data/61-gdm.rules.in
+++ b/data/61-gdm.rules.in
@@ -1,2 +1,4 @@
# disable Wayland on Cirrus chipsets
ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="@libexecdir@/gdm-disable-wayland"
+# disable Wayland on Hi1710 chipsets
+ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", RUN+="@libexecdir@/gdm-disable-wayland"