Some notes for my touchscreen added
This commit is contained in:
22
INSTALL.md
22
INSTALL.md
@@ -60,4 +60,24 @@ apt install gphoto2 libgphoto2-dev
|
|||||||
|
|
||||||
pip install gphoto2
|
pip install gphoto2
|
||||||
-or-
|
-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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user