My new RH 7.3 system hard-locks (no ping response, reboot required) 100% of
the time when I try startx with a 3DLabs Oxygen VX-1 32MB PCI card setup as
second of two displays.  It does the same thing if I drop my primary card
and try the Oxygen by itself.  My system is an Asus-based P41.8A and I use
an Elsa Gladiac Ultra for primary.  I've been using X for over 3 years, and
I'm fairly sure it's not my config file (I can swap the Oxygen for a Blade3D
card and only change the driver in my config and it works dualhead).  I've
also tried  moving the card around the few free PCI slots, but to no avail.
Is this card supported by the RH7.3 version of XF 4.2 and has anyone else
gotten a similar configuration to work?  Please find my attached
XF86Config-4 file.  The PC locks HARD, so there's no logs generated when the
problem occurs.  Thanks.

#############################################
Section "ServerLayout"
        Identifier     "Brian Configured"
        Screen       0  "Screen0" 0 0
        Screen       1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:7100"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load "fbdevhw"
        Load "dri"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option  "XkbRules"      "xfree86"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "us"
        Option  "XkbVariant"    "basic"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Dell"
        VendorName   "Dell"
        ModelName    "P1130"
        HorizSync   30.0-130.0
        VertRefresh 48.0-170.0
        Option "dpms"
EndSection

Section "Monitor"
        Identifier      "Gateway"
        VendorName      "Gateway"
        ModelName       "VX900T"
        HorizSync       30-96
        VertRefresh     48-130
        Option          "dpms"
EndSection

Section "Device"
        Identifier   "Gladiac"
        Driver       "nv"
        VendorName   "NVIDIA GeForce 2 GTS (generic)"
        BoardName    "NVIDIA GeForce 2 GTS (generic)"
        BusID        "PCI:1:0:0"
EndSection

Section "Device"
        Identifier      "Oxygen"
        Driver          "glint"
        VendorName      "3DLabs"
        BoardName       "OxygenVX1PCI"
        BusID           "PCI:2:11:0"
#       Option          "NoAccel"
#       Option          "PciRetry"
#       ChipSet         "pm3"
EndSection

Section "Screen"
        Identifier   "Screen0"
        Device       "Gladiac"
        Monitor      "Dell"
        DefaultDepth    24
        Subsection "Display"
                Depth       24
                Modes       "1600x1200" "1600x1200"
        EndSubsection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Oxygen"
        Monitor         "Gateway"
        DefaultDepth    16
        SubSection "Display"
                Depth   8
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to