-
-
Notifications
You must be signed in to change notification settings - Fork 12
Setting props #11
Comments
the matrix is implemented by the server and is independent of libinput. the only way to set it is via xinput. |
There is 2 another matrixes.
"libinput Calibration Matrix" set by udev via rule
|
that The other one, yes, it exists, and it is available as the |
I want to run Qt (Pyside2) over EGL without X. Cheap touch screens need calibration and sometimes re-calibration. One way is to set udev hint, then reset usb port. btw thank you |
your best approach is a custom-written shell script then that figures out that calibration. this is IMO out of scope for a python library wrapper. You wouldn't directly interact with libinput after all, you'll be writing out a udev property that libinput understands. |
so only udev. What about other properties? Mouse acceleration for example |
see #11 (comment), the |
I dont need to control another process. no X11. only one process running from init =) |
then tbh I don't quite know what the question is. |
Setting props like
xinput
will be great.For example. Dont know how to set
Coordinate Transformation Matrix
withoutxinput
andudev
.The text was updated successfully, but these errors were encountered: