aboutsummaryrefslogtreecommitdiff
path: root/n35-skeleton
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-12-21 20:15:39 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-12-21 20:16:05 +0100
commit7c9f7f664c9e88e83a67af826f2201d01f63d1ca (patch)
tree2d1a64dd2a14b29f4c73fdf8d2f53e415baed5c4 /n35-skeleton
parent3afd0587b97af243c51d2ecb78cff2510d313a4c (diff)
downloadbuildroot-n35-7c9f7f664c9e88e83a67af826f2201d01f63d1ca.tar.gz
buildroot-n35-7c9f7f664c9e88e83a67af826f2201d01f63d1ca.tar.bz2
buildroot-n35-7c9f7f664c9e88e83a67af826f2201d01f63d1ca.zip
Add initial xorg.conf
Touchscreen works, but needs calibration.
Diffstat (limited to 'n35-skeleton')
-rw-r--r--n35-skeleton/etc/X11/xorg.conf6
1 files changed, 6 insertions, 0 deletions
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