[oe-commits] Denis 'GNUtoo' Carikli : xserver-xorg-conf: adapt nokia900's xorg. conf to the newer kernel

git version control git at git.openembedded.org
Sat Dec 25 18:49:45 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Sun Sep 19 19:28:25 2010 +0200

xserver-xorg-conf: adapt nokia900's xorg.conf to the newer kernel

* add CoreKeyboard option for nokia900
  This seems to be needed to make it actually load it...
  Otherwise a pc105 model will be there instead of the
  needed nokiarx51 one... needs researching.

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

---

 .../xserver-xorg-conf/nokia900/xorg.conf           |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
index ee26fda..c1c89a2 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/nokia900/xorg.conf
@@ -15,18 +15,14 @@ EndSection
 Section "Device"
         Identifier      "Default omapfb Device"
         Driver		"omapfb"
-EndSection
+	Option		"fb" "/dev/fb0"
 
-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		"Device"	"/dev/input/event0"
 	Option		"XkbModel"	"nokiarx51"
 	Option		"XkbLayout"	"us"
 	Option          "CoreKeyboard"
@@ -35,7 +31,7 @@ EndSection
 Section "InputDevice"
 	Identifier      "Touchscreen"
 	Driver          "evdev"
-	Option          "Device"        "/dev/input/event3"
+	Option          "Device"        "/dev/input/event1"
 EndSection
 
 Section "Screen"
@@ -47,6 +43,5 @@ Section "ServerLayout"
 	Identifier      "Default Layout"
 	Screen		"Default Screen"
 	InputDevice     "Touchscreen"
-	InputDevice     "Power Button"
 	InputDevice     "Keyboard"
 EndSection





More information about the Openembedded-commits mailing list