Has anybody gotten an Nvidia and an ati rage II to work together,

Here's what I have:
Nvidia GForce 2 GTS
ATI RAGE II + dvd

Here what I have found,

1.      Tested both Nvidia and Ati individual they both started X in 24 bit true-color

2.      default AGP

        Nvidia loads 
        ATI loads and unloads   -/var/log/XFree86.0.log  states that ATI could
        not be found at "PCI:0:18:0" where it is found when a scan is performed/
        starts X successfully with only Gforce2 "single display"

3.      default PCI
        
        Both Drivers Load --Possibly ATI sharing memory or I/O resources
        X startx both displays, 
        Nvidia looks screwy like whenever I tried to run "nv" module instead of
        "nvidia"on 4.0 
        ATI only makes it to the X-Server -Gray Screen  before the background
        loads
        that's it the machine is totally locked up

Questions, 

1.      Has anybody successfully got dual displays to work on these or other
        similar graphics boards.

2.      What about AGP and PCI, has anybody got it to work with "AGP" as their
        primary display adapter.

3.      Why would the ATI unload / not be found?

4.      What would cause it to lock up?  Sharing MemorY?  Resources?

5.      How can I fix it?

6.      could the GLX be a problem?  would it try to load on both cards? and
could it?

If you can help, I will send you my logs of what happened when I started X in
both instances!

Help or comments would be greatly appreciated!

-- 
Kenneth Kline

Information Technology
Fairmont State College
[EMAIL PROTECTED]

http://www.terrastorm.net
[EMAIL PROTECTED]
# File generated by xf86config.
# 
Section "Module"
# This loads the DBE extension module.
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
     # Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    #FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
#    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
EndSection
Section "InputDevice"
# Identifier and driver
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "PS/2"
    Option "Device"      "/dev/mouse"
    Option "Emulate3Buttons"
EndSection
#  Display stuff --by Kenneth Kline
Section "Monitor"
    Identifier  "Dell"
    HorizSync   31.5 - 82.0
#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies
    VertRefresh 50-120
EndSection
Section "Monitor"
    Identifier  "Sony"
    HorizSync   31.5 - 48.5
#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies
    VertRefresh 50-120
EndSection
Section "Device"
    Identifier  "Elsa Gladiac GeForce II GTS"
    Driver      "nvidia"
    VideoRam    32768
    # Insert Clocks lines here if appropriate
    BusID	"PCI:1:0:0"
EndSection
Section "Device"
    Identifier  "ATI"
    Driver      "ati"
    VideoRam    8192
    # Insert Clocks lines here if appropriate
    BusID	"PCI:0:18:0"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Elsa Gladiac GeForce II GTS"
    Monitor     "Dell"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "Screen"
    Identifier  "Screen 2"
    Device      "ATI"
    Monitor     "Sony"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Main Layout"
    Screen 	"Screen 1"
    Screen  	"Screen 2" RightOf "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Reply via email to