⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

Ubuntu desktop loads automatically when i start my pc?

Posted on

I have installed Ubuntu Server 8 and when i start my pc it brings me the command prompt. I have downloaded and installed Ubuntu desktop. From there I have done 77 updates! All went successfully!
Now when I start my PC it will load the desktop automatically. How can I restore it to bring me the command prompt first and if i want the desktop start it manually using “startx”?
Please help! Thx.

Share and Enjoy:
  • printfriendly Ubuntu desktop loads automatically when i start my pc?
  • digg Ubuntu desktop loads automatically when i start my pc?
  • delicious Ubuntu desktop loads automatically when i start my pc?
  • facebook Ubuntu desktop loads automatically when i start my pc?
  • yahoobuzz Ubuntu desktop loads automatically when i start my pc?
  • twitter Ubuntu desktop loads automatically when i start my pc?
  • googlebookmark Ubuntu desktop loads automatically when i start my pc?
  • email link Ubuntu desktop loads automatically when i start my pc?
  • linkedin Ubuntu desktop loads automatically when i start my pc?
  • live Ubuntu desktop loads automatically when i start my pc?
  • myspace Ubuntu desktop loads automatically when i start my pc?
  • pdf Ubuntu desktop loads automatically when i start my pc?
  • plurk Ubuntu desktop loads automatically when i start my pc?
  • slashdot Ubuntu desktop loads automatically when i start my pc?
  • technorati Ubuntu desktop loads automatically when i start my pc?
  • tumblr Ubuntu desktop loads automatically when i start my pc?
  • hackernews Ubuntu desktop loads automatically when i start my pc?

Tags: , , , ,


  • jplatt39

    You lucky sap. I just did an update on Debian — after being resigned to getting kdm when it came up — and now it boots to text because kdm is broken (I’m not sure if I dare fix it given my past experiences with kde 4.x).

    gdm has apparently been inserted into your start scripts. For now do a “sudo apt-get remove gdm” though sudo apt-get purge gdm may be the right command. Do it from a console screen which you can get to by pressing any function key from one through six and control and alt keys simultaneously, then logging in. The reason you do that is because removing gdm SHOULD kill your x-session running, so the program will not finish uninstalling. Then just watch the updates carefully and make sure it never puts gdm kdm or xdm back on your machine.

  • Jessica Queller

    sudo /etc/init.d/gdm stop
    sudo apt-get remove –purge gdm

    That should do it.

  • Nate P

    sudo update-rc.d -f gdm remove
    this will stop the desktop from loading without removing any programs. then if you want the desktop you can do startx or sudo /etc/init.d/gdm start

  • david23

    Run the following commands from your terminal

    sudo aptitude install sysv-rc-conf

    sudo sysv-rc-conf

    Use the arrows to go down to “gdm” and unselect it for runlevel (column) 2 (the others are optional, you wont boot to them unless specifically specified).

    GDM (the login manager) wont start on startup no more now, and thus neither will X.

    To start it occasionally:

    sudo /etc/init.d/gdm start