<br><br><div class="gmail_quote">On Thu, Mar 10, 2011 at 8:07 AM, Tom H <span dir="ltr"><<a href="mailto:tomh0665@gmail.com">tomh0665@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Mar 10, 2011 at 8:47 AM, Sascha Effert <<a href="mailto:fermat@uni-paderborn.de">fermat@uni-paderborn.de</a>> wrote:<br>
><br>
> I am getting crazy... I have a ubuntu server 10.10 and installed xubuntu-desktop on top of it. Now I would like to get rid of gdm, so it shall not be started whe I boot the machine. Following what I found at google I called:<br>

><br>
> root@ubuntu-base:~# sudo update-rc.d -f gdm remove<br>
>  Removing any system startup links for /etc/init.d/gdm ...<br>
> root@ubuntu-base:~#<br>
><br>
> But on next boot gdm is started again.<br>
<br>
</div>GDM's an upstart job so "update-rc.d..." doesn't affect it.<br>
<br>
Comment out the "start on" lines in "/etc/init/gdm.conf" or add "text"<br>
to "GRUB_CMDLINE_LINUX_DEFAULT" in "/etc/default/grub" and run<br>
"update-grub".<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br></div><div>Can't you just change the runlevel ?</div></div><br>