How do I move the pointer around with one index finger on the topside of the touchpad while my other index finger is static and touching the left bottom side of the touchpad? I can do this in Windows 10 but for some reason the mouse arrow does not move in Ubuntu when I do this.
system:Ubuntu 18.04 with kernel 5.4.0-050400-generic and LXDE as desktop environment.
Thanks
xinput set-prop 23 "libinput Accel Speed"
Does anyone know how to fix this slow mouse acceleration? – thosecars82 Jan 05 '21 at 23:41sudo xinput set-prop 23 "Coordinate Transformation Matrix" 4.000000, 0.000000, 0.000000, 0.000000, 4.000000, 0.000000, 0.000000, 0.000000, 1.000000
– thosecars82 Jan 06 '21 at 00:36Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "True" Option "DisableWhileTyping" "True" Option "TransformationMatrix" "4.000000 0.000000 0.000000 0.000000 4.000000 0.000000 0.000000 0.000000 1.000000" EndSection
– thosecars82 Jan 06 '21 at 01:23