Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Only terminal on startup no gui?

  1. #1
    Join Date
    Apr 2010
    Beans
    11

    Only terminal on startup no gui?

    Hello strange problem when my netbook remix 10.04 starts I can see only terminal and no graphic interface (as you can see in the picture). I see the log in screen type my password and when the screen like on the picture.

    I 'm using lenovo N100 nb

    Tryed to install ubuntu desktop but no use
    Please help
    Attached Images Attached Images

  2. #2
    Join Date
    Dec 2007
    Location
    South Africa
    Beans
    310
    Distro
    Ubuntu

    Re: Only terminal on startup no gui?

    Quote Originally Posted by menelajas View Post
    Hello strange problem when my netbook remix 10.04 starts I can see only terminal and no graphic interface (as you can see in the picture). I see the log in screen type my password and when the screen like on the picture.

    I 'm using lenovo N100 nb

    Tryed to install ubuntu desktop but no use
    Please help
    What happens if you type:

    Code:
    startx

  3. #3
    Join Date
    Apr 2010
    Beans
    11

    Re: Only terminal on startup no gui?

    Quote Originally Posted by rudihawk View Post
    What happens if you type:

    Code:
    startx
    Fatal server error:
    server is already active for display 0
    if the server is no longer running remove /tmp/.X0-lock
    and start again.

    please consult the X.org Foundation support
    at http://wiki.x.org
    for help

  4. #4
    Join Date
    Mar 2009
    Location
    Indonesia
    Beans
    87
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Only terminal on startup no gui?

    Quote Originally Posted by menelajas View Post
    Hello strange problem when my netbook remix 10.04 starts I can see only terminal and no graphic interface (as you can see in the picture). I see the log in screen type my password and when the screen like on the picture.

    I 'm using lenovo N100 nb

    Tryed to install ubuntu desktop but no use
    Please help
    Stop X server:
    Code:
    sudo service gdm stop
    then start it again:
    Code:
    sudo service gdm start
    Hope it works, regards

  5. #5
    Join Date
    Apr 2010
    Beans
    11

    Re: Only terminal on startup no gui?

    Quote Originally Posted by hok00age View Post
    Stop X server:
    Code:
    sudo service gdm stop
    then start it again:
    Code:
    sudo service gdm start
    Hope it works, regards
    Sadly but the same situation after stopping and starting

    any ideas?

  6. #6
    Join Date
    May 2010
    Location
    Queensland, Australia
    Beans
    364
    Distro
    Ubuntu

    Re: Only terminal on startup no gui?

    Ctrl + Alt + F7
    Does That Help
    SEX, Now that I have your attention please read my post
    Linux For Life
    Just for future purposes "You're Welcome"

  7. #7
    Join Date
    Apr 2010
    Beans
    11

    Re: Only terminal on startup no gui?

    Quote Originally Posted by Jakiejake View Post
    Ctrl + Alt + F7
    Does That Help
    No it does bot work too

  8. #8
    Join Date
    Mar 2009
    Location
    Indonesia
    Beans
    87
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Only terminal on startup no gui?

    Run:
    Code:
    gconftool-2 --type string --set /desktop/gnome/session/required_components/filemanager nautilus
    Code:
    gconftool-2 --type string --set /desktop/gnome/session/required_components/panel gnome-panel
    Code:
    gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager compiz
    Then:
    Code:
    sudo service gdm stop && sudo service gdm start
    Hope it works

    Regards

  9. #9
    Join Date
    Aug 2009
    Beans
    182

    Re: Only terminal on startup no gui?

    I also faced the same the problem few days ago. I lost my graphics driver. I reinstalled it and everything was fine. Please reinstall the graphics driver.
    I hope that will solve the problem.

  10. #10
    Join Date
    May 2010
    Location
    UK
    Beans
    148
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Only terminal on startup no gui?

    At the login screen there is sometimes a option at the bottom to what session you want to log into. You may have it set on some failsafe setting or something other then what you want. Try to look there and find what you need.

Page 1 of 2 12 LastLast

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
  •