Linux Kepler
I currently use a Triple Head 2 Go for (3) 1920x1200 monitors. This allows for composite desktop with each screen laid out properly with the display properties (No giant windows spanning two or more monitors, they maximize to each respective one). Does anyone know if the Kepler cards can achieve this without the use for TH2G?\
How I achieve this today. . .
(/etc/X11/xorg.conf)
...Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEDID" "False"
Option "ExactModeTimingsDVI" "True"
Option "NoLogo" "True"
Option "TwinView" "True"
Option "TwinViewOrientation" "RightOf"
Option "TwinviewXineramaInfo" "True"
Option "TwinViewXineramaInfoOverride" "1920x1200+0+0, 1920x1200+1920+0, 1920x1200+3840+0"
Option "DynamicTwinView" "False"
Option "MetaModes" "1920x1200,3840x1200"
Option "SecondMonitorHorizSync" "30-83"
Option "SecondMonitorVertRefresh" "56-76"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "3840x1200"
EndSubSection
|