From fee7520020ac46a41382fec0b69c5501f3c21236 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 17 Oct 2010 23:08:11 +0200 Subject: Add X-Windows support for AT91SAM9G45 LCD controller --- .../xserver-xorg-conf/at91sam9g45ek/xorg.conf | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/xorg-xserver/xserver-xorg-conf/at91sam9g45ek/xorg.conf (limited to 'recipes/xorg-xserver/xserver-xorg-conf') 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 -- cgit 1.2.3-korg