My current workstation is FreeBSD 8.1, with a GeForce 9500 GT and two screens. I'm running with TwinView. It's flawless, and this workstation is a beast. I'm about to create a new workstation for myself. Naturally, now I want to go to three screens, instead.
Should I expect problems? Do I require SLI, or is it enough to simply have two graphics cards (preferably the same ones)? Will I lose the ability to use TwinView to treat the three monitors as one enormous monitor? I'd like to know what I'm getting into before I start telling my employer what to purchase. I've included my current configuration for posterity:
Should I expect problems? Do I require SLI, or is it enough to simply have two graphics cards (preferably the same ones)? Will I lose the ability to use TwinView to treat the three monitors as one enormous monitor? I'd like to know what I'm getting into before I start telling my employer what to purchase. I've included my current configuration for posterity:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
#Section "ServerFlags"
# Option "Xinerama" "True"
#EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/URW/"
FontPath "/usr/local/lib/X11/fonts/freefont/"
FontPath "/usr/local/lib/X11/fonts/terminus-font/"
FontPath "/usr/local/lib/X11/fonts/jmk/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
EndSection
Section "Module"
Load "freetype"
Load "record"
Load "dbe"
Load "glx"
Load "extmod"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "NV AGP"
Driver "nvidia"
VendorName "nvidia"
BoardName "GeForce 9500 GT"
# Option "RenderAccel" "0"
Option "CursorShadow" "1"
Option "Coolbits" "1"
# Option "ConnectedMonitor" "dfp,dfp"
#
EndSection
Section "Screen"
Identifier "Screen0"
Device "NV AGP"
Monitor "Monitor0"
Option "TwinView" "True"
# Option "MetaModes" "nvidia-auto-select, nvidia-auto-select"
Option "MetaModes" "1680x1050,1680x1050; 1440x900,1440x900; 1280x800,1280x800; 1024x640,1024x640; 1680x1050,NULL; 1440x900,NULL; 1280x800,NULL; 1024x640,NULL"
Option "NoTwinViewXineramaInfo" "True"
SubSection "Display"
Viewport 0 0
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection