author | schurig <schurig> | 2004-09-17 10:31:01 (UTC) |
---|---|---|
committer | schurig <schurig> | 2004-09-17 10:31:01 (UTC) |
commit | ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115 (patch) (side-by-side diff) | |
tree | af2dec14be8e98e59a5faa27bfc4ea9ceed59079 /root/etc | |
parent | ba8276a03172cfdb41aac4b0cd53307dfdd2b8f1 (diff) | |
download | opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.zip opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.gz opie-ee5a55cba556c2b2d23bfc6a5918deaa4ff3d115.tar.bz2 |
fixed Rotation on Ramses
-rwxr-xr-x | root/etc/init.d/opie | 8 |
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 - |