Yeah, it's working relatively well as is, (a bit of silliness with windows acting up in the second screen, but that's apparantly an actual bug).
I was asking how to enable Twinview using a second card. Something like this?
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 270.29 (buildd@allspice) Fri Feb 25 14:42:07 UTC 2011
Section "ServerFlags"
Option "RandR" "on"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Samsung SyncMaster"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "Unknown"
ModelName "ProView/EMC/PTS MLT3221"
HorizSync 31.0 - 70.0
VertRefresh 56.0 - 85.0
Option "DPMS"
Option "FlatPanelProperties" "native"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 295"
BusID "PCI:7:0:0"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 295"
BusID "PCI:6:0:0"
EndSection
Section "Screen"
Identifier "screen"
Device "Device0; Device1"
DefaultDepth 24
Option "TwinView"
Option "MetaModes" "Monitor0: 960x720 @960x768, Monitor1: 1024x768"
Option "TwinViewOrientation" "Monitor1 RightOf Monitor0"
Option "HorizSync" "Monitor0: 30.0 - 81.0; Monitor1: 31.0 - 70.0"
Option "VertRefresh" "Monitor0: 56.0 - 75.0; Monitor1: 56.0 - 85.0"
SubSection "Display"
Depth 24
EndSubSection
EndSection