Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

XVIEW Quantum Xenon: The pointer glitching on touch events.. #152

Open
matiasdelellis opened this issue Oct 8, 2020 · 3 comments
Open

Comments

@matiasdelellis
Copy link

Hi everyone,
Got extract the firmware for this device. I don't know if I can share it here since it is one of many devices "To be filled by o.e.m".. 馃檲 馃槄 馃槥

Well .. The touch itself seems to work, but it seems to be very sensitive and vibrates/glit when I select something.

VID_20201008_182001490

OS: Fedora 31
Kernel: 5.8.13

This is a common error? Any way to improve?
Thank you very much.

@onitake
Copy link
Owner

onitake commented Oct 11, 2020

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 example how they're used: https://patchwork.kernel.org/patch/10835721/

I think there's also a way to set them from user space, but I don't know how.

@matiasdelellis
Copy link
Author

Hi @onitake
Thank you very much for the info. It seems to be what I need.. 馃槵,
...but note that I cannot identify the device by ACPI since his tables are wrong (Everything says "To be filled by oem").

Try passing the parameters on modprobe, but it ignores it.

[ 2601.508812] silead: unknown parameter 'touchscreen-fuzz-x' ignored
[ 2601.508813] silead: unknown parameter 'touchscreen-fuzz-y' ignored

There is another way?.

Thanks again.

@onitake
Copy link
Owner

onitake commented Oct 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants