[oe-commits] Marco Cavallini : xserver-xorg-conf: added config for ronetix-pm9263

git version control git at git.openembedded.org
Fri Oct 23 16:10:53 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: 0bcccaf0288158c77ac76f67b3b9fe406c257690
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0bcccaf0288158c77ac76f67b3b9fe406c257690

Author: Marco Cavallini <m.cavallini at koansoftware.com>
Date:   Fri Oct 23 17:15:54 2009 +0200

xserver-xorg-conf: added config for ronetix-pm9263

---

 .../xserver-xorg-conf/ronetix-pm9263/xorg.conf     |   11 +++++++++++
 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 0000000..7f3eb77
--- /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





More information about the Openembedded-commits mailing list