[oe-commits] Thomas Zimmermann : xserver-xorg: new xorg. conf from Weiss and RDEPENDS on xf86-video-glamo and xf86-input-evdev

git version control git at git.openembedded.org
Sun Sep 20 09:19:11 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 316acddfa35bc2de08d9239c304a972b1d3fdbdd
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=316acddfa35bc2de08d9239c304a972b1d3fdbdd

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Sun Sep 20 07:59:00 2009 +0000

xserver-xorg: new xorg.conf from Weiss and RDEPENDS on xf86-video-glamo and xf86-input-evdev

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

---

 .../xserver-xorg-conf/om-gta02/xorg.conf           |   62 ++++++++++++--------
 recipes/xorg-xserver/xserver-xorg-conf_0.1.bb      |    1 +
 2 files changed, 38 insertions(+), 25 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
index 0aac380..7d7589f 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
+++ b/recipes/xorg-xserver/xserver-xorg-conf/om-gta02/xorg.conf
@@ -1,40 +1,52 @@
 Section "Module"
-        Load    "extmod"
-        Load    "dbe"
         Load    "glx"
-        Load    "freetype"
-        Load    "type1"
-        Load    "record"
-        Load    "dri"
+        Load	"dri2"
 EndSection
 
-Section "InputDevice"
-       Identifier "Touchscreen"
-       Driver "tslib"
-       Option "Device" "/dev/input/event1"
-       Option "Name" "s3c2410 TouchScreen"
-       Option "CorePointer"
+
+Section "Monitor"
+        Identifier      "LCD Panel"
 EndSection
 
 
 Section "Device"
-        Identifier "Glamo"
-        Driver "glamo"
-        Option "Debug" "TRUE"
-EndSection
+        Identifier      "Glamo Graphics Chip"
+        Driver          "glamo"
+EndSection  
 
-Section "Monitor"
-        Identifier      "Configured Monitor"
-EndSection
 
 Section "Screen"
         Identifier      "Default Screen"
-        Monitor         "Configured Monitor"
-        Device          "Glamo"
+        Device          "Glamo Graphics Chip"
+        Monitor         "LCD Panel"
+EndSection
+
+
+Section "InputDevice"
+	Identifier	"Power Button"
+	Driver		"evdev"
+	Option		"Device"	"/dev/input/event0"
 EndSection
 
+
+Section "InputDevice"
+	Identifier	"AUX Button"
+	Driver		"evdev"
+	Option		"Device"	"/dev/input/event4"
+EndSection
+
+
+Section "InputDevice"
+	Identifier	"Touchscreen"
+	Driver		"evdev"
+	Option		"Device"	"/dev/input/event1"
+EndSection
+
+
 Section "ServerLayout"
-        Identifier "Default Layout"
-        Screen "Default Screen"
-        InputDevice "Touchscreen"
-EndSection
\ No newline at end of file
+        Identifier      "Default Layout"
+        Screen          "Default Screen"
+	InputDevice	"Power Button"
+	InputDevice	"AUX Button"
+	InputDevice	"Touchscreen"
+EndSection
diff --git a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
index ea1581b..0289038 100644
--- a/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg-conf_0.1.bb
@@ -10,3 +10,4 @@ do_install() {
 
 CONFFILES_${PN} += "${sysconfdir}/X11/xorg.conf"
 
+RDEPENDS_append-om-gta02 += "xf86-video-glamo xf86-input-evdev"





More information about the Openembedded-commits mailing list