-
Bug
-
Resolution: Done-Errata
-
Undefined
-
None
-
None
-
gdm-40.1-21.el9_2.2
-
None
-
None
-
rhel-sst-display-desktop-foundation
-
ssg_display
-
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.
- clones
-
RHEL-19410 PreferredDisplayServer=legacy-xorg option doesn't work without small change
- Closed
- is duplicated by
-
RHEL-19415 xhost+ with GDM in RHEL9
- Closed
-
RHEL-20353 PreferredDisplayServer=legacy-xorg option doesn't work without small change
- Closed
- links to
-
RHBA-2023:125564 gdm bug fix and enhancement update