Created
March 30, 2017 05:59
-
-
Save level323/a3defd489365889ff5c6ae4f30cfd8c5 to your computer and use it in GitHub Desktop.
Voyo VBook V3 (Apollo Lake N4200): PERMANENT Touchscreen calibration adjustment that works for me. Set via `udev` rules. Survives reboot.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Note: Tested and works on Debian Stretch (2017-03-29) | |
# Locate at /etc/udev/rules.d/99-voyo-v3-n4200-touchpad.rules | |
KERNEL=="event*",SUBSYSTEM=="input",ATTRS{name}=="silead_ts",ENV{LIBINPUT_CALIBRATION_MATRIX}="-2.072 0 1 0 -2.698 1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment