Configuring Xorg as the default GNOME session

This page has been converted from the Fedora Project Wiki and cleaned up for publishing here on the Fedora Docs Portal, but it has not yet been reviewed for technical accuracy. This means any information on this page may be outdated or inaccurate. Reviews for technical accuracy are greatly appreciated. If you want to help, see the README file in the source repository for instructions.

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

  1. Open /etc/gdm/custom.conf and uncomment WaylandEnable=false.

  2. Add the following line to the [daemon] section:

    DefaultSession=gnome-xorg.desktop
  3. Save the custom.conf file.

Additional Resources