I recently installed Kubuntu for the first time on my Thinkpad 440 and there are three issues I'm having with the trackpad:
1) Size of the middle click zone
On Windows, there was a fairly large region I could press and have it be registered as a middle click. On Kubuntu, that region is smaller, and it's screwing up my muscle memory -- I end up left- or right-clicking when I mean to middle click. Is there a way to enlarge the zone that counts as a middle click?
pink zone is what it is on Kubuntu, yellow zone is what I want
2) Top strip
If I begin swiping my finger across this top strip, the cursor doesn't move. It only moves once I bring my finger down to the lower region. If I start in the lower region and move up, it continues to work. Is there a way to disable this annoying behavior and have the entire trackpad work for cursor movement first time?
orange zone is where cursor doesn't move if my finger begins there
3) Dragging
On Windows, if I was dragging an object and moved my finger to the edge of the trackpad, the cursor would continue moving in a straight line until I released my finger. On Kubuntu this isn't the case and I can't find an option to enable it. How do I get this functionality?
(I should also note that these same issues appeared when I tried Ubuntu, so it's not unique to Kubuntu.)
sudo apt-get install xserver-xorg-input-libinput
, reboot and try. This is another (a new generation) user space driver. – Pilot6 Jun 10 '16 at 17:51xinput
. – Pilot6 Jun 10 '16 at 18:39man xinput
. You can set options there too. – Pilot6 Jun 10 '16 at 19:53