]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-config: Add version for IGEP v2 board
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>
Mon, 28 Sep 2009 08:30:53 +0000 (10:30 +0200)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 14 Oct 2009 15:18:17 +0000 (16:18 +0100)
Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-xserver/xserver-xf86-config/igep0020b/xorg.conf [new file with mode: 0644]

diff --git a/meta/packages/xorg-xserver/xserver-xf86-config/igep0020b/xorg.conf b/meta/packages/xorg-xserver/xserver-xf86-config/igep0020b/xorg.conf
new file mode 100644 (file)
index 0000000..1544970
--- /dev/null
@@ -0,0 +1,48 @@
+
+Section "Files"
+EndSection
+
+Section "InputDevice"
+    Identifier    "Generic Keyboard"
+    Driver        "kbd"
+    Option        "CoreKeyboard"
+    Option        "XkbRules"    "xorg"
+    Option        "XkbModel"    "pc105"
+    Option        "XkbLayout"    "us"
+EndSection
+
+Section "InputDevice"
+    Identifier    "Configured Mouse"
+    Driver        "mouse"
+    Option        "CorePointer"
+    Option        "Device"        "/dev/input/mice"
+    Option        "Protocol"        "ImPS/2"
+    Option        "ZAxisMapping"        "4 5"
+    Option        "Emulate3Buttons"    "true"
+EndSection
+
+Section "Device"
+    Identifier    "OMAPFB Graphics Controller"
+    Driver        "omapfb"
+EndSection
+
+Section "Monitor"
+    Identifier    "Generic Monitor"
+    Option        "DPMS"
+EndSection
+
+Section "Screen"
+    Identifier    "Default Screen"
+    Device        "OMAPFB Graphics Controller"
+    Monitor       "Generic Monitor"
+    DefaultDepth  16
+EndSection
+
+Section "ServerLayout"
+    Identifier    "Default Layout"
+    Screen        "Default Screen"
+    InputDevice    "Generic Keyboard"
+    InputDevice    "Configured Mouse"
+    Option         "AllowEmptyInput" "no" 
+EndSection
+