From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 05:41:22 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C77816A4CF for ; Thu, 29 Jul 2004 05:41:22 +0000 (GMT) Received: from mail.cableone.net (scanmail3.cableone.net [24.116.0.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id E233C43D2D for ; Thu, 29 Jul 2004 05:41:21 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.85]) by smail3.cableone.net (SurgeMail 1.9b) with ESMTP id 29051018 for multiple; Wed, 28 Jul 2004 22:25:51 -0700 Date: Thu, 29 Jul 2004 00:40:55 -0500 From: Vulpes Velox To: Chris 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> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com cc: Sandbox Video Productions cc: freebsd-questions@freebsd.org Subject: Re: KDE vs Gnome X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 05:41:22 -0000 On Wed, 28 Jul 2004 20:51:47 -0500 Chris 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.