From 0bcccaf0288158c77ac76f67b3b9fe406c257690 Mon Sep 17 00:00:00 2001 From: Marco Cavallini Date: Fri, 23 Oct 2009 17:15:54 +0200 Subject: xserver-xorg-conf: added config for ronetix-pm9263 --- .../xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263/xorg.conf (limited to 'recipes/xorg-xserver') 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 -- cgit v1.2.3