]> git.plutz.net Git - rpi_small/blob - 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
1 Section "InputClass"
2         Identifier "evdev touchscreen catchall"
3         MatchIsTouchscreen "on"
4         Option  "Calibration"   "200 3950 250 4000"
5         MatchDevicePath "/dev/input/event*"
6         Driver "evdev"
7 EndSection