1

I want to disable the middle mouse button in my touchpad, but I don't know which one is the actual touchpad. Is it 11 or 13?

Virtual core pointer                        id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ DLLC6B2:00 06CB:75BF Touchpad             id=11   [slave  pointer(2)]
⎜   ↳ SynPS/2 Synaptics TouchPad                id=13   [slave  pointer  (2)]
Pilot6
  • 92,041
MichaelX
  • 736

1 Answers1

2

This touchpad supports both PS/2 and I2C modes. So both IDs are related to the touchpad.

If the system is configured correctly, I2C should be in use. But in some cases it needs configuration.

The easiest way to check is to run xinput disable 11 and xinput disable 13 the command that disables the touchpad will show you the correct ID.

Pilot6
  • 92,041