Last active
June 7, 2023 04:07
-
-
Save frgomes/58a6a7bc57cfbb9c77fcd46774811c9d to your computer and use it in GitHub Desktop.
Linux - ELAN tablet WACOM configuration - https://github.com/linuxwacom/xf86-input-wacom/issues/175
This file contains hidden or 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
System Information | |
------------------- | |
Manufacturer: HP | |
Product Name: HP ENVY x360 Convertible 15-ee0xxx |
Author
frgomes
commented
Jun 7, 2023
•
# file: /etc/X11/xorg.conf.d/99-xinput_calibrator.conf
Section "InputClass"
Identifier "calibration"
MatchProduct "ELAN 2514 04F3:2B05"
Option "MinX" "-40050"
Option "MaxX" "16742991"
Option "MinY" "93207"
Option "MaxY" "16746145"
Option "SwapXY" "0" # unless it was already set to 1
Option "InvertX" "0" # unless it was already set
Option "InvertY" "0" # unless it was already set
EndSection
# file: etc/X11/Xorg.conf.d/90-wacom-override.conf
Section "InputClass"
Identifier "Wacom driver override"
MatchProduct "ELAN2514:00 04F3:2B05"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment