grep "Using input" /var/log/Xorg.0.log
17.302] (II) Using input driver 'libinput' for 'Power Button'
17.337] (II) Using input driver 'libinput' for 'Video Bus'
17.349] (II) Using input driver 'libinput' for 'Video Bus'
17.365] (II) Using input driver 'libinput' for 'Power Button'
17.394] (II) Using input driver 'libinput' for 'Integrated Camera'
17.465] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
17.522] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
17.654] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
17.712] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
17.749] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
I would expect to see libinput, but it might be something else.
What does the following report about your trackpad (assuming libinput is in use)?
sudo libinput-list-devices
libinput-list-devices: command not found
The touchpad is using the synaptics driver. You could try seeing the touchpad behaves alright with libinput instead. The easiest way is probably just to remove the ‘xf86-input-synaptics’ package and then restart the X-server (hold down CTRL-ALT-Backspace keys).
sudo libinput-list-devices
libinput-list-devices: command not found
That worked, thanks! Also the pad was to sensitive so when I was writing the original post the cursor was moving all over the place. Now all is good. lol!