Linux touchpad like a Macbook: progress and a call for help



🕰️ Update 1:39pm pst: Hi HN! Looks like the main link got shifted to here from my blog after my new web host went down. If you'd like to leave comments you can do it on the original blog: https://bill.harding.blog/linux-touchpad-like-a-macbook-progress-and-a-call-for-help.html. Or in the HN comments, where I'll try to take a couple passes this afternoon.


🕰️ Update 9:37pm pst: If you'd like to follow updates to this project, ⭐ its new Gitlab fork at https://gitlab.freedesktop.org/wbharding/libinput. I'll also post updates to https://bill.harding.blog when possible.


Original piece begins...


It's taken me longer than I'd hoped to craft a follow up to my viral blog post on... Linux touchpad drivers (what a weird sentence to write). I'd hoped to find 10 or 20 people who shared my belief that Linux touchpads are in a sorry state. Turns out, a niche OS with a subjective quality issue is -- in this case -- a topic that's important to thousands. So much so that several commenters on the last blog indicated willingness to donate time or money to improve the plight of this driver.


If this collective will can be harnessed, we have a golden opportunity for developers to escape the limitations imposed by modern Apple hardware. Hardware manufacturers are doing their part. There are already laptops that compare favorably against Macbook on tech specs and price. Now, we "just" need software that approximates the fit-and-finish of using a Macbook. Modern day Linux is getting very close: my most recent Linux laptop is the first I've ever owned where waking from sleep mode reliably works. ☕


The crux of the challenge is that we need to objectively fix a subjective problem. After spending the past year examining the challenges, here's how I think we can do it:


linkDefine the goal

To create a touchpad solution for Linux that serves as many users as possible, we want to be maximally objective in describing what we aim to deliver.


My first idea to be objective was to quantify how the cursor worked on OS X, and create a suite of tests we'd use to guide development. That turned out to be a misadventure, for circumstantial reasons.


My second idea is my current preferred plan forward:

1) to fork libinput (overview doc, contributor docs, source), and

2) find up to three developers dedicated to making a measurably better driver.


Why start from libinput instead of building from scratch or another driver? The following line of reasoning from Peter Hutterer (libinput maintainer), persuaded me:

Don't start from scratch. your goal is for this to be eventually used, at which point libinput is your only option. for any other approach you'll have to a) stick to xorg only or b) convince every wayland compositor to implement support for your driver (and that you'll maintain that driver for the upcoming future). given that Fedora already defaults to Wayland, a) isn't really an option and b) is not likely to happen.

In addition to its Wayland integration, libinput is already built to support Xorg via xf86-input-libinput.


Why three developers for six months? Because any more than three developers A) is unrealistic to expect B) harder to coordinate C) leaves responsibility too open-ended. Why six months? Because the Static Object's metrics suggest that should be enough time to make a significant impact on this project. It's easy to imagine we could begin seeing noticeable improvements to touchpad tracking accuracy within a couple months of starting development.


I believe the most serious flaw in my plan is the subjectivity around how, specifically, the cursor should behave. Practically speaking, we won't be able to perfectly clone Apple's touchpad behavior. So, in place of an objectively provable target, we'll work from a shared set of intentions:


linkProject deliverables

Linux touchpad scores reach parity with Macbook touchpad per mouseaccuracy.com testing. In my trials, I score 22% higher on macOS (average score 250) than Linux (average score 204).

Visual or terminal-based means to configure rudimentary touchpad settings. Here are the options Apple provides. Here are the fewest options I could imagine providing for v1.

First-class palm and thumb detection/ignoring

Possess a means to submit bugs and have them addressed (via the newly forked project)

"Feels like a Macbook" to greatest extent possible


We would seek to achieve these modest goals only on modern laptop hardware, eg purchased within last 2-3 years. Broader support should follow.


This project's grand vision will be realized when its users forget it exists. 🎉


linkNext steps

What are the next steps on the Linux touchpad roadmap?


linkHow I will help this move forward

Accountability updates. If this post succeeds in wrangling a couple developers to move this project forward, I commit to posting at least one public update per quarter on the status of the project.

Functional quality assurance lead. I will monitor our progress toward the "Project Deliverables," and help coordinate QA resources during development.

Corporate fundraiser. Reach out to companies that would stand to benefit from sponsoring better Linux touchpad performance, provided others can point me toward the appropriate contacts.

Information conduit. I've collected about 20 notes worth of information about Linux touchpad drivers over the past year. Perhaps some of these would assist new project participants trying to get up to speed?


linkHelp I need from others to move forward

Can you help advance this cause? Here's what we need:

Commit to hack on the project. We need 1-3 developers who can commit to pursuing the Project Deliverables over at least 3 part-time months (preferably 6-12 months). I can coordinate matching developers skills to areas of project need. Since libinput is mostly composed of C, experience in that language will be a big plus.

Got contacts? If anyone reading this knows the decision makers at companies who might like to support a popular project, help me out with an e-intro? If we can find a benevolent corporate ally (Microsoft? Google?), we could potentially leverage their resources to fund a full time developer for some months.

Evaluate Chrome OS touchpad driver. See my "Tangential Opportunity to Help" memo. I consider this avenue a longshot to be the long-term solution for a Linux touchpad driver, but in the short term, it might be a viable driver for Linux users until the long-term solution is built.

Got knowledge? I've become a lot more of a Linux touchpad expert than I'd ever hoped, but there are still people like Peter who know a lot more than I do about the interplay between the kernel, Wayland, and the input driver. I'd love to have contact info for a couple experienced Linux OSS-familiar devs who could accelerate my future research.

If you can help with any of these: please drop a line in the blog comments, or email bill at staticobject.com


linkInto a future less bound to Apple's whims

All of the above plan is subject to change if better evidence/ideas are presented. I'm a pragmatist at heart, and the proposed plan is the most realistic path I can conceive to deliver a better Linux touchpad experience before the end of 2019. There's low-hanging fruit to be picked. The touchpad driver most Linux users are currently utilizing (libinput) is developed part time, by a single developer (thanks Peter!).


There's never been a broad mandate to make Linux touchpads pleasant to use. With your help driving attention to this issue, we can change that.