Skip to content

Instantly share code, notes, and snippets.

@brccabral
Last active September 11, 2022 19:02
Show Gist options
  • Save brccabral/f32e8a727c473815c480a2b082a95014 to your computer and use it in GitHub Desktop.
Save brccabral/f32e8a727c473815c480a2b082a95014 to your computer and use it in GitHub Desktop.
Ubuntu 20.04 Wayland

Ubuntu 20.04 Wayland

  1. sudo apt install gnome-session-wayland
  2. Edit /etc/gdm3/custom.conf and comment WaylandEnable=false
  3. Edit /usr/lib/udev/rules.d/61-gdm.rules and comment all lines
  4. Edit /etc/default/grub and add "acpi_osi=Linux" into GRUB_CMDLINE_LINUX="acpi_osi=Linux"
  5. Reboot
  6. In login page, select Ubuntu on Wayland in the cogwheel
  7. sudo apt install qtwayland5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment