Skip to content

Instantly share code, notes, and snippets.

@rredpoppy
Last active December 29, 2015 20:39
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 rredpoppy/7725275 to your computer and use it in GitHub Desktop.
Save rredpoppy/7725275 to your computer and use it in GitHub Desktop.
Steps to fix multi-touch scrolling in ubuntu-based distros of linux for dell inspiron
  • download latest alps source code from here
  • copy the psmouse-alps-1.x folder to your /usr/src directory
  • (as root) dkms add psmouse/alps-1.x
  • (as root) dkms autoinstall
  • (as root) rmmod psmouse && modprobe psmouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment