xserver-xorg-conf: add xorg.conf for nokia900
authorSebastian Krzyszkowiak <seba.dos1@gmail.com>
Sun, 5 Sep 2010 18:18:00 +0000 (18:18 +0000)
committerKlaus Kurzmann <mok@fluxnetz.de>
Sun, 12 Sep 2010 14:34:51 +0000 (16:34 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf [new file with mode: 0644]

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
new file mode 100644 (file)
index 0000000..356bc9f
--- /dev/null
@@ -0,0 +1,51 @@
+Section "Module"
+        Load    "extmod"
+        Load    "dbe"
+       Load    "glx"
+        Load    "freetype"
+        Load    "type1"
+        Load    "record"
+       Load    "dri"
+EndSection
+
+Section "Monitor"
+        Identifier      "Default Monitor"
+EndSection
+
+Section "Device"
+        Identifier      "Default omapfb Device"
+        Driver         "omapfb"
+EndSection
+
+Section "InputDevice"
+       Identifier      "Power Button"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event0"
+EndSection
+
+Section "InputDevice"
+       Identifier      "Keyboard"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event1"
+       Option          "XkbModel"      "nokiarx51"
+       Option          "XkbLayout"     "us"
+EndSection
+
+Section "InputDevice"
+       Identifier      "Touchscreen"
+       Driver          "evdev"
+       Option          "Device"        "/dev/input/event3"
+EndSection
+
+Section "Screen"
+        Identifier      "Default Screen"
+        Device         "Default omapfb Device"
+EndSection
+
+Section "ServerLayout"
+       Identifier      "Default Layout"
+       Screen          "Default Screen"
+       InputDevice     "Touchscreen"
+       InputDevice     "Power Button"
+       InputDevice     "Keyboard"
+EndSection