Hello,
I’m working on configuring Rocky Linux 8 for newly imaged machines and would like to have X11 set as the default session, but still keep Wayland enabled for users who prefer it. The goal is to allow users to select Wayland or X11 from the login screen.
Currently, I have the following configuration in /etc/gdm/custom.conf
:
# /etc/gdm/custom.conf
# GDM configuration storage
[daemon]
AutomaticLoginEnable=false
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=true
However, when I set WaylandEnable=false
, the cogwheel option to switch between Wayland and X11 disappears entirely at the login screen. If I set WaylandEnable=true
, it automatically defaults to Wayland instead of X11, which is not what I want.
Is there a way to default to X11, but still allow users to switch to Wayland at the login screen?
Any suggestions or insights would be greatly appreciated!
Is there a way to default to X11, but still allow users to switch to Wayland at the login screen?
Any suggestions or insights would be greatly appreciated!