-rwxr-xr-x | root/etc/init.d/opie | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index 01704f2..ada0431 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -2,9 +2,8 @@ # export LOGNAME=root export HOME=/$LOGNAME -#export QWS_DISPLAY=Transformed:Rot270:0 export QTDIR=/opt/QtPalmtop export OPIEDIR=/opt/QtPalmtop export QPEDIR=/opt/QtPalmtop export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib @@ -46,8 +45,10 @@ case $1 in "3700" ) export QWS_DISPLAY=Transformed:Rot270:0 ;; "3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; *) echo "Unknown processor type -`module_id`-!" ;; esac + else + export QWS_DISPLAY=Transformed:Rot270:0 fi if [ -x $OPIEDIR/bin/opie-login ]; then |