From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ip15.shellworld.net ([64.49.204.174] helo=server2.shellworld.net ident=root) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Hu9qn-0001uV-00 for ; Fri, 01 Jun 2007 12:19:41 -0400 Received: from ip1.shellworld.net (nick@ip1.shellworld.net [64.49.204.160] (may be forged)) by server2.shellworld.net (8.13.1/8.12.8) with ESMTP id l51GJeF8099682 for ; Fri, 1 Jun 2007 16:19:40 GMT (envelope-from nick@nickgawronski.com) Date: Fri, 1 Jun 2007 11:19:40 -0500 (CDT) From: Nick Gawronski X-X-Sender: nick@server2.shellworld.net To: speakup@braille.uwo.ca Subject: Re: stoping X from starting when debian etch boots In-Reply-To: <86r6owxe3a.fsf@homer.brailcom.xx> Message-ID: References: <000301c7a3c8$cc597570$270110ac@CHIHUAHUAL1> <86r6owxe3a.fsf@homer.brailcom.xx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2007 16:19:41 -0000 Hi, If I am going to use software speech in gnome using orca or lsr do I need gdm? If I want to reinstall the rc.2 link what command would I run?On Fri, 1 Jun 2007, Jan Buchal wrote: > >>>>> "NG" == Nick Gawronski writes: > > NG> Hi, I have my system going into run level 2 but still X starts. > NG> I would like to make X not start on system boot as I like to > NG> have the system come up in text only mode then have the option > NG> to start X later if I choose. What is the easiest way on etch to > NG> stop the X server from running on boot? > > You system probably start gdm, so you can remove startup link from rc.d > directories with this command: > > update-rc.d -f gdm remove > > You can still start gdm by hand of course with /etc/init.d/gdm start or > if you don't need gdm then you can start X direct with startup script > startx. > > Best. > >