Replies: 1 comment
-
Sadly, if we were able to do this, we wouldn't need that complicated procedure. 😞 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I need some help to understand how to set the touchscreen resolution parameter when generating the Linux touchscreen driver for a tablet.
Longer story:
I have a low end tablet ( UnisCom MZ89-IPS ...it's old and made in China for the domestic market, I was able to get no info online), and I want to install Linux.
I extracted the touchscreen drivers following the process indicated in the Readme (gslx680_ts_acpi style, as I'm testing with a Lubuntu live image at the moment), and with the new driver the touchscreen works...but needs a lot of calibration (and rotation), and it's not that accurate.
To generate the gslx680_ts_acpi drivers i used the following parameters, because I saw the tablet screen resolution is 800x1200 (in portrait mode):
tools/fwtool -c firmware.fw -m 1680 -w 800 -h 1280 -t 10 silead_ts.fw
I see many other tablets listed here have used touchscreen size parameters different from screen resolution...is it only a matter of trial&error, or there is a way where I can check the actual parameters for my touchscreen size?
Once this is fixed, I can complete the testing and start a pull request for the new firmware. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions