+ Post New Thread
Results 1 to 15 of 15
*nix Thread, Ubuntu Desktop missing GUI in Technical; I've just started looking at Ubuntu and installed it on a spare PC (installed the Desktop version) but when it ...
  1. #1
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,351
    Thank Post
    239
    Thanked 82 Times in 65 Posts
    Rep Power
    26

    Red face Ubuntu Desktop missing GUI

    I've just started looking at Ubuntu and installed it on a spare PC (installed the Desktop version) but when it boots after the install it goes to the command prompt that I can log in on (with the user I set up on install) but how do I get the desktop gui? Must be missing something stupid. Thought it would have come up automatic. Any ideas?

  2. IDG Tech News

  3. #2

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    Sounds like X has problems with your video card/monitor. If you log in and then type startx at the prompt, you should either see the GUI or get an error message.

  4. #3
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,351
    Thank Post
    239
    Thanked 82 Times in 65 Posts
    Rep Power
    26

    Cool

    Sorry, just had one of those Simpson moments Doh!! No wonder there was no desktop just installed the server version even though I had labeled the CD Desktop!! Doh! Must make future note: When burning CD's make sure you select the correct iso you dowloaded!!!Doh!! I'm blaming it on the impending OFSTED visit!
    Thanks for the suggestions though, I'm sure I will be back.

    ... Once I have it installed how do I find out its IP address or set an IP address on it as I want to try Zimbra email for school internal email. I know the server version would be less of an overhead but I want something to play with as well

  5. #4

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,621
    Thank Post
    96
    Thanked 685 Times in 528 Posts
    Rep Power
    158
    You can simply install the GUI by typing:

    Code:
    sudo aptitude install gnome-desktop-environment

  6. #5

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    To find out current IP address: Run ifconfig. To set a static IP address, do:

    Code:
    admin@mercury:~$ sudo nano /etc/network/interfaces
    (enter user's password) and change "iface eth0 inet dhcp" to something like:

    Code:
    iface eth0 inet static
        address 172.16.8.3
        netmask 255.255.255.240
        gateway 172.16.8.1
    Then do
    Code:
    admin@mercury:~$ sudo /etc/init.d/networking restart
    .

    We're currently doing Zimbra+Ubuntu duo setup and have some notes on our wiki.
    Last edited by webman; 22nd January 2008 at 06:33 PM.

  7. #6
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,351
    Thank Post
    239
    Thanked 82 Times in 65 Posts
    Rep Power
    26
    Thats brilliant, Thanks. Knew I could rely on this forum. As someone once said,...I'll be back!

  8. #7

    MK-2's Avatar
    Join Date
    Oct 2006
    Location
    Nottingham
    Posts
    3,237
    Blog Entries
    8
    Thank Post
    149
    Thanked 580 Times in 307 Posts
    Rep Power
    194
    you can also use 'sudo aptitude install ubuntu-desktop' to install a GUI. I think that installs KDE instead of GNOME too.

  9. #8

    localzuk's Avatar
    Join Date
    Dec 2006
    Location
    Bristol
    Posts
    12,970
    Blog Entries
    24
    Thank Post
    438
    Thanked 1,501 Times in 1,178 Posts
    Rep Power
    459
    Quote Originally Posted by MK-2 View Post
    you can also use 'sudo aptitude install ubuntu-desktop' to install a GUI. I think that installs KDE instead of GNOME too.
    ubuntu-desktop installs the Gnome desktop environment
    kubuntu-desktop installs the KDE desktop environment
    xubuntu-desktop installs the XFCE desktop environment
    edubuntu-desktop installs the Gnome environment which has been optimised for education

  10. #9


    Join Date
    Jan 2006
    Posts
    6,456
    Thank Post
    324
    Thanked 740 Times in 557 Posts
    Rep Power
    201
    There is also
    Christian edition (CE)
    Muslim Edition (ME)
    and Satanic Edition (SE)

  11. #10

    tech_guy's Avatar
    Join Date
    May 2007
    Location
    That little bit in the middle of Little England
    Posts
    7,184
    Blog Entries
    3
    Thank Post
    1,550
    Thanked 1,105 Times in 606 Posts
    Rep Power
    282
    Quote Originally Posted by CyberNerd View Post
    There is also
    Christian edition (CE)
    Muslim Edition (ME)
    and Satanic Edition (SE)
    Why isn't there a Sikh, Hindu or Jewish version???!!

  12. #11


    Join Date
    Jan 2006
    Posts
    6,456
    Thank Post
    324
    Thanked 740 Times in 557 Posts
    Rep Power
    201
    Why isn't there a Sikh, Hindu or Jewish version???!!
    I think they use fedora

  13. #12
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,351
    Thank Post
    239
    Thanked 82 Times in 65 Posts
    Rep Power
    26
    Right, got the desktop installed now (just used your expert suggestions) and it ran fine, got it on a static ip, can browse my windopws server and vnc to the box, but since I ran the updates that it downloaded and rebooted I only have it in 640x480 which make life a little difficult to say the least. It was at a higher resoultion when it firts installed. How can I change it? I've tried the set resolution tool on the desktop but it only offers me 640x480. Yet again your help appreciated.

  14. #13
    Jona's Avatar
    Join Date
    May 2007
    Location
    Aberystwyth
    Posts
    442
    Thank Post
    9
    Thanked 45 Times in 44 Posts
    Rep Power
    18

  15. #14

    webman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    8,284
    Blog Entries
    2
    Thank Post
    598
    Thanked 879 Times in 617 Posts
    Rep Power
    287
    Code:
    sudo nano /etc/X11/xorg.conf
    Scroll down to near the bottom to Section "Screen", and in each of the Subsction "Display" area the "Modes" lines you should have your desired resolution as the first option beneath your desired colour depth, like this:

    Code:
    Section "Screen"
        Identifier "screen1"
        Device "device1"
        Monitor "monitor1"
        DefaultColorDepth 24
    
        Subsection "Display"
            Depth 24
            Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
        EndSubsection
    If that is not the case, you will need to find the horizontal and vertical refresh rates of your monitor and specify them in the Monitor section above, example:

    Code:
    Section "Monitor"
        Identifier "monitor1"
        VendorName "Generic"
        ModelName "1280x1024 @ 60 Hz"
        HorizSync 31.5-64.3
        VertRefresh 50-70
    EndSection

  16. #15
    TechSupp's Avatar
    Join Date
    Mar 2007
    Location
    South Yorkshire
    Posts
    1,351
    Thank Post
    239
    Thanked 82 Times in 65 Posts
    Rep Power
    26
    Thanks, reconf of X did eventually do the trick although I had to force it to fail first by disabling 640x480, then doing the reconf again. Now it shows the correct options.

SHARE:
+ Post New Thread

Similar Threads

  1. missing apostrophe
    By beeswax in forum Comments and Suggestions
    Replies: 0
    Last Post: 7th January 2008, 06:52 AM
  2. Internet Time Missing ?
    By Grommit in forum Windows
    Replies: 1
    Last Post: 26th November 2007, 02:44 PM
  3. Missing Netlogon Service
    By BKGarry in forum Windows
    Replies: 0
    Last Post: 30th June 2006, 09:42 AM
  4. What am I missing now?
    By indiegirl in forum ICT KS3 SATS Tests
    Replies: 16
    Last Post: 30th March 2006, 03:40 PM
  5. What am I missing? Printer issues...!!
    By indiegirl in forum Networks
    Replies: 6
    Last Post: 15th March 2006, 12:56 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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