[gdm: 1/2] data: 61-gdm.rules.in



commit e7c108779b23f10da71953fefa2ba5eacc76fac1
Author: Bin Li <binli gnome org>
Date:   Wed Aug 29 16:47:46 2018 +0800

    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

 data/61-gdm.rules.in | 2 ++
 1 file changed, 2 insertions(+)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]