]> git.plutz.net Git - rpi_small/blobdiff - files_ws5inch/usr/share/X11/xorg.conf.d/45-evdev.conf
modular config for touch screen
[rpi_small] / files_ws5inch / usr / share / X11 / xorg.conf.d / 45-evdev.conf
diff --git a/files_ws5inch/usr/share/X11/xorg.conf.d/45-evdev.conf b/files_ws5inch/usr/share/X11/xorg.conf.d/45-evdev.conf
new file mode 100644 (file)
index 0000000..6d18181
--- /dev/null
@@ -0,0 +1,7 @@
+Section "InputClass"
+       Identifier "evdev touchscreen catchall"
+       MatchIsTouchscreen "on"
+       Option  "Calibration"   "200 3950 250 4000"
+       MatchDevicePath "/dev/input/event*"
+       Driver "evdev"
+EndSection