Results 1 to 9 of 9

Thread: ubuntu 10.10 GUI not loading

  1. #1
    Join Date
    Dec 2010
    Beans
    4

    ubuntu 10.10 GUI not loading

    I have installed ubuntu 10.10 32 bit on an old dell pe 1550 i686 with 512mb of ram. i raided 2 drives and attempted the install and it says that it is complete but it asks me to login in a command prompt that looks like DOS and I never get to a GUI am I missing something or should I expect a GUI? somebody help I'm lost!

  2. #2
    Join Date
    Feb 2008
    Beans
    5,636

    Re: ubuntu 10.10 GUI not loading

    What are you pc specs? Especially your graphics card.

  3. #3
    Join Date
    Dec 2010
    Beans
    4

    Re: ubuntu 10.10 GUI not loading

    two 1133mhz processors and the ram is actually 1024mb, it says that the video memory is 4mb sdram, other than that I have no clue. I bought it for 40 bucks and thought I could experiment with linux and building a web and mail server, but I was expecting a GUI since I'm pretty green when it comes to command prompts and the like.

  4. #4
    Join Date
    Mar 2010
    Location
    ρθΦ=000
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ubuntu 10.10 GUI not loading

    If you have a capable video card and have the GUI installed (versus the server option), try entering this: (assuming you are getting a command line login option)

    Code:
    startx
    You can try to start the script manually by doing:

    Code:
    sudo /etc/init.d/gdm start
    Though in 10.10 this should work too:

    Code:
    sudo service gdm start
    If that doesn't start, you can attempt to reconfigure the xserver

    Code:
    sudo dpkg-reconfigure xserver-xorg
    Then follow the prompts

  5. #5
    Join Date
    Feb 2008
    Beans
    5,636

    Re: ubuntu 10.10 GUI not loading

    If the above commands don't work, find your graphics card with
    Code:
    lshw | grep VGA

  6. #6
    Join Date
    Dec 2010
    Beans
    4

    Re: ubuntu 10.10 GUI not loading

    that my be an answer to my problem, I installed the server edition but I'll look to see what my graphics card is. thanks

  7. #7
    Join Date
    Mar 2010
    Location
    ρθΦ=000
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ubuntu 10.10 GUI not loading

    The server edition does not come with a GUI installed. Since you just installed Ubuntu on your computer it might be easiest to just reinstall with the non-server (i.e. Desktop) version (ensuring that everything works properly), otherwise this thread has info on installing the gui.

    Its basically just:

    Code:
    sudo apt-get install ubuntu-desktop

  8. #8
    Join Date
    Dec 2010
    Beans
    4

    Re: ubuntu 10.10 GUI not loading

    ok by installing the non server edition I can still run a wab and mail server correct? and I wouldnt lose any functionality would I?

  9. #9
    Join Date
    Mar 2010
    Location
    ρθΦ=000
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ubuntu 10.10 GUI not loading

    You will lose CPU cycles due to the computer running the GUI, you will gain a GUI and some additional installed programs.

    Basically, no, you won't lose functionality
    Last edited by seawolf167; December 16th, 2010 at 06:23 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •