Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 00:40:55 -0500
From:      Vulpes Velox <v.velox@vvelox.net>
To:        Chris <racerx@makeworld.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: KDE vs Gnome
Message-ID:  <20040729004055.01771ec0@vixen42.24-119-122-191.cpe.cableone.net>
In-Reply-To: <41085833.3020408@makeworld.com>
References:  <20040729014700.41645.qmail@web14106.mail.yahoo.com> <41085833.3020408@makeworld.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Jul 2004 20:51:47 -0500
Chris <racerx@makeworld.com> wrote:

> 1. Are you using KDM? If so, you make your choice at the login menu.
> 2. If not above, edit .xinitrc and comment out one IE:
> 
> exec startkde
> #gnome-session
> #exec startxfce4
> #exec startfluxbox
> 
> In the above example, KDE starts after entering startx
> 
> #exec startkde
> gnome-session
> #exec startxfce4
> #exec startfluxbox
> 
> In the above example, Gnome starts ater entering startx


The init file is cool, for any programs like xscreensaver or the like
you want to run at start, just add it in like this...

xscreensaver -nosplash&

Be sure to add the &, or it will run the program and not go any
father.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040729004055.01771ec0>