From c8032c7835381278ad0a3a5de695237d6885d649 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 2 Mar 2023 14:38:16 -0500 Subject: udev: Drop duplicated line commit 72bde3b3f474135e792c6c4e40932d7c82f87985 accidentally added two checks for virtio pci devices. The latter check is too broad and could potentially match non-graphics cards. This commit drops it. --- data/61-gdm.rules.in | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in index b829a46f..b5a0144d 100644 --- a/data/61-gdm.rules.in +++ b/data/61-gdm.rules.in @@ -9,7 +9,6 @@ ATTR{vendor}=="0x1af4", ATTR{device}=="0x1050", ATTR{subsystem_vendor}=="0x1af4" ATTR{vendor}=="0x1b36", ATTR{device}=="0x0100", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end" # qxl ATTR{vendor}=="0x1234", ATTR{device}=="0x1111", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end" -ATTR{vendor}=="0x1af4", ATTR{device}=="0x1050", RUN+="/usr/bin/touch /run/udev/gdm-machine-has-virtual-gpu", ENV{GDM_MACHINE_HAS_VIRTUAL_GPU}="1", GOTO="gdm_pci_device_end" # disable Wayland on Hi1710 chipsets ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", GOTO="gdm_disable_wayland" -- cgit v1.2.1