|
|
f83012 |
From 7d9b41f1d82589999f8c89ed3bcc4eec6cee4978 Mon Sep 17 00:00:00 2001
|
|
|
f83012 |
From: Ray Strode <rstrode@redhat.com>
|
|
|
f83012 |
Date: Fri, 6 Dec 2019 13:59:43 -0500
|
|
|
f83012 |
Subject: [PATCH] data: enable wayland on cirrus
|
|
|
f83012 |
|
|
|
f83012 |
cirrus in the 5.2 kernel was substantially rewritten and is more wayland
|
|
|
f83012 |
ready.
|
|
|
f83012 |
|
|
|
f83012 |
This commit reenables wayland on cirrus.
|
|
|
f83012 |
---
|
|
|
f83012 |
data/61-gdm.rules.in | 3 ---
|
|
|
f83012 |
1 file changed, 3 deletions(-)
|
|
|
f83012 |
|
|
|
f83012 |
diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in
|
|
|
f83012 |
index e3631740d..fc2e3315c 100644
|
|
|
f83012 |
--- a/data/61-gdm.rules.in
|
|
|
f83012 |
+++ b/data/61-gdm.rules.in
|
|
|
f83012 |
@@ -1,23 +1,20 @@
|
|
|
f83012 |
-# disable Wayland on Cirrus chipsets
|
|
|
f83012 |
-ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
-
|
|
|
f83012 |
# disable Wayland on Matrox chipsets
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
|
|
|
f83012 |
# disable Wayland on aspeed chipsets
|
|
|
f83012 |
ATTR{vendor}=="0x1a03", ATTR{device}=="0x2010", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
ATTR{vendor}=="0x1a03", ATTR{device}=="0x2000", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
|
|
|
f83012 |
# disable Wayland when using the proprietary nvidia driver
|
|
|
f83012 |
DRIVER=="nvidia", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
|
|
|
f83012 |
# disable Wayland on hybrid graphics setups for now
|
|
|
f83012 |
SUBSYSTEM=="drm", KERNEL=="card[1-9]*", RUN+="@libexecdir@/gdm-disable-wayland"
|
|
|
f83012 |
|
|
|
f83012 |
--
|
|
|
f83012 |
2.21.0
|
|
|
f83012 |
|