Some notes for my touchscreen added

This commit is contained in:
Balthasar Reuter
2018-05-09 23:06:02 +02:00
parent 8cc740c075
commit ae43f34807

View File

@@ -60,4 +60,24 @@ apt install gphoto2 libgphoto2-dev
pip install gphoto2
-or-
pip install gphoto2-cffi
pip install gphoto2-cffi
apt install xinput-calibrator xserver-xorg-input-evdev
/usr/share/X11/xorg.conf.d/99-eGalax.conf:
```
Section "InputClass"
Identifier "evdev tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
Section "InputClass"
Identifier "calibration"
MatchProduct "eGalax Inc. Touch"
Option "Calibration" "19 1988 96 1965"
Option "SwapAxes" "0"
EndSection
```