From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 06:36:34 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 58C6B16A4CE for ; Mon, 8 Nov 2004 06:36:34 +0000 (GMT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 052B543D39 for ; Mon, 8 Nov 2004 06:36:34 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc11) with ESMTP id <2004110806363211100j8ajee> (Authid: jayobrien@att.net); Mon, 8 Nov 2004 06:36:33 +0000 Message-ID: <418F13F0.5000704@att.net> Date: Sun, 07 Nov 2004 22:36:32 -0800 From: Jay O'Brien User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank Knobbe , FreeBSD - questions References: <41842DAB.7080901@att.net> <57d710000410301715351b45a5@mail.gmail.com> <418436F8.8060703@att.net> <200410301854.48655.mnavarre@cox.net> <418446BA.6070503@att.net> <41846D21.4030305@bellsouth.net> <418477CD.8090903@att.net> <1099890564.553.1.camel@localhost> In-Reply-To: <1099890564.553.1.camel@localhost> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: How to get out of 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: Mon, 08 Nov 2004 06:36:34 -0000 Frank Knobbe wrote: > On Sun, 2004-10-31 at 00:27, Jay O'Brien wrote: > >>There's got to be a way to shut GNOME and XFree86 down without >>rebooting! At least that works. I wonder if this may be the time >>to go to version 5 and the newer version of X? > > > Manually? > > To stop Gnome: /usr/X11R6/etc/rc.d/gdm.sh stop > To start Gnome: /usr/X11R6/etc/rc.d/gdm.sh start > > Permanently? Remove the gdm.sh file. > > Regards, > Frank > Frank, that works perfectly. However, copying gdm.sh.sample as gdm.sh so that "stop" will work also starts gdm on boot, and I don't want that. However, I now see what gdm.sh is doing. The command, from that file, is 'killall -m gdm 2' and that is much simpler than running top, identifying the PID and then killing the gdm binary. Thanks for showing me the way! Jay O'Brien