> I didn't see anything like starts GDM, KDM, XDM, or 'prefdm' in /etc/inittab
> file.
> My /etc/inittab file in Debian do show 2, but it still boot in graphic
> login.
> I have changed it from 2 to 3 4 5, they didn't make any different.

        yeah, debian sets up runlevels differently from RedHat and others.
under Redhat and the like; runlevel 5 is a graphical login, other runlevels
are console logins.
        debian sets the default runlevel at 2; and then you decide whether
you want a graphical login or not. 

on a box I have here; it looks like it just spawns a daemon for gdm, managed
with the init scripts. so if you look through your /etc/rc?.d directories;
you should see symlinks to gdm (or its equivalents, kdm, xdm, wdm).
        debian's script to manage symlinks isn't nearly as good at redhat's;
but it should work. try 'update-rc.d -f gdm remove'. that should remove the
symlinks that start gdm. then do (as root) '/etc/init.d/gdm stop', and it
should kill the process.

Carl Soderstrom.
-- 
Network Engineer
Real-Time Enterprises
(952) 943-8700
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to