From: Paul Sokolovsky Date: Thu, 11 Jan 2007 05:08:52 +0000 (+0000) Subject: opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash issues. X-Git-Tag: Release-2010-05/1~9398^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8059daeb3ea904528c4f2f3216194398bc869e9;p=openembedded.git opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash issues. * psplash is finished properly before starting OPIE, it just leaves VTs in weird state. It seems that actually OPIE cannot change VT to 2 after psplash, and instead starts on VT 1, with console input activated, etc (i.e. user can type over graphical framebuffer). Using VT 3 works ok. --- diff --git a/packages/opie-taskbar/opie-taskbar/opie b/packages/opie-taskbar/opie-taskbar/opie index bfcfec2785..b2677ddc0d 100755 --- a/packages/opie-taskbar/opie-taskbar/opie +++ b/packages/opie-taskbar/opie-taskbar/opie @@ -44,7 +44,7 @@ case $1 in if [ -x "$OPIEDIR/bin/opie-login" ]; then echo Starting Opie-login.... - $OPIEDIR/bin/opie-login -terminal 2 + $OPIEDIR/bin/opie-login -terminal 3 else $OPIEDIR/bin/opie-reorgfiles if [ -x /usr/bin/ssh-agent ]; then @@ -57,7 +57,7 @@ case $1 in export SSH_ASKPASS=$OPIEDIR/bin/opie-sh-ssh-askpass.sh fi echo Starting Opie.... - $SSHAGENT $OPIEDIR/bin/qpe -terminal 2 + $SSHAGENT $OPIEDIR/bin/qpe -terminal 3 fi ;;