aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/xserver-xorg-conf
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:08:11 +0200
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2010-10-17 23:13:38 +0200
commitfee7520020ac46a41382fec0b69c5501f3c21236 (patch)
treec0c8aa5161df2383434884a07a7fb1eafaea901e /recipes/xorg-xserver/xserver-xorg-conf
parentffd3f97c6b31917ca9d2401af78d420ec4ae42ae (diff)
downloadopenembedded-fee7520020ac46a41382fec0b69c5501f3c21236.tar.gz
Add X-Windows support for AT91SAM9G45 LCD controller
Diffstat (limited to 'recipes/xorg-xserver/xserver-xorg-conf')
-rw-r--r--recipes/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
new file mode 100644
index 0000000000..0502f8737c
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf
@@ -0,0 +1,23 @@
+Section "ServerLayout"
+ Identifier "default"
+ InputDevice "atmel-tsadcc" "CorePointer"
+EndSection
+
+Section "InputDevice"
+ Identifier "atmel-tsadcc"
+ Driver "evdev"
+ Option "Device" "/dev/input/touchscreen0"
+EndSection
+
+Section "InputDevice"
+ Driver "mouse"
+ Identifier "Mouse[1]"
+ Option "Buttons" "10"
+ Option "Device" "/dev/input/mice"
+EndSection
+
+Section "InputDevice"
+ Driver "kbd"
+ Identifier "Keyboard[0]"
+ Option "Protocol" "Standard"
+EndSection