inside the mind of a linux admin

How to revert back to X11 / Xorg from Wayland

Wayland is intended as a “simpler replacement for X”, and is getting quite a bit of hype around the Linux community. So much so, that it’s the default in the latest versions of Fedora, GNOME, KDE and others.

While Wayland may be the future, it really is in future. At least for Ubuntu 17.10. The issue here is that a number of Linux desktop applications still depend on X.Org (such as synergy and screencloud). They don’t support Wayland very well at all.

For me, unfortunately, Wayland doesn’t play well with my preferred hardware and favorite software yet, and plus I’m a bit old-school.

So I prefer to stick with X11 / Xorg…

First, edit /etc/gdm/custom.conf.

Look for the lines below:


[daemon]
# Uncoment the line below to force the login screen to use Xorg
#WaylandEnable=false

Uncomment (remove the ‘#’) preceeding the “WayLandEnable” variable and save the file, then reboot.

Related Posts

synergy: How to enable crypto (encryption) and generate SSL certificate

The newer Linux versions of the popular mouse/keyboard sharing application “synergy” now has built in encryption. Here’s how to configure it: Just simply passing the –enable-crypto flag on your synergy server without having a proper SSL certificate will result in the inability to connect to clients and generate an error message similar to this in […]

Read More

Change Number Pad Delete (dot) key from a comma in Ubuntu Linux

I recently purchased a new keyboard and updated to the latest Ubuntu, I’m also an avid user of the number pad for quick input when dealing with spreadsheets or accounting. I found that my num pad’s delete key (“.”) was outputting a comma (“,”) instead. Pretty annoying? I agree, but this can be very easily […]

Read More

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.