My touchpad speed is too slow (it takes me two full swipes to get the mouse from one side of the screen to the other). This might be because I'm on a 4K monitor. I have increased the touchpad speed to its maximum setting in the Ubuntu 18.04 Settings. I have also checked the speed setting in the terminal using xinput
, e.g.
xinput --list --short
Which returns 15 as the device ID of my touchpad. When I execute xinput --list-props 15
, the libinput Accel Speed
is 1. According to the libinput docs, this must be in the range [-1,1] and is thus at the maximum value. Is there a way to increase the mouse speed further?