[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86



Sergey A. Ovchar said:
> Hello.
> How can I turn off automatic start X-server after booting the system?

first find out what display manager is installed:

dpkg -l | grep "[xgk]dm"

something like xdm, kdm or gdm should come back, then do

update-rc.d -f gdm remove

where gdm is the display manager your using. this will remove
the symlinks so it won't load on boot. you can restore it by
doing something like

update-rc.d gdm defaults

where gdm is the display manager your using

nate





Reply to: