Results 1 to 4 of 4

Thread: stuck in command prompt mode, error msgs with startx

  1. #1
    Join Date
    May 2009
    Beans
    55

    stuck in command prompt mode, error msgs with startx

    I was trying to resolve issues with nvidia card, and the last thing I did was to uninstall and reinstall x server. (I think I used purge instead of remove). Now I am stuck in command prompt mode and when I use the command startx I get error messages and then the command prompt again. Here is a summary of the error messages:

    (EE) Failed to load module "nouveau" (module does not exist, 0)
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (EE) No devices detected

    Fatal Server Error:
    no screens found

    ddxSigGiveUp: closing log
    giving up
    xinit: No such file or directory (errno 2) unable to connect to x server
    xinit: No such process (errno 3) Server error

    Can anyone help me get the graphical mode back? TIA

  2. #2
    Join Date
    May 2008
    Location
    San Antonio, Texas
    Beans
    Hidden!
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: stuck in command prompt mode, error msgs with startx

    I think you uninstalled your graphics card driver. You will need to reinstall it and then try again.
    True freedom requires sacrifice and pain. Most human beings only think they want freedom. In truth they yearn for the bondage of social order, rigid laws, materialism, the only freedom man really wants, is the freedom to become comfortable.

  3. #3
    Join Date
    Dec 2007
    Location
    /home
    Beans
    483

    Re: stuck in command prompt mode, error msgs with startx

    looks like xserver was removed.


    try

    Code:
    sudo apt-get install xserver-xorg-video-nouveau
    Don't eff with The Cult...

  4. #4
    Join Date
    May 2009
    Beans
    55

    Re: stuck in command prompt mode, error msgs with startx

    I solved this by installing xserver-xorg-video-nouveau and xserver-xorg-video-vesa and xserver-xorg-video-fbdev Thanks for your help

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
  •