My setup was XF 4.1.0 Debian standard. I have a GeForce 2 on my AGP slot, and a TNT 2 Ultra in a pci slot. You need to deterimine which card is the master. This is easy, it should be the card that's attached to the monitor that turns on when the system boots up. The Nvidia driver will only work on the master card. You need to use the Nv driver for the second card. Here is what my two device sections look like
Section "Device"
Identifier "GeForce 2"
Driver "nvidia"
# unsupported card
#VideoRam 32678
Option "SWCursor" "on"
Option "NvAgp" "3"
BusID "PCI:1:5:0"
# Insert Clocks lines here if appropriate
EndSection
Section "Device"
Identifier "Riva"
Driver "nv"
# unsupported card
#VideoRam 32678
#Option "NvAgp" "2"
BusID "PCI:0:10:0"
# Insert Clocks lines here if appropriate
EndSection
Then, assuming those were plugged into the apropriate screens, this is
what my sever layout looks like
Section "ServerLayout"
Identifier "Dual Head"
Screen "Screen 2"
Screen "Screen 1" RightOf "Screen 2"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Server Layout"
Identifier "Screen One"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
-- Note: Adding the Screen One section allows me to use OpenGL by
starting x with xinit -- -layout "Screen One"
OpenGL will not work with multi monitors.
signature.asc
Description: This is a digitally signed message part
