Gregor Riepl

Results 244 comments of Gregor Riepl

Thank you, but please add a line to the main README.md as well. Much appreciated.

It would be nice to know what tutorial you used and which driver. The firmware in this repo is not very useful unless you also have the correct device configuration...

This is correct, the firmware is not enough. Panel information, like the active area and some other settings need to be supplied to the driver by other means. The common...

I'm not sure what you mean. The file is there in the tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86/touchscreen_dmi.c?h=v5.2-rc7&id=6fbc7275c7a9ba97877050335f290341a1fd8dbf As for the Ubuntu kernel sources - I don't know where to find the source tree...

There are two HID device properties that control jitter: touchscreen-fuzz-x and touchscreen-fuzz-y If you experiment with them a bit, you should get much less random movement. See here for an...

I really don't know... @jwrdegoede Do you have an idea how to instantiate the module manually with custom parameters?

Aside from the missing comma at the end of line 3, you can certainly try this. But please keep in mind that there may be subtle differences between touchscreens, even...

That's strange.... putting this into an xorg.conf file should make it autoload the next time X is started. I'm not quite sure why that isn't the case.

It could be a zone that is assigned to touch buttons. Some tablets scan these using the touch panel instead of having dedicated physical buttons. Not much that can be...

Nice that it's working so successfully! I can see two potential sources of the problem: 1. Incorrect startup pin control - hard to say. The driver should be able to...