Hi I have issues with setting acceleration on my Trackpoint device.
I can set acceleration via KDE gui without issues on external mouse and touchpad.
But not the trackpoint.
Tried the old trick: xset m 5 1. It works on all other distros I run but not here. The command does nothing.
I read The taming of the mouse guide: http://zderadicka.eu/the-taming-of-the-mouse-details-of-mouse-setup-in-x/
But I can’t make any sense of it. What do I do with that information to change the acceleration? Hopefully to something that resembles the “xset m 5 1” command.
user@linux-9egv:~> xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=11 [slave pointer (2)]
⎜ ↳ TPPS/2 IBM TrackPoint id=12 [slave pointer (2)]
⎜ ↳ Logitech USB-PS/2 Optical Mouse id=9 [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)]
↳ AT Translated Set 2 keyboard id=10 [slave keyboard (3)]
↳ ThinkPad Extra Buttons id=13 [slave keyboard (3)]
user@linux-9egv:~>
Looking at the TPPS/2 IBM TrackPoint in detail give me this.
user@linux-9egv:~> xinput list-props 12
Device ‘TPPS/2 IBM TrackPoint’:
Device Enabled (135): 1
Coordinate Transformation Matrix (137): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Accel Speed (294): 0.000000
libinput Accel Speed Default (295): 0.000000
libinput Accel Profiles Available (296): 1, 1
libinput Accel Profile Enabled (297): 1, 0
libinput Accel Profile Enabled Default (298): 1, 0
libinput Natural Scrolling Enabled (299): 0
libinput Natural Scrolling Enabled Default (300): 0
libinput Send Events Modes Available (278): 1, 0
libinput Send Events Mode Enabled (279): 0, 0
libinput Send Events Mode Enabled Default (280): 0, 0
libinput Left Handed Enabled (301): 0
libinput Left Handed Enabled Default (302): 0
libinput Scroll Methods Available (303): 0, 0, 1
libinput Scroll Method Enabled (304): 0, 0, 1
libinput Scroll Method Enabled Default (305): 0, 0, 1
libinput Button Scrolling Button (306): 2
libinput Button Scrolling Button Default (307): 274
libinput Middle Emulation Enabled (308): 0
libinput Middle Emulation Enabled Default (309): 0
Device Node (281): “/dev/input/event7”
Device Product ID (282): 2, 10
libinput Drag Lock Buttons (310): <no items>
libinput Horizontal Scroll Enabled (283): 1
user@linux-9egv:~>
Any help and input is welcome!
Thank you