6

I just upgraded to Ubuntu 22.04, and when I touch the screen, the mouse pointer disappears until I use the trackpad to move it outside the current window. I'd prefer to have the pointer visible at all times, even while using the touchscreen. Is there a setting that would force the mouse cursor to always show?

1 Answers1

1

Please check if Wayland is enabled, if it is false, please enable it.

It seems that on Ubuntu 22.04 LTS upgrade from 20.04 it disabled Wayland and reverted to x11.

  1. We will edit the /etc/gdm3/custom.conf file

sudo vim /etc/gdm3/custom.conf

  1. Within this file, look for the line that says #WaylandEnable=false.

WaylandEnable=true

  1. Restart GDM3 or reboot

sudo systemctl restart gdm3

WARNING: you will be logged out, so you need to login i can confirm this method as for me it worked

Reference:

https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop

Please give me reputation that i am able to start also commenting :)

Thank you for your time reading

ant0nwax
  • 69
  • 6