Skip to content

Instantly share code, notes, and snippets.

@zeroseis
Last active February 28, 2023 17:16
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 zeroseis/246a37fc7f7cd5571429ffd61b917122 to your computer and use it in GitHub Desktop.
Save zeroseis/246a37fc7f7cd5571429ffd61b917122 to your computer and use it in GitHub Desktop.
Trackpad stops working after login on Linux

I have a notebook running Ubuntu Mate and the trackpad stopped working after login (it worked on the login screen). This is what I did to fix it:

  • Run xinput command on the terminal.
  • Copy the trackpad ID.
  • Run xinput --list-props [trackpad ID].
  • Check if Synaptics Off is set to 1.
  • If so, run xinput --set-prop [trackpad ID] 'Synaptics Off' 0

Solution found on Ubuntu Ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment