Created
May 7, 2022 12:18
-
-
Save byk0t/65742db4a7f01ed858398e4ebea1382a to your computer and use it in GitHub Desktop.
ubuntu 20.04: fixing stucked (freezed) cursor issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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