Skip to content

Instantly share code, notes, and snippets.

@byk0t
Created May 7, 2022 12:18
Show Gist options
  • Save byk0t/65742db4a7f01ed858398e4ebea1382a to your computer and use it in GitHub Desktop.
Save byk0t/65742db4a7f01ed858398e4ebea1382a to your computer and use it in GitHub Desktop.
ubuntu 20.04: fixing stucked (freezed) cursor issue
I have found this working solution on this stackexchange thread https://askubuntu.com/a/1335747
1. sudo nano /etc/gdm3/custom.conf
2. Uncomment WaylandEnable=false
3. sudo service gdm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment