Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save facundobianco/e26b533dc1e193772887 to your computer and use it in GitHub Desktop.
Save facundobianco/e26b533dc1e193772887 to your computer and use it in GitHub Desktop.
If you have a Compaq Presario and your mouse pointer moves up without your control, try this
echo "install psmouse proto=imps" > /etc/modprobe.d/touchpad
rmmod psmouse
modprobe psmouse proto=imps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment