Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [SOLVED] FX 5200 Xwindows won't start Fresh Install

  1. #11
    Join Date
    Sep 2007
    Beans
    286

    Re: FX 5200 Xwindows won't start Fresh Install

    I just tried that, however, it did not work, instead running into problems at the same spot in the boot, not allowing xwindows to load. There seems to be a problem with the autoconfiguration of the xwindows.

  2. #12
    Join Date
    Jun 2006
    Location
    Texas
    Beans
    3,930
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: FX 5200 Xwindows won't start Fresh Install

    Then I don't have a clue where to go next. Going the recovery route, running xfix worked for me when X did not work after installing the restricted driver. .
    Might have a look at this thread.
    http://ubuntuforums.org/showthread.php?t=867505
    UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn
    SystemRescueCd | Dual Boot | psychocats | FAQ

  3. #13
    Join Date
    Sep 2007
    Beans
    286

    Re: FX 5200 Xwindows won't start Fresh Install

    I fixed the problem with my install by reinstalling with 7.10 and then upgrading to 8.04. I'm not sure why it worked that way, but it works perfectly since doing it this way.

    Here is a good xorg.conf if anyone ever has a similar problem:

    # xorg.conf (xorg X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    #
    # Edit this file with caution, and see the xorg.conf manual page.
    # (Type "man xorg.conf" at the shell prompt.)
    #
    # This file is automatically updated on xserver-xorg package upgrades *only*
    # if it has not been modified since the last upgrade of the xserver-xorg
    # package.
    #
    # If you have edited this file but would like it to be automatically updated
    # again, run the following command:
    # sudo dpkg-reconfigure -phigh xserver-xorg

    Section "Files"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "true"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"# Tablet PC ONLY
    EndSection

    Section "Device"
    Identifier "nVidia Corporation NV34 [GeForce FX 5200]"
    Driver "nvidia"
    Busid "PCI:1:0:0"
    Option "AddARGBVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "NoLogo" "True"
    EndSection

    Section "Monitor"
    Identifier "DELL P1130"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation NV34 [GeForce FX 5200]"
    Monitor "DELL P1130"
    Defaultdepth 24
    SubSection "Display"
    Modes "1800x1440" "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen "Default Screen"
    Inputdevice "Generic Keyboard"
    Inputdevice "Configured Mouse"

    # Uncomment if you have a wacom tablet
    # InputDevice "stylus" "SendCoreEvents"
    # InputDevice "cursor" "SendCoreEvents"
    # InputDevice "eraser" "SendCoreEvents"
    EndSection
    Section "Module"
    Load "glx"
    EndSection

Page 2 of 2 FirstFirst 12

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
  •