sudofox's journal

Austin Burk's journal, where I share little snippets of my writing, code, and dreams.

Got a set of shelves, trying to push better XInput 2 pressure support for browsers on Linux

Shelves

My mom got me some shelves as a gift. We assembled them together :)

 

https://cdn-ak.f.st-hatena.com/images/fotolife/a/austinburk/20210714/20210714195922.jpg

https://cdn-ak.f.st-hatena.com/images/fotolife/a/austinburk/20210714/20210714223123.jpg

There are two units, totalling eight cubes.

Trying to get better native XInput 2 support for tablet pressure

I've started working on figuring out why browsers on Linux don't yet take tablet pressure into account for input events. I was previously trying to develop a USB driver using the WebUSB API, and then tried the WebHID API, but for some reason (even with what I thought were correct udev rules) it just refused to actually open the device to read data in. I think it's an anti-keylogging measure.

For Firefox, there is a not very well-known workaround to get pressure data in regular PointerEvents: launch the browser with the environment variable:

MOZ_USE_XINPUT2=1 firefox

However, it's not done by default.

I asked about it on Twitter and started discussing it with the maintainer of the linuxwacom driver.

 The thread goes into discussion about previous concerns and also contains links to relevant Bugzilla cards. I've commented on the Chromium card about lacking pressure data, but not on the Bugzilla ones. Hopefully there's something I can do to get the ball rolling on natively supporting this by default in the browsers -- that way, more people can use Sudo Haiku's painting tool.