[oe-commits] Sebastian Krzyszkowiak : xserver-xorg-conf: add xorg.conf for nokia900

git version control git at git.openembedded.org
Sun Sep 12 14:36:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 315a4b93a10664b777fd023dac61bd978f8eded3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=315a4b93a10664b777fd023dac61bd978f8eded3

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Sun Sep  5 18:18:00 2010 +0000

xserver-xorg-conf: add xorg.conf for nokia900

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../xserver-xorg-conf/nokia900/xorg.conf           |   51 ++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

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
index 0000000..356bc9f
--- /dev/null
+++ b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
@@ -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





More information about the Openembedded-commits mailing list