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