From ae43f348076551e13d7a7b11f7c85b4c4c40d410 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Wed, 9 May 2018 23:06:02 +0200 Subject: [PATCH] Some notes for my touchscreen added --- INSTALL.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d40624c..23902b5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,4 +60,24 @@ apt install gphoto2 libgphoto2-dev pip install gphoto2 -or- -pip install gphoto2-cffi \ No newline at end of file +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 +``` \ No newline at end of file