Skip to content

Instantly share code, notes, and snippets.

@keijiro
Last active March 24, 2019 12:34
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 keijiro/71a0cf982291f3e21aca7f9ef8c3bba3 to your computer and use it in GitHub Desktop.
Save keijiro/71a0cf982291f3e21aca7f9ef8c3bba3 to your computer and use it in GitHub Desktop.
How to remap a touch screen to a display on Linux.
  • Check the input device ID with xinput.
  • Check the display device name with xrandr.
  • xinput map-to-output <ID> <NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment