Re: disable xdm

2002-04-03 Thread Karsten M. Self
on Mon, Apr 01, 2002, Nathan E Norman ([EMAIL PROTECTED]) wrote: > On Mon, Apr 01, 2002 at 08:01:37PM +0100, Peter Whysall wrote: > > On Mon, 2002-04-01 at 19:44, Phil wrote: > > > how can I disable xdm and boot into terminal mode. I prefer to use > > > startx. > &

Re: disable xdm

2002-04-03 Thread Karsten M. Self
on Mon, Apr 01, 2002, Phil ([EMAIL PROTECTED]) wrote: > how can I disable xdm and boot into terminal mode. I prefer to use startx. There's a short FAQ on GNU/Linux X display manager disabling you may find useful, at: http://kmself.home.netcom.com/Linux/FAQs/xdm-disable.htm

Re: disable xdm

2002-04-01 Thread Shaul Karl
> how can I disable xdm and boot into terminal mode. I prefer to use startx. > $ zgrep -A27 'How do I stop xdm from starting at boot?' \ > /usr/share/doc/xfree86-common/FAQ.gz |grep -A27 -e '--' -- *) How do I stop xdm from starting at boot? This is a very common

Re: disable xdm

2002-04-01 Thread Shawn McMahon
begin quoting what Peter Whysall said on Mon, Apr 01, 2002 at 09:51:42PM +0100: > > Thanks for setting me straight - the fact that you can zap > x-window-system (once you've got its dependencies on) isn't readily > apparent. With all the dselect-bashing going on, I just had to add: It is, in ds

Re: disable xdm

2002-04-01 Thread Nathan E Norman
On Mon, Apr 01, 2002 at 08:01:37PM +0100, Peter Whysall wrote: > On Mon, 2002-04-01 at 19:44, Phil wrote: > > how can I disable xdm and boot into terminal mode. I prefer to use startx. > > The preferred method for this is to set initdefault to 3. > > Look in /etc/inittab fo

Re: disable xdm

2002-04-01 Thread Peter Whysall
On Mon, 2002-04-01 at 21:35, John Hasler wrote: > Peter writes: > > There's a potential problem with that, if you used the x-window-system > > task to install X: > > No there isn't. x-window-system is a meta-package that pulls in the > components of the X Window System by depending on them. Once

Re: disable xdm

2002-04-01 Thread John Hasler
Peter writes: > There's a potential problem with that, if you used the x-window-system > task to install X: No there isn't. x-window-system is a meta-package that pulls in the components of the X Window System by depending on them. Once they are installed you can remove x-window-system with no e

Re: disable xdm

2002-04-01 Thread Peter Whysall
On Mon, 2002-04-01 at 21:07, David Z Maze wrote: > [EMAIL PROTECTED] writes: > > how can I disable xdm and boot into terminal mode. I prefer to use > > startx. > > 'dpkg --remove xdm' is the most straightforward way, if you're never > ever going to want

Re: disable xdm

2002-04-01 Thread David Z Maze
[EMAIL PROTECTED] writes: > how can I disable xdm and boot into terminal mode. I prefer to use > startx. 'dpkg --remove xdm' is the most straightforward way, if you're never ever going to want xdm. -- David Maze [EMAIL PROTECTED] http://people.debian.org

Re: disable xdm

2002-04-01 Thread Stephen W. Juranich
> how can I disable xdm and boot into terminal mode. I prefer to use startx. Whichever mode you choose to be your non-X mode (for the sake of this message, call it M), just remove the symlink to S??xdm in /etc/rcM.d/. The '??' in the symlink name represents two digits (I think it

Re: disable xdm

2002-04-01 Thread Peter Whysall
On Mon, 2002-04-01 at 19:44, Phil wrote: > how can I disable xdm and boot into terminal mode. I prefer to use startx. The preferred method for this is to set initdefault to 3. Look in /etc/inittab for this line: id:5:initdefault: Change the 5 to a 3. As root, you can change runlevel to 3

disable xdm

2002-04-01 Thread Phil
how can I disable xdm and boot into terminal mode. I prefer to use startx. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to disable xdm

1999-12-05 Thread Dave Sherohman
Svante Signell said: > If I want > to start in text mode and move to X by startx, is it sufficient to > remove the scripts at the corresponding runlevel? (Runlevel 2?) Yep. Or you can mv them from SnnDaemonName to snnDaemonName (e.g., mv S98xdm s98xdm), which keeps the link there, but disables i

Re: How to disable xdm

1999-12-05 Thread Marshal Wong
Actually, you should just uninstall the xdm package. The last time I tried, gdm worked like a charm. Just installed the package and the next boot up it used gdm. Marshal From: Svante Signell <[EMAIL PROTECTED]> Subject: How to disable xdm Date: Sun, 5 Dec 1999 01:43:52 +0100 (CET) &

How to disable xdm

1999-12-05 Thread Svante Signell
Howdy, When installing Xwindows the default setup is to start X using xdm. Obviously initialization was not placed in /etc/inittab, it was placed in /etc/rc[2,3,4,5].d/S99xdm and /etc/rc[1,6/K01xdm. If I want to start in text mode and move to X by startx, is it sufficient to remove the scripts at

Re: how can I disable XDM?

1999-09-12 Thread Martin Fluch
On Sat, 11 Sep 1999, Carl Fink wrote: > On Sat, 11 Sep 1999 21:11:39 GMT Björn Bondén <[EMAIL PROTECTED]> wrote: > >How can I turn off XDM? (I'm using slink). > > Well, I often just su to root and "killall xdm". A more elegant way > would be "init 2". /etc/init/xdm stop -- For public PGP-ke

Re: how can I disable XDM?

1999-09-12 Thread Carl Fink
[This message has also been posted.] On Sat, 11 Sep 1999 21:11:39 GMT Björn Bondén <[EMAIL PROTECTED]> wrote: >How can I turn off XDM? (I'm using slink). Well, I often just su to root and "killall xdm". A more elegant way would be "init 2". -- Carl Fink [EMAIL PROTECTED] "This fo

Re: Why does kdebase depend on xdm? Right way to disable xdm?

1999-09-02 Thread Takanori Suzuki
Which version of debian do you use? My system is pototo. If you want to use kdm instead to xdm, please do the following steps. 1)cd /etc/init.d 2)mv xdm xdm_back 3)update-rc.d xdm remove 4)update-rc.d kem defaults > > > From: Takanori Suzuki <[EMAIL PROTECTED]> > > ... > > kdebase doen't depend

Re: Why does kdebase depend on xdm? Right way to disable xdm?

1999-08-31 Thread Daniel Barclay
> From: Takanori Suzuki <[EMAIL PROTECTED]> > ... > kdebase doen't depend on xdm. > > dpkg --status kdebase > Package: kdebase ... > Version: 4:1.1.1-19990822-1 > Depends: menu (>= 1.5-5), kdelibs2g (>= 4:1.1.1-19990817-1), libc6 (>= 2.1), > libjpeg62, libncurses4 (>= 4.2-3.1), libpng2, libstdc

Re: Why does kdebase depend on xdm? Right way to disable xdm?

1999-08-30 Thread Takanori Suzuki
kdebase doen't depend on xdm. dpkg --status kdebase Package: kdebase Status: install ok installed Priority: optional Section: contrib/x11 Installed-Size: 9691 Maintainer: Stephan Kulow <[EMAIL PROTECTED]> Version: 4:1.1.1-19990822-1 Depends: menu (>= 1.5-5), kdelibs2g (>= 4:1.1.1-19990817-1), lib

Re: Why does kdebase depend on xdm? Right way to disable xdm?

1999-08-30 Thread Eric G . Miller
On Sun, Aug 29, 1999 at 10:43:28PM -0400, Daniel Barclay wrote: | Can anyone tell me why the kdebase package depends on xdm? | | Also, what's the "right" way to display xdm without removing | the package? I can't tell you why (apparently the kdm .deb uses xdm somehow), but all you should need

Why does kdebase depend on xdm? Right way to disable xdm?

1999-08-30 Thread Daniel Barclay
Can anyone tell me why the kdebase package depends on xdm? Also, what's the "right" way to display xdm without removing the package? (I want to try out KDE, but don't want to use xdm.) Thanks, Daniel