Skip to content

Instantly share code, notes, and snippets.

@mingyuchoo
Last active May 30, 2024 21:09
Show Gist options
  • Save mingyuchoo/21b658d687020c4ce0b730496f904f55 to your computer and use it in GitHub Desktop.
Save mingyuchoo/21b658d687020c4ce0b730496f904f55 to your computer and use it in GitHub Desktop.
How to enable Wayland on Ubuntu Desktop

How to enable Wayland on Ubuntu Desktop

sudo vi /etc/gdm3/custom/conf
# custom.conf

WaylandEnable=true
sudo systemctl restart gdm3

To login to Ubuntu using the Wayland click on the gear button and select Ubuntu option before you login.

Refernces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment