aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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