Results 1 to 5 of 5

Thread: Xserver issue

  1. #1
    Join Date
    Dec 2005
    Location
    birmingham, england
    Beans
    252
    Distro
    Ubuntu Karmic Koala (testing)

    Xserver issue [solved]

    Having done a clean re-install of 10.4 I am now experiencing major problems. I cannot log in to the PC using the usual GUI. On login the machine drops to terminal. I can log in but when I try "startx" I get the following error message
    Code:
    fatal server error
    no screens found
    
    ddxSigGiveUp: closing log
    
    xinit: no such file or directory (errno2) unable to connect to xserver
    xinit: no such process (errno3): server error
    Try to get a look at the log file gets me the following
    Code:
    gedit:1304; Gtk-Warning** cannot open display
    How do i go about getting xserver back up and running?

    OK- got it fixed
    1. removed the old xorg.conf
    [CODE]sudo rm -f /etc/X11/xorg.conf /CODE]
    2. removed all the old nvidia drivers
    [CODE]sudo apt-get --purge remove nvidia-*/CODE]
    3. re-installed the official nvidia drivers from the repos
    [CODE]sudo apt-get install install nvidia-current, nvidia-current-modaliases, nvidia-common/CODE]

    Reboot!

    Big sigh of relief!! I won't be going anywhere near the closed source nv drivers for a while yet!!
    Last edited by lemmy999; May 3rd, 2010 at 09:22 PM.

  2. #2
    Join Date
    Aug 2007
    Location
    Karma BC
    Beans
    1,215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Xserver issue

    Don't know the solution to your problem, but you might want to post some system info, such as the output of
    sudo lspci -l
    What kind of video card if any.

    It's probably as easy as enabling a driver, or setting up a xorg.conf file.

    It used to be
    sudo dpkg-reconfigure xserver-xorg
    but I'm thinking that command has changed.

    If you've done a clean install, there should be no xorg.conf file in /etc/X11, and you'll have to create one.
    I "think" the new command is
    sudo Xorg-configure
    but I'm not sure.
    You could just make a xorg.conf file in /etc/X11 then run
    sudo dpkg-reconfigure xorg.conf -phigh
    to see where that gets you. It wont hurt anything, and if it doesn't work, you can remove the file through the command line.

    If you've got a nVidea card or other video card, the procedure is different.
    Last edited by utnubuuser; May 3rd, 2010 at 08:21 PM.
    Kipling - "if"

  3. #3
    Join Date
    Dec 2005
    Location
    birmingham, england
    Beans
    252
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Xserver issue

    @utnubuuser

    Its definitely an Nvidia card. On logging out i got a message about the machine dropping to "low graphics" mode. On reboot there's no xserver at all.

    I tried lspci -l but get too much detail so i cannot pull the relevant bits out.

    I also tried "sudo X-org-configure" but get the reply " command not found"

  4. #4
    Join Date
    Dec 2005
    Location
    birmingham, england
    Beans
    252
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Xserver issue

    OK- got it fixed
    1. removed the old xorg.conf
    Code:
    sudo rm -f /etc/X11/xorg.conf
    2. removed all the old nvidia drivers
    Code:
    sudo apt-get --purge remove nvidia-*
    3. re-installed the official nvidia drivers from the repos
    Code:
    sudo apt-get install install nvidia-current, nvidia-current-modaliases, nvidia-common
    Reboot!

    Big sigh of relief!! I won't be going anywhere near the closed source nv drivers for a while yet!!

  5. #5
    Join Date
    Jan 2010
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Xserver issue

    Code:
    Xorg -configure
    mv xorg.conf.new /etc/X11/xorg.conf
    sudo aptitude reinstall nvidia-current
    probably a little neater workaround

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
  •