> I would like for my window-manager to startup after booting up. How can I
> do this?
Depends. If you want the entire login screen for everyone to be X based
(which also means that after the anyone logs in they will in X windows),
edit your /etc/inittab and change the line that reads:
id:3:initdefault:
to
id:5:initdefault:
or if you only want a certain user(s) to be thrown into X when
they log in, add this to their ~/.bashrc file:
alias startx='startx &> $HOME/.Xlog & logout'
if [ "$DISPLAY" = "" ] ; then
startx
fi
Hope this helps.
Brian.
--
=========================================================================
| Brian Eith [EMAIL PROTECTED] http://www.cs.wisc.edu/~eith |
=========================================================================
| Linux is user friendly. It's just selective about who its friends are |
=========================================================================
Boycott Micro$oft - http://www.vcnet.com/bms/
For PGP public key: http://www.cs.wisc.edu/~eith/key.html
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.