[oe-commits] org.oe.dev opie-taskbar: OPIE startup: Run OPIE on VT 3, as a workaround for psplash issues.

pfalcon commit openembedded-commits at lists.openembedded.org
Thu Jan 11 10:11:29 UTC 2007


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.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 27be13cf8cf12f21878ead221d1f8d75ed910a34
ViewMTN: http://monotone.openembedded.org/revision.psp?id=27be13cf8cf12f21878ead221d1f8d75ed910a34
Files:
1
packages/opie-taskbar/opie-taskbar/opie
Diffs:

#
# mt diff -r26996adcee066081c3304e934b8c48459135d063 -r27be13cf8cf12f21878ead221d1f8d75ed910a34
#
# 
# 
# patch "packages/opie-taskbar/opie-taskbar/opie"
#  from [f65ad3d73daf4e4c5a220fe93bb97cc8a1aa64b6]
#    to [f52251e64faf0eaf38782170c37b7e229c6ef366]
# 
============================================================
--- packages/opie-taskbar/opie-taskbar/opie	f65ad3d73daf4e4c5a220fe93bb97cc8a1aa64b6
+++ packages/opie-taskbar/opie-taskbar/opie	f52251e64faf0eaf38782170c37b7e229c6ef366
@@ -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
 
     ;;






More information about the Openembedded-commits mailing list