diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-12-03 12:42:40 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-12-03 12:42:40 +0000 |
commit | 648d28870c93d9c2660684e3c4a003d195095b30 (patch) | |
tree | a83af9183b2b85a77a8322cb183fd6719401fbd5 | |
parent | 302ee217704be5c57b4af6da80cff269916409e6 (diff) |
xserver-kdrive-common : Xglamo now works well enough to be default for
GTA02. Thanks koen for most of the legwork on this.
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/Xserver | 3 | ||||
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver index ac6de5d82e..417b29ca2a 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/Xserver @@ -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" diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver b/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver index f7fe52d84e..99a4138473 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver +++ b/packages/xserver-kdrive-common/xserver-kdrive-common/openmoko/Xserver @@ -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 |