xserver-kdrive-common : Xglamo now works well enough to be default for
authorGraeme Gregory <dp@xora.org.uk>
Mon, 3 Dec 2007 12:42:40 +0000 (12:42 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Mon, 3 Dec 2007 12:42:40 +0000 (12:42 +0000)
GTA02. Thanks koen for most of the legwork on this.

packages/xserver-kdrive-common/xserver-kdrive-common/Xserver
packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver

index ac6de5d..417b29c 100644 (file)
@@ -114,8 +114,7 @@ case `module_id` in
                      DPI=140
                 fi 
                 ARGS="$ARGS -dpi ${DPI} -screen ${SCREEN_SIZE}" 
-                # uncomment the line below if you want to test Xglamo
-               #XSERVER=/usr/bin/Xglamo 
+               XSERVER=/usr/bin/Xglamo 
                ;;
        "Nokia N770")
                 ARGS="$ARGS -dpi 225 -screen ${SCREEN_SIZE} -mouse tslib" 
index f7fe52d..99a4138 100644 (file)
@@ -15,6 +15,9 @@ fi
 if [ -f /usr/bin/Xomap ]; then
   XSERVER=/usr/bin/Xomap
 fi
+if [ -f /usr/bin/Xglamo ]; then
+  XSERVER=/usr/bin/Xglamo
+fi
 
 . /etc/profile