[oe-commits] Antonio Ospite : xserver-kdrive-common/Xserver: fix EZX settings

git version control git at git.openembedded.org
Fri Jun 4 14:00:00 UTC 2010


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

Author: Antonio Ospite <ospite at studenti.unina.it>
Date:   Tue Apr 13 12:20:09 2010 +0200

xserver-kdrive-common/Xserver: fix EZX settings

Support all EZX machines, and set up the mouse as a tslib device.

Signed-off-by: Antonio Ospite <ospite at studenti.unina.it>
Acked-by: Koen Kooi <koen at openembedded.org>

---

 .../xserver-kdrive-common/Xserver                  |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
index e2566bb..347b005 100644
--- a/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
+++ b/recipes/xserver-kdrive-common/xserver-kdrive-common/Xserver
@@ -144,11 +144,12 @@ case `module_id` in
                      PPM="-root-ppm /usr/share/pixmaps/xsplash-qvga-square.ppm"
                 fi
                 ARGS="$ARGS -dpi 181 -screen 320x320 -mouse tslib -hide-cursor ${PPM}" ;;
-        "Motorola Ezx Platform")
+        "Motorola Ezx Platform" | \
+        "Motorola EZX"*)
                 if [ -f "/usr/share/pixmaps/xsplash-qvga.ppm" ]; then
                      PPM="-root-ppm /usr/share/pixmaps/xsplash-qvga.ppm ${PPM}"
                 fi
-                ARGS="$ARGS -dpi 170 -screen ${SCREEN_SIZE}" ;;
+                ARGS="$ARGS -dpi 170 -mouse tslib -hide-cursor -screen ${SCREEN_SIZE} ${PPM}" ;;
 	"Glofiish M800")
                 if [ -f "/usr/share/pixmaps/xsplash-vga.ppm" ]; then
                      PPM="-root-ppm /usr/share/pixmaps/xsplash-vga.ppm"





More information about the Openembedded-commits mailing list