diff options
author | Marco Cavallini <m.cavallini@koansoftware.com> | 2009-10-23 17:15:54 +0200 |
---|---|---|
committer | Marco Cavallini <m.cavallini@koansoftware.com> | 2009-10-23 17:15:54 +0200 |
commit | 0bcccaf0288158c77ac76f67b3b9fe406c257690 (patch) | |
tree | 4e2574ba47b58cff64f0d83027aed3ff69acaaa2 /recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263 | |
parent | e528052544adaf017a098dc9d81f53baa9a814b4 (diff) |
xserver-xorg-conf: added config for ronetix-pm9263
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf/ronetix-pm9263')
-rw-r--r-- | recipes/xorg-xserver/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 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 |