Questions tagged [xinput]

36 questions
19
votes
1 answer

What is my X11 doing with Ctrl-Period and how can I disable it?

How do I disable whatever X-window-system-wide setting is intercepting Ctrl-Period for some kind of special input popup? More detail: I'm trying to bind an emacs command to Ctrl-Period (C-.), which worked fine on a previous system. On this new…
Steve
  • 293
3
votes
1 answer

Touchpad not working and not detected when I run 'xinput list', on Ubuntu 20.04

I was typing a text when my touchpad stopped working. After surfing on the web to try to fix the error, I ran xinput list and here is the output : ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST…
3
votes
0 answers

Trying to keybind spacebar to a mouse button on Ubuntu with no luck

I've tried xInput and AutoKey, but xInput only seems to allow me to bind mouse buttons to mouse buttons or keyboard buttons to keyboard buttons. For example, I managed to bind my middle mouse button the the "browser back" button on my mouse. I'm now…
3
votes
1 answer

Remap Windows key on MS Sculpt Comfort Mouse

I would like to remap the "Windows button" on MS Sculpt Comfort Mouse to another button (eg. "Back" button) on my Linux machine (Linux Mint 18.2 "Sonya"). According to xinput list, the mouse is recognized as a pointer device (id=12). ⎡ Virtual core…
3
votes
1 answer

Trackpoint speed too high with libinput

archlinux recently switched to libinput as the default input driver. Since then the trackpoint on my Dell Latitude E5470 is barely usable. It is much too fast and detailed pointing isn't possible. xinput lists the following properties for the…
languitar
  • 211
2
votes
0 answers

I cannot configure usb devices via xinput

I would like to have access to my input devices settings. In the previous versions of ubuntu I was used to do that via xinput. However xinput provides the following input: WARNING: running xinput against an Xwayland server. See the xinput man page…
Siderius
  • 344
  • 1
  • 2
  • 11
2
votes
1 answer

External keyboard’s Trackpoint middle button clicks even when scrolling

I am using a Thinkpad and try to get into the habit of using an external keyboard, which also has a Trackpoint. With the internal keyboard, I can use the middle mouse button to click (e.g. paste, or open link in new tab), but if I hold the middle…
2
votes
1 answer

NO Xinput on Debian 10 Buster

I installed Debian 10 Buster and can't find the way to control my mouse options from Xinput like I do on Ubuntu 18 or Debian 9. Thing is that my mouse device is a Razer Abyssus, and it comes with a very slow move configuration when you plug it to a…
2
votes
1 answer

synaptics touchpad in linux can single tap twice to drag, but not double tap twice

I'm using Arch Linux with i3 window manager. I have tap-to-click and also tap-to-drag enabled in xinput, so currently if tap twice with one finger, it successfully drags. Additionally, tapping once with two fingers works like clicking the right…
xdavidliu
  • 1,471
  • 3
  • 17
  • 32
2
votes
0 answers

Game uses all Joystick ID#'s - how to make it use only the virtual joystick?

I use a third-party controller (in my example it's Saitek P990). I was fine using it for quite some time because the games I played didn't detect my joystick at all and I was able to use it with either x360ce or World of Joysticks xInput Emulator…
DemSec
  • 51
2
votes
2 answers

Linux gamepad - no input events

I'm trying to use a gamepad under linux (kernel is 4.16.10) and I don't seem to get any input events out of it. The device, a fake xbox 360 controller, seems to be detected as dmesg seems to report: #dmesg when pluging in controller [29505.029981]…
lHart
  • 23
2
votes
1 answer

For libinput properties of xinput, whats the difference between those with default in their names and those without?

For xinput list-props "ETPS/2 Elantech Touchpad" my output is Device 'ETPS/2 Elantech Touchpad': Device Enabled (139): 1 Coordinate Transformation Matrix (141): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000,…
codeNoob
  • 123
2
votes
1 answer

Is there a way to use my 360 controller as a DirectInput controller on my PC?

For example, in old games that don't support XInput, I can't use my 360 controller. It won't recognise the analogue sticks or triggers (I just want to recognise them as buttons, not triggers). Is there a way to get games (or Windows) to treat my 360…
cantsay
  • 286
  • 2
  • 8
1
vote
1 answer

Touchscreen right click emulation doesn't work

I have a touchscreen device for which I have enabled third button emulation in xinput: Device 'ft5x_ts': ... Evdev Third Button Emulation (257): 1 Evdev Third Button Emulation Timeout (258): 750 Evdev Third Button Emulation Button (259): 3 Evdev…
1
vote
0 answers

How to use different pointers and keyboard for different monitors

I have a system running on top of Ubuntu 22.04 on my laptop which I use along with an external monitor. I am trying to work on both simultaneously and I want to be using separate input methods for separate monitors. I have a logitech keyboard and…
Nidheesh
  • 63
  • 8
1
2 3