author | llornkcor <llornkcor> | 2004-08-17 22:50:55 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2004-08-17 22:50:55 (UTC) |
commit | d29d0d4e2d5b2da3c21891b251b57e70103fdcdf (patch) (side-by-side diff) | |
tree | 58b511c9c1ac91dee42029a62afec06f41cbe08a | |
parent | 5e11a688c1b9f1d411322df6fb3d4d96613fd44d (diff) | |
download | opie-d29d0d4e2d5b2da3c21891b251b57e70103fdcdf.zip opie-d29d0d4e2d5b2da3c21891b251b57e70103fdcdf.tar.gz opie-d29d0d4e2d5b2da3c21891b251b57e70103fdcdf.tar.bz2 |
tosa is 0:0
-rwxr-xr-x | root/etc/init.d/opie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie index df68090..8146b2c 100755 --- a/root/etc/init.d/opie +++ b/root/etc/init.d/opie @@ -1,43 +1,43 @@ #!/bin/sh # [ -z $LOGNAME ] && export LOGNAME=root && export HOME=/root [ -z $HOME ] && export HOME=/$LOGNAME export QTDIR=/opt/QtPalmtop export OPIEDIR=/opt/QtPalmtop export QPEDIR=/opt/QtPalmtop export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$OPIEDIR/lib export PATH=$PATH:$OPIEDIR/bin if [ -e /proc/cpuinfo ] ; then model=`grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` case "$model" in "HP IPAQ H3100" | "HP IPAQ H3800" ) export QWS_DISPLAY=Transformed:Rot90:0 ;; - "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" ) + "HP IPAQ H5400" | "HP JORNADA 56X" | "HP IPAQ H2200" | "SHARP Tosa") export QWS_DISPLAY=Transformed:Rot0:0 ;; *SIMPAD* ) export QWS_KEYBOARD='SIMpad' export QWS_DISPLAY=Transformed:Rot0:0 ;; *) export QWS_DISPLAY=Transformed:Rot270:0 ;; esac else export QWS_DISPLAY=Transformed:Rot270:0 fi if [ ! -x $OPIEDIR/bin/qpe ] ; then echo Opie not installed exit 0 fi . /etc/profile case $1 in 'start') cd $HOME rm -f /etc/rc2.d/S99x # Can't have both running! |