Find the answer to your Linux question:
Results 1 to 7 of 7
i'm entering that in because i want to reconfigure the XServer. My Video card was not detected correctly. It's Nvidia but debian thought it was 'vesa'. It should be 'nv'. ...
  1. #1
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610

    Question XFree86 -config not working...

    i'm entering that in because i want to reconfigure the XServer. My Video card was not detected correctly. It's Nvidia but debian thought it was 'vesa'. It should be 'nv'.

    Anyway when i run FreeX86 -config it prints this:

    Code:
    Obnoxium:/home/jason# XFree86 -configure
    
    Fatal server error:
    Server is already active for display 0
            If this server is no longer running, remove /tmp/.X0-lock
            and start again.
    
    
    When reporting a problem related to a server crash, please send
    the full server output, not just the last messages.
    Please report problems to submit@bugs.debian.org.
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    That error message means the X is still running.

    Try killing KDM/GDM (kill -9 gdm/kdm). You could also try running the following as root: init 3
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Or you could just run
    Code:
    dpkg-reconfigure xserver-xfree86
    You don't have to have the xserver closed to do this (I think this is also true in sarge)
    Brilliant Mediocrity - Making Failure Look Good

  4. #4
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    I just realized this now but why not just change the driver by hand. Open up your xorg.conf and make the applicable changes. If you are going to do it this way, make a backup of your xorg.conf first (just in case something goes wrong).
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by bryansmith
    I just realized this now but why not just change the driver by hand. Open up your xorg.conf and make the applicable changes. If you are going to do it this way, make a backup of your xorg.conf first (just in case something goes wrong).
    true, but since it is sarge, it would be the /etc/X11/XFree86-4 file
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Quote Originally Posted by Vergil83
    true, but since it is sarge, it would be the /etc/X11/XFree86-4 file
    Good point. I'm just so used to distro's using Xorg and not Xfree86 .
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  7. #7
    Linux Enthusiast flipjargendy's Avatar
    Join Date
    Aug 2004
    Location
    Xanadu, Titan, Saturn
    Posts
    610
    Quote Originally Posted by Vergil83
    Or you could just run
    Code:
    dpkg-reconfigure xserver-xfree86
    You don't have to have the xserver closed to do this (I think this is also true in sarge)

    That's right. i got mixed up. That is exactly the command i wanted. i'll give it a shot.

    i'm also used to Xorg.

    Thanks for all of your help.
    Running Linux Since 2001®
    Registered Linux User #430868 - Since 9•12•06

Posting Permissions

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