Last active
April 4, 2022 03:57
-
-
Save atulkamble/be06dbb5c1946c37cea1a566da492987 to your computer and use it in GitHub Desktop.
Fix Ubuntu 20.04.4 LTS Touchpad Not Working Properly
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
| sudo apt upgrade && sudo apt update | |
| xinput list | |
| apt list --installed | |
| sudo apt update | |
| sudo apt install xserver-xorg-input-synaptics | |
| sudo apt update | |
| sudo apt install gnome-tweaks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment