Re: how do I change the startup settings so that the GUI desktop does not automatically start
EasyStreet said:
> The last text printed before the login is:
> --------------------------------------
> Starting Gnome Display Manager. gdm.
> Not Starting the K Desktop Manager (kdm); it is
> not the default display manager.
> Not starting the X Display Manager (xdm); it is
> not the default display manager.
what i would do:
update-rc.d -f kdm remove
update-rc.d -f gdm remove
update-rc.d -f xdm remove
that will remove all the symlinks for the display managers so
none will try to load on boot
see the manpage on update-rc.d to see how to restore them
to normal if you want to
nate
Reply to: