How to switch from Wayland to Xorg Ubuntu

Workfolio

Last Update hace 2 meses

Using Terminal

1. The default display manager is GDM3. So, we'll need to edit the custom.conf file.

Open a command liner terminal and use any text editor (We are using vi) and open this file with root permission.


sudo vi /etc/gdm3/custom.conf


2. Look for the line that says "WaylandEnable=true". Change it to "WaylandEnable=false".


3. Now restart the GDM3 or reboot your desktop.


$ sudo systemctl restart gdm3


4. To check the current version, run this code in the Terminal:


echo $XDG_SESSION_TYPE

Was this article helpful?

0 out of 0 liked this article

Still need help? Message Us