aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-22 15:51:10 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-22 15:52:10 +0200
commit82ffbc9a75656400ae959e57e60dce9aa3fb9b41 (patch)
tree5eea64d3efa97c55af8ed02634bfc4f65eb14227 /recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek
parent7d22ae8ecd9088f8ecb94673201f0487fa982672 (diff)
downloadopenembedded-82ffbc9a75656400ae959e57e60dce9aa3fb9b41.tar.gz
xserver-xorg-conf: added config fot at91sam9263ek
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf
new file mode 100644
index 0000000000..7f3eb7797f
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9263ek/xorg.conf
@@ -0,0 +1,11 @@
+Section "ServerLayout"
+ Identifier "default"
+ InputDevice "atmel-ts" "CorePointer"
+EndSection
+
+Section "InputDevice"
+ Identifier "atmel-ts"
+ Driver "evdev"
+ Option "SwapAxes" "1"
+ Option "Device" "/dev/input/touchscreen0"
+EndSection