PDA

View Full Version : [ubuntu] X Window does not automatically open at start



themostunoriginalname
August 16th, 2008, 03:06 AM
Currently, when I open my computer, it goes to the command line and I have to write startx to start it. Is there anyway to start it automatically again?

picpak
August 16th, 2008, 03:07 AM
sudo update-rc.d gdm defaults

should do it.

themostunoriginalname
August 16th, 2008, 03:11 AM
/etc/init.d/gdm does not exists

picpak
August 16th, 2008, 03:12 AM
sudo apt-get install gdm

themostunoriginalname
August 16th, 2008, 03:43 AM
works! Thanks!