From 7c9f7f664c9e88e83a67af826f2201d01f63d1ca Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 21 Dec 2011 20:15:39 +0100 Subject: Add initial xorg.conf Touchscreen works, but needs calibration. --- n35-skeleton/etc/X11/xorg.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 n35-skeleton/etc/X11/xorg.conf diff --git a/n35-skeleton/etc/X11/xorg.conf b/n35-skeleton/etc/X11/xorg.conf new file mode 100644 index 0000000..dead0d5 --- /dev/null +++ b/n35-skeleton/etc/X11/xorg.conf @@ -0,0 +1,6 @@ +Section "InputDevice" + Identifier "touchscreen" + Driver "evdev" + Option "Device" "/dev/input/event0" + Option "InvertY" "true" +EndSection -- cgit v1.2.3