Answers for "ubuntu mouse issues after suspend"

4

ubuntu mouse issues after suspend

#Disable/Enable via Xinput:
#Find your trackpad ID with the following command:
xinput --list

#Once you have your device ID—I'll call it 12 for this example—try disabling and enabling the device with:
xinput --disable 12
xinput --enable 12
Posted by: Guest on September-15-2021

Code answers related to "ubuntu mouse issues after suspend"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language