Quote:
Originally posted by bme guy
I am running suse 9.3. with Geoforce 6800 Ultra. I have two 17" Dell LCD connected to the card. So far, i have Xinerama running perfect, so one desktop is spilted in two monitors. However, 3D Acceleration is enabled on one monitor only. And SaX2 can not enable twinview.
It tried editing my xorg.conf and adding "option "twinview" "1"" and all that fun stuff. but no luck so far!
anyone got twinview to work ?? help plz, this my 5th day trying.
|
I have twinview running on my system.
I don't think you want option "twinview "1", as mine is Option "TwinView". Below I've included my Device section. You will need to edit the MetaModes,and SecondMonitor* options for your setup.
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVidia"
BoardName "NVidia"
Option "NoLogo" "yes"
Option "TwinView"
Option "MetaModes" "1400x1050,1400x1050"
Option "SecondMonitorHorizSync" "31.5 - 65.3"
Option "SecondMonitorVertRefresh" "60.0 - 70.1"
Option "TwinViewOrientation" "LeftOf"
EndSection