-
Bug
-
Resolution: Done-Errata
-
Undefined
-
rhel-9.4
-
gdm-40.1-23.el9
-
None
-
None
-
rhel-sst-display-desktop-foundation
-
ssg_display
-
20
-
22
-
None
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
GDM provides a way for a system to specify whether it wants wayland by default, xorg by default, or the old RHEL style of Xorg running as root and shared between the login screen and the user session.
The latter option is specified by setting
PreferredDisplayServer=legacy-xorg
in the [daemon] section of the GDM configuration file. Unfortunately, this option doesn't currently work. It needs a small 3 line change:
~~~
+ if (self->display_x11_authority_file != NULL)
{ + return GDM_SESSION_DISPLAY_MODE_REUSE_VT; + }~~
to the gdm_session_get_display_mode function to work.
- is cloned by
-
RHEL-19411 PreferredDisplayServer=legacy-xorg option doesn't work without small change
- Closed
-
RHEL-20353 PreferredDisplayServer=legacy-xorg option doesn't work without small change
- Closed
- links to
-
RHBA-2024:126816 gdm update
- mentioned on