Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2013 21:24
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 anonymous/41cf895517a71bebdf23 to your computer and use it in GitHub Desktop.
Save anonymous/41cf895517a71bebdf23 to your computer and use it in GitHub Desktop.
ar@Minos:~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=12 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ HP HD Webcam [Fixed] id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
↳ HP WMI hotkeys id=11 [slave keyboard (3)]
ar@Minos:~$ xinput --list-props "Virtual core XTEST pointer"
Device 'Virtual core XTEST pointer':
Device Enabled (133): 1
Coordinate Transformation Matrix (135): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
XTEST Device (249): 1
ar@Minos:~$ xinput --set-ptr-feedback "4" 100 5 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment