4

I use Ubuntu 17.10 and just recently I experience mouse issue which can't click on wayland. If I switch to Xorg or unity my mouse click back to normal. The problem is I depending on wayland because my wine application works better on wayland, while on Xorg or Unity it crashes everytime I strated the program.

I already tried

sudo ubuntu-drivers autoinstall

but it doesn't seem bring any differences, Please help

6warrior
  • 127
  • 1
  • 1
  • 14

1 Answers1

0

Disabling Wayland must solve this issue. Similar question was answered here. Worked for me.

If you wish to do it permanently, edit

/etc/gdm3/custom.conf and uncomment the line:

#WaylandEnable=false

Save the file and then on reboot you will never see the cog asking for which session to use.

  • disabling wayland cause another problem, my wine application (skecthup) crashes everytime it started on xorg – 6warrior Feb 08 '18 at 23:59