Re: Disabling startx in gdm

2002-05-09 Thread Pollywog
On 2002.05.09 11:16 Karl E. Jorgensen wrote: On Wed, May 08, 2002 at 08:07:55PM +, Pollywog wrote: > update-rc.d -f gdm remove The above will work as intended - until you upgrade gdm. Then the symlinks will re-appear. man update-rc.d(8). However, if you leave a single symlink in plac

Re: Disabling startx in gdm

2002-05-09 Thread Karl E. Jorgensen
On Wed, May 08, 2002 at 08:07:55PM +, Pollywog wrote: > On 2002.05.08 19:02 Ernst-Magne Vindal wrote: > > > >Hi again > >Sorry about this, but this is not disabelig gdm, it's remowing it. > > Go to /etc/init.d/gdm and edit the script by putting > > exit 0 > > on a line by itself, after the s

Re: Disabling startx in gdm

2002-05-08 Thread Shyamal Prasad
"Kapil" == Kapil Khosla <[EMAIL PROTECTED]> writes: Kapil> Hi, I am trying to disable X to start up at boot time and Kapil> want to type "startx" to enter into KDE which is my default Kapil> enviornment. I use gdm and want to know Kapil> 1) Which file actually is responsible

RE: Disabling startx in gdm

2002-05-08 Thread Donald R. Spoon
"Kapil Khosla" <[EMAIL PROTECTED]> wrote: Hi, I am trying to disable X to start up at boot time and want to type "startx" to enter into KDE which is my default enviornment. I use gdm and want to know 1) Which file actually is responsible for starting up gdm 2) How can I disable gdm to startu

Re: Disabling startx in gdm

2002-05-08 Thread Pollywog
On 2002.05.08 19:02 Ernst-Magne Vindal wrote: Hi again Sorry about this, but this is not disabelig gdm, it's remowing it. Go to /etc/init.d/gdm and edit the script by putting exit 0 on a line by itself, after the shebang (after the line with #!/bin/sh) That will disable the script. You can

RE: Disabling startx in gdm

2002-05-08 Thread Ernst-Magne Vindal
Hi again Sorry about this, but this is not disabelig gdm, it's remowing it. /ernst -Original Message- From: Ernst-Magne Vindal [mailto:[EMAIL PROTECTED] Sent: 8. mai 2002 20:54 To: [EMAIL PROTECTED]; debian-user@lists.debian.org Subject: RE: Disabling startx in gdm Hi Last time

RE: Disabling startx in gdm

2002-05-08 Thread Ernst-Magne Vindal
Hi Last time I did the same, I just dpkg -P gdm. Worked for me. /ernst -Original Message- From: Kapil Khosla [mailto:[EMAIL PROTECTED] Sent: 8. mai 2002 17:14 To: debian-user@lists.debian.org Subject: Disabling startx in gdm Hi, I am trying to disable X to start up at boot time and

Re: Disabling startx in gdm

2002-05-08 Thread Jamin W . Collins
On Wed, 08 May 2002 11:13:32 -0400 "Kapil Khosla" <[EMAIL PROTECTED]> wrote: > 1) Which file actually is responsible for starting up gdm If it's starting on boot, normally a symlink in the appropriate "/etc/rcX.d" directory (where X is the run level in question). > 2) How can I disable gdm t

Disabling startx in gdm

2002-05-08 Thread Kapil Khosla
Hi, I am trying to disable X to start up at boot time and want to type "startx" to enter into KDE which is my default enviornment. I use gdm and want to know 1) Which file actually is responsible for starting up gdm 2) How can I disable gdm to startup 3) I am not able to login as root from gdm.