aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf
diff options
context:
space:
mode:
authorMarco Cavallini <m.cavallini@koansoftware.com>2009-10-23 17:15:54 +0200
committerMarco Cavallini <m.cavallini@koansoftware.com>2009-10-23 17:15:54 +0200
commit0bcccaf0288158c77ac76f67b3b9fe406c257690 (patch)
tree4e2574ba47b58cff64f0d83027aed3ff69acaaa2 /recipes/xorg-xserver/xserver-xorg-conf
parente528052544adaf017a098dc9d81f53baa9a814b4 (diff)
downloadopenembedded-0bcccaf0288158c77ac76f67b3b9fe406c257690.tar.gz
xserver-xorg-conf: added config for ronetix-pm9263
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf
new file mode 100644
index 0000000000..7f3eb7797f
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/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