Overhaul of copy

This commit is contained in:
Peter Lilley 2021-01-02 18:21:45 +11:00 committed by pbokoc
parent 54e96f96a1
commit bdd81d10da
2 changed files with 13 additions and 6 deletions

View file

@ -1,10 +1,14 @@
[id='proc-configuring-xorg-as-default-gnome-session']
= Configuring Xorg as the default GNOME session
= Configuring GNOME to use X.Org
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:
At the login screen, select the "gear" icon and select *GNOME on Xorg*.
This change will persist until changed back at the login screen.
[discrete]
== Procedure
== Changing the default GNOME session via configuration file
To make Xorg the default GNOME session:
. Open `/etc/gdm/custom.conf` and uncomment `WaylandEnable=false`.
@ -13,3 +17,7 @@ To run GNOME in X11, click the gear icon on the Fedora log in screen and select
DefaultSession=gnome-xorg.desktop
. Save the `custom.conf` file.
. Logout or reboot to enter the new session.
You can confirm the Windowing system in use by visiting *Settings* > *About*.

View file

@ -5,10 +5,9 @@ include::{partialsdir}/attributes.adoc[]
[id='configuring-xorg-as-default-gnome-session']
= Configuring Xorg as the default GNOME session
include::{partialsdir}/unreviewed-message.adoc[]
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.
Wayland is the default GNOME display server, and has been the default in Fedora since Fedora 25. However, users may still need to use the older Xorg display server for compatibility reasons.
To confirm the current windowing system in use, go to *Settings* and select *About*. You will typically see Wayland listed as the windowing system for a default Fedora Workstation installation.
include::{partialsdir}/proc_configuring-xorg-as-default-gnome-session.adoc[leveloffset=+1]