PDA

View Full Version : FX5200 and 8500GT


binarysystems
03-23-09, 04:45 AM
Hi All,
Can anyone please explain how I can have a PCI FX5200 and a PCIE 8500GT card on FC10
note : I have 4 monitors two on each card.

I can get only one card at a time working because they use different drivers
NVIDIA-Linux-x86_64-173.14.18-pkg2 (FX5200)
NVIDIA-Linux-x86_64-180.29-pkg2 (8500GT)

I have modified my X11.conf first with one and then with the other and FC10 picks up each one at a time but I cannot get both.
ie Monitor Left-Left and Centre-Left works on 8500GT
and Monitor Centre-Right and Right-Right works on FX5200

any ideas will be great, I do not need full speed on the FX5200, this is not a gaming pc.

a12ctic
03-23-09, 09:43 AM
Post your xorg.conf.

binarysystems
03-23-09, 11:33 AM
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen-Center-Left" 0 0
Screen 1 "Screen-Left-Left" LeftOf "Screen-Center-Left"
Screen 2 "Screen-Center-Right" RightOf "Screen-Center-Left"
Screen 3 "Screen-Right-Right" RightOf "Screen-Center-Right"
EndSection

Section "Files"
ModulePath "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
Option "Xinerama" "0"
EndSection

################################################## ##########
# Monitors
################################################## ##########

Section "Monitor"
Identifier "Monitor-Left-Left"
VendorName "LG"
ModelName "710S"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection

Section "Monitor"
Identifier "Monitor-Center-Left"
VendorName "Acer"
ModelName "AL1917"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
EndSection

Section "Monitor"
Identifier "Monitor-Center-Right"
VendorName "Acer"
ModelName "AL1917"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
EndSection

Section "Monitor"
Identifier "Monitor-Right-Right"
VendorName "LG"
ModelName "710S"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection

################################################## ##########
# Cards
################################################## ##########

Section "Device"
Identifier "nvidia-8500l"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Device"
Identifier "nvidia-8500c"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8500 GT"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "nvidia-5200c"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:3:2:0"
Screen 2
EndSection

Section "Device"
Identifier "nvidia-5200r"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
Option "AddARGBGLXVisuals" "True"
BusID "PCI:3:2:0"
Screen 3
EndSection

################################################## ##########
# Screens
################################################## ##########

Section "Screen"
Identifier "Screen-Left-Left"
Device "nvidia-8500l"
Monitor "Monitor-Left-Left"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT-1: 1280x1024_60 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-Center-Left"
Device "nvidia-8500c"
Monitor "Monitor-Center-Left"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-Center-Right"
Device "nvidia-5200c"
Monitor "Monitor-Center-Right"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: nvidia-auto-select +1280+0, CRT-1: 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen-Right-Right"
Device "nvidia-5200r"
Monitor "Monitor-Righ-Right"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection

################################################## ##########
# Extentions
################################################## ##########

Section "Extensions"
Option "Composite" "Enable"
Option "Damage" "true"
EndSection

binarysystems
03-23-09, 11:38 AM
My problem is not my xorg.conf, it is the two different drivers I need to install. If I install the 8500 the left screens work and if I install the 5200 the right screens work. I cannot install both because each installation removes the other.:confused:

I need a nvidia driver that can handle both or another driver that can handle the FX5200

stormp
06-08-09, 03:20 PM
did you figure out how to make this work?

binarysystems
11-27-09, 06:33 AM
Still no luck. I've now upgraded to FC12 and I'm messing around with nv, nvidia and nouveau driver mixes to see if it will work