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




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to