PDA

View Full Version : how to make kdm to load up at default when booting up?



DimGR
04-19-2004, 01:59 PM
i somehome did something which i dont remember and now when i boot the pc up i have to manually type kdm at boot prompt. HOw to make it default again ?

baldyeti
04-19-2004, 03:18 PM
Assuming your default runlevel is 5 (check /etc/inittab), the following should do:

ln -s /etc/init.d/kdm /etc/rc5.d/S99kdm
You can probably achieve the same using the kde sysV init editor tool,
but I am more used to the CLI.

Stephen
04-19-2004, 08:27 PM
i somehome did something which i dont remember and now when i boot the pc up i have to manually type kdm at boot prompt. HOw to make it default again ?

You can try dpkg-reconfigure kdm I believe there is a question that asks if you want to start KDM at boot or update-rc.d kdm defaults should get you the proper default startup links.