summaryrefslogtreecommitdiff
path: root/root
authorschurig <schurig>2004-09-17 10:31:01 (UTC)
committer schurig <schurig>2004-09-17 10:31:01 (UTC)
commitee5a55cba556c2b2d23bfc6a5918deaa4ff3d115 (patch) (side-by-side diff)
treeaf2dec14be8e98e59a5faa27bfc4ea9ceed59079 /root
parentba8276a03172cfdb41aac4b0cd53307dfdd2b8f1 (diff)
downloadopie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.zip
opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.gz
opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.bz2
fixed Rotation on Ramses
Diffstat (limited to 'root') (more/less context) (show whitespace changes)
-rwxr-xr-xroot/etc/init.d/opie8
1 files changed, 3 insertions, 5 deletions
diff --git a/root/etc/init.d/opie b/root/etc/init.d/opie
index 8146b2c..967646a 100755
--- a/root/etc/init.d/opie
+++ b/root/etc/init.d/opie
@@ -21,7 +21,9 @@ if [ -e /proc/cpuinfo ] ; then
*SIMPAD* )
export QWS_KEYBOARD='SIMpad'
export QWS_DISPLAY=Transformed:Rot0:0 ;;
-
+ RAMSES )
+ # already set based on /proc/sys/board/lcd_type
+ ;;
*)
export QWS_DISPLAY=Transformed:Rot270:0 ;;
esac
@@ -69,20 +71,16 @@ case $1 in
( $SSHAGENT $OPIEDIR/bin/qpe 2>&1 | logger ) &
fi
fi
-
;;
'stop')
echo "Killing Opie..."
killall qpe
killall opie-login
-
;;
*)
echo "usage: $0 { start | stop }"
-
;;
esac
-