The time now is Sun 26 May 2013, 00:32
All times are UTC - 4 |
| Author |
Message |
John Doe
Joined: 01 Aug 2005 Posts: 1689 Location: Michigan, US
|
Posted: Fri 02 Mar 2007, 01:05 Post subject:
Bringing OneBone and Puppy together with pfix=nox |
|
For those of you that might enjoy the humor in the ambiguity of it, I had originally entitled this "Giving Puppy the Bone" or "Puppy gets the bone" (in honor of OneBone).
This will keep xwin from being called the first time if used. xwin can be run anytime after that to start your window manager.
The line numbers might be different now, I did this a version or two ago. If there are any questions, feel free to ask.
'init'
| Code: | Set Var to yes at beginning (not sure if this is needed, but I used it):
XWINDOW="yes"
Line 43 (where pfix args are set):
nox) XWINDOW="no";; #no xwindows
Line 1272 (new addition to the PUPSTATE file)
echo "XWINDOW='$XWINDOW'" >> /pup_rw/etc/rc.d/PUPSTATE |
=================
'xwin'
| Code: | (PUPSTATE is included already in xwin, so we can use it here)
if [ "$XWINDOW" != "no" ];then
#finally, start X...
<code>
#...if PC hung, run xorgwizard at next bootup (see further up).
else
echo "XWINDOW='yes'" >> /etc/rc.d/PUPSTATE
fi |
Throw in elinks, ytree, mp, gpm (don't forget this one), mplayer/mencoder and you've got a cli capable puppy that a bit different than not pivoting.
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0463s ][ Queries: 11 (0.0121s) ][ GZIP on ] |