summaryrefslogtreecommitdiff
path: root/data/61-gdm.rules.in
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2018-05-21 11:13:31 -0400
committerRay Strode <rstrode@redhat.com>2018-05-21 13:11:35 -0400
commita913eea70342411247e770a91b75dd800941bb6e (patch)
treec13fbef08f90557a143161aa601d79c3d98c8138 /data/61-gdm.rules.in
parent2dc57da31781dedfe374ce353b0f5fd6aa9da56f (diff)
downloadgdm-a913eea70342411247e770a91b75dd800941bb6e.tar.gz
data: change cirrus blacklist to use gdm-disable-wayland
Now that we have a gdm-disable-wayland binary for disabling wayland at boot, we should use it. This commit changes the cirrus udev rule to use gdm-disable-wayland, rather than running sh and printf. https://bugzilla.gnome.org/show_bug.cgi?id=796315
Diffstat (limited to 'data/61-gdm.rules.in')
-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
new file mode 100644
index 00000000..de8e1790
--- /dev/null
+++ b/data/61-gdm.rules.in
@@ -0,0 +1,2 @@
+# disable Wayland on Cirrus chipsets
+ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="@libexecdir@/gdm-disable-wayland"