2019-03-22 13:57:13 +00:00
[id='proc-configuring-xorg-as-default-gnome-session']
2021-01-02 08:42:41 +00:00
= Configuring GNOME to use Xorg
2018-07-19 12:40:31 +00:00
2021-01-02 07:21:45 +00:00
At the login screen, select the "gear" icon and select *GNOME on Xorg*.
2021-01-02 08:26:49 +00:00
image::configuring-xorg-as-default-gnome-session_2.png[Login screen - select GNOME on Xorg]
2021-01-02 08:52:57 +00:00
Once login is completed the X11 windowing system will be in use, as can be seen by returning to *Settings* > *About*. This change will persist unless changed back at the login screen.
2021-01-02 08:49:14 +00:00
image::configuring-xorg-as-default-gnome-session_3.png[Settings - About]
2021-01-02 08:38:32 +00:00
2021-01-02 10:19:36 +00:00
[discrete]
2021-01-02 07:21:45 +00:00
== Changing the default GNOME session via configuration file
2021-01-02 08:38:32 +00:00
As an alternative, this change can be made by editing a configuration file `/etc/gdm/custom.conf`.
2018-07-19 12:40:31 +00:00
2021-01-02 13:20:26 +00:00
. Open `/etc/gdm/custom.conf` and uncomment the line:
WaylandEnable=false
2018-07-19 12:40:31 +00:00
. Add the following line to the `[daemon]` section:
DefaultSession=gnome-xorg.desktop
. Save the `custom.conf` file.
2021-01-02 07:21:45 +00:00
. Logout or reboot to enter the new session.
2021-01-02 10:19:36 +00:00
[NOTE]
====
With the above changes applied, the option to set the GNOME session to use Wayland will actually be removed from the "gear icon" menu on the login screen.
====