2019-03-22 14:57:13 +01:00
[id='proc-configuring-xorg-as-default-gnome-session']
2021-01-02 19:42:41 +11:00
= Configuring GNOME to use Xorg
2018-07-19 14:40:31 +02:00
2021-01-02 18:21:45 +11:00
At the login screen, select the "gear" icon and select *GNOME on Xorg*.
2021-01-02 19:26:49 +11:00
image::configuring-xorg-as-default-gnome-session_2.png[Login screen - select GNOME on Xorg]
2021-01-02 19:52:57 +11: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 19:49:14 +11:00
image::configuring-xorg-as-default-gnome-session_3.png[Settings - About]
2021-01-02 19:38:32 +11:00
2021-01-02 21:19:36 +11:00
[discrete]
2021-01-02 18:21:45 +11:00
== Changing the default GNOME session via configuration file
2021-01-02 19:38:32 +11:00
As an alternative, this change can be made by editing a configuration file `/etc/gdm/custom.conf`.
2018-07-19 14:40:31 +02:00
2021-01-03 00:20:26 +11:00
. Open `/etc/gdm/custom.conf` and uncomment the line:
WaylandEnable=false
2018-07-19 14:40:31 +02:00
. Add the following line to the `[daemon]` section:
DefaultSession=gnome-xorg.desktop
. Save the `custom.conf` file.
2021-01-02 18:21:45 +11:00
. Logout or reboot to enter the new session.
2021-01-02 21:19:36 +11: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.
====