Skip to content

Instantly share code, notes, and snippets.

@karlding
Created February 3, 2018 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlding/19db3bed486ddd34d88b30e7ffbcfe02 to your computer and use it in GitHub Desktop.
Save karlding/19db3bed486ddd34d88b30e7ffbcfe02 to your computer and use it in GitHub Desktop.

Trackpad Two Finger Scrolling Workaround After Suspend

After suspending, two finger scrolling stops working.

 → TITANIC@~ $ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 17.10
Release:	17.10
Codename:	artful
 → TITANIC@~ $ uname -r
4.13.0-32-generic

I'm pretty sure this worked before, so this seems like a kernel regression.

As a workaround, I'm reloading the psmouse kernel module anytime I experience this.

sudo modprobe -r psmouse && sudo modprobe psmouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment