Questions tagged [xinput]
202 questions
2
votes
2 answers
Why does "xinput list" work just like "xinput --list"?
man xinput describes various options used with xinput. One option is this:
--list [--short || --long || --name-only || --id-only] [device]
But I can run xinput --list or xinput list and both give the same output:
⎡ Virtual core pointer …
user15760
1
vote
0 answers
How to set separate X and Y deceleration in xinput?
I use a cheap smaller brand drawing tablet, and it works nearly fine in Gnome (aside from the pressure), but it isn't usable in KDE. The reason for this is that KDE moves the cursor based on the movement of the pen, not the position, and then it…
1
vote
1 answer
Inconsistent device and property labels with xinput
On Linux, I use xinput set-prop to enable tapping the touchpad to click. To find the relevant device id as well as property number, I use xinput list-props.
Unfortunately, I find that both the device id and property number are not consistent across…

Nonnus
- 205