import gdm-40.1-17.el9_1
This commit is contained in:
parent
78eee7c83b
commit
11fdc4cf59
@ -16,7 +16,7 @@ diff --git a/data/61-gdm.rules.in b/data/61-gdm.rules.in
|
|||||||
index b1da191f..5dae00ea 100644
|
index b1da191f..5dae00ea 100644
|
||||||
--- a/data/61-gdm.rules.in
|
--- a/data/61-gdm.rules.in
|
||||||
+++ b/data/61-gdm.rules.in
|
+++ b/data/61-gdm.rules.in
|
||||||
@@ -1,6 +1,137 @@
|
@@ -1,6 +1,126 @@
|
||||||
+# identify virtio graphics cards to find passthrough setups
|
+# identify virtio graphics cards to find passthrough setups
|
||||||
+SUBSYSTEM!="virtio", GOTO="gdm_virtio_device_end"
|
+SUBSYSTEM!="virtio", GOTO="gdm_virtio_device_end"
|
||||||
+ACTION!="add", GOTO="gdm_virtio_device_end"
|
+ACTION!="add", GOTO="gdm_virtio_device_end"
|
||||||
@ -40,20 +40,9 @@ index b1da191f..5dae00ea 100644
|
|||||||
-DRIVER=="nvidia", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false"
|
-DRIVER=="nvidia", RUN+="@libexecdir@/gdm-runtime-config set daemon WaylandEnable false"
|
||||||
+ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", GOTO="gdm_disable_wayland"
|
+ATTR{vendor}=="0x19e5", ATTR{device}=="0x1711", GOTO="gdm_disable_wayland"
|
||||||
+
|
+
|
||||||
+# disable Wayland on Matrox chipsets
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", GOTO="gdm_disable_wayland"
|
|
||||||
+ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", GOTO="gdm_disable_wayland"
|
|
||||||
+
|
|
||||||
+# disable Wayland on aspeed chipsets
|
+# disable Wayland on aspeed chipsets
|
||||||
+ATTR{vendor}=="0x1a03", ATTR{device}=="0x2010", GOTO="gdm_disable_wayland"
|
+ATTR{vendor}=="0x1a03", ATTR{device}=="0x2010", GOTO="gdm_disable_wayland"
|
||||||
+ATTR{vendor}=="0x1a03", ATTR{device}=="0x2000", GOTO="gdm_disable_wayland"
|
+ATTR{vendor}=="0x1a03", ATTR{device}=="0x2000", GOTO="gdm_disable_wayland"
|
||||||
+
|
|
||||||
+LABEL="gdm_pci_device_end"
|
+LABEL="gdm_pci_device_end"
|
||||||
+
|
+
|
||||||
# disable Wayland if modesetting is disabled
|
# disable Wayland if modesetting is disabled
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
Name: gdm
|
Name: gdm
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 40.1
|
Version: 40.1
|
||||||
Release: 13%{?dist}.4
|
Release: 17%{?dist}
|
||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -345,27 +345,31 @@ dconf update || :
|
|||||||
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 08 2022 Ray Strode <rstrode@redhat.com> - 40.1-13.4
|
* Thu Sep 29 2022 Ray Strode <rstrode@redhat.com> - 40.1-17
|
||||||
|
- Disable Wayland on aspeed
|
||||||
|
Related: #2097308
|
||||||
|
|
||||||
|
* Tue Apr 12 2022 Ray Strode <rstrode@redhat.com> - 40.1-16
|
||||||
|
- Reenable Wayland for matrox and aspeed
|
||||||
|
Resolves: #2097308
|
||||||
|
|
||||||
|
* Tue Apr 12 2022 Ray Strode <rstrode@redhat.com> - 40.1-15
|
||||||
|
- Fix accountsservice user templates
|
||||||
|
Resolves: #2062827
|
||||||
|
- Properly force Xorg on matrox cards
|
||||||
|
Related: #2074013
|
||||||
- Fix typo that prevents the correct session type from being
|
- Fix typo that prevents the correct session type from being
|
||||||
used when user switching.
|
used when user switching.
|
||||||
Resolves: #2073372
|
Resolves: #2074014
|
||||||
|
|
||||||
* Thu Apr 07 2022 Ray Strode <rstrode@redhat.com> - 40.1-13.3
|
* Tue Mar 22 2022 Ray Strode <rstrode@redhat.com> - 40.1-14
|
||||||
- Properly force Xorg on matrix cards
|
|
||||||
Related: #2072986
|
|
||||||
|
|
||||||
* Thu Mar 24 2022 Ray Strode <rstrode@redhat.com> - 40.1-13.2
|
|
||||||
- Fix erroneous jump back to login screen on udev events after login
|
- Fix erroneous jump back to login screen on udev events after login
|
||||||
Resolves: #2065901
|
Resolves: #2065901
|
||||||
|
|
||||||
* Wed Mar 09 2022 Ray Strode <rstrode@redhat.com> - 40.1-13.1
|
|
||||||
- Fix accountsservice user templates
|
|
||||||
Resolves: #2057483
|
|
||||||
|
|
||||||
* Mon Mar 07 2022 Ray Strode <rstrode@redhat.com> - 40.1-13
|
* Mon Mar 07 2022 Ray Strode <rstrode@redhat.com> - 40.1-13
|
||||||
- Pull in latest udev rules and race fixes for handling
|
- Pull in latest udev rules and race fixes for handling
|
||||||
udev rules.
|
udev rules.
|
||||||
Related: #2017938
|
Related: #2060793
|
||||||
|
|
||||||
* Tue Feb 22 2022 Ray Strode <rstrode@redhat.com> - 40.1-12
|
* Tue Feb 22 2022 Ray Strode <rstrode@redhat.com> - 40.1-12
|
||||||
- More fixes from RHEL 8:
|
- More fixes from RHEL 8:
|
||||||
|
Loading…
Reference in New Issue
Block a user