Configuring Xorg as the default GNOME session
Wayland is the default GNOME display server. If GNOME freezes, or some applications do not function correctly in Wayland, you can choose to run GNOME in X11.
Configuring Xorg as the default GNOME session
To run GNOME in X11, click the gear icon on the Fedora log in screen and select GNOME on Xorg, or complete the following steps:
Procedure
-
Open
/etc/gdm/custom.conf
and uncommentWaylandEnable=false
. -
Add the following line to the
[daemon]
section:DefaultSession=gnome-xorg.desktop
-
Save the
custom.conf
file.