Description of problem:
Enable wayland support for qxl-vga
Version-Release number of selected component (if applicable):
gdm-3.28.3-22.el8.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Currently wayland support has been disabled in gdm for qxl-vga device on rhel 8.1:
# rpm -qf /usr/lib/udev/rules.d/61-gdm.rules
gdm-3.28.3-22.el8.x86_64
# cat /usr/lib/udev/rules.d/61-gdm.rules
# disable Wayland on Cirrus chipsets
ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="/usr/libexec/gdm-disable-wayland"
# disable Wayland on Matrox chipsets
ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", RUN+="/usr/libexec/gdm-disable-wayland"
# disable Wayland on aspeed chipsets
ATTR{vendor}=="0x1a03", ATTR{device}=="0x2010", RUN+="/usr/libexec/gdm-disable-wayland"
ATTR{vendor}=="0x1a03", ATTR{device}=="0x2000", RUN+="/usr/libexec/gdm-disable-wayland"
# disable Wayland on legacy QXL virtual machines
ATTR{vendor}=="0x1b36", ATTR{device}=="0x0100", RUN+="/usr/libexec/gdm-disable-wayland"
# disable Wayland when using the proprietary nvidia driver
DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland"
# disable Wayland on hybrid graphics setups for now
SUBSYSTEM=="drm", KERNEL=="card[1-9]*", RUN+="/usr/libexec/gdm-disable-wayland"
Actual results:
wayland support for qxl-vga has been disabled in gdm
Expected results:
wayland support for qxl-vga is enabled
Additional info:
(In reply to Ray Strode [halfline] from comment #2)
> have the multihead issues been worked out?
Yes, it's sorted and should work fine with the 8.1 kernel.
Virt QE did most 8.1 testing with Xorg not wayland though,
thats why we want flip the switch early in 8.2 ...
Comment 4Ray Strode [halfline]
2019-12-06 15:30:49 UTC
i'm down for toggling this provided, QE thinks we still have enough runway. I think we probably do?
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2020:1766
Description of problem: Enable wayland support for qxl-vga Version-Release number of selected component (if applicable): gdm-3.28.3-22.el8.x86_64 How reproducible: 100% Steps to Reproduce: 1.Currently wayland support has been disabled in gdm for qxl-vga device on rhel 8.1: # rpm -qf /usr/lib/udev/rules.d/61-gdm.rules gdm-3.28.3-22.el8.x86_64 # cat /usr/lib/udev/rules.d/61-gdm.rules # disable Wayland on Cirrus chipsets ATTR{vendor}=="0x1013", ATTR{device}=="0x00b8", ATTR{subsystem_vendor}=="0x1af4", ATTR{subsystem_device}=="0x1100", RUN+="/usr/libexec/gdm-disable-wayland" # disable Wayland on Matrox chipsets ATTR{vendor}=="0x102b", ATTR{device}=="0x0522", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0524", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0530", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0532", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0533", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0534", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0536", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x102b", ATTR{device}=="0x0538", RUN+="/usr/libexec/gdm-disable-wayland" # disable Wayland on aspeed chipsets ATTR{vendor}=="0x1a03", ATTR{device}=="0x2010", RUN+="/usr/libexec/gdm-disable-wayland" ATTR{vendor}=="0x1a03", ATTR{device}=="0x2000", RUN+="/usr/libexec/gdm-disable-wayland" # disable Wayland on legacy QXL virtual machines ATTR{vendor}=="0x1b36", ATTR{device}=="0x0100", RUN+="/usr/libexec/gdm-disable-wayland" # disable Wayland when using the proprietary nvidia driver DRIVER=="nvidia", RUN+="/usr/libexec/gdm-disable-wayland" # disable Wayland on hybrid graphics setups for now SUBSYSTEM=="drm", KERNEL=="card[1-9]*", RUN+="/usr/libexec/gdm-disable-wayland" Actual results: wayland support for qxl-vga has been disabled in gdm Expected results: wayland support for qxl-vga is enabled Additional info: