PDA

View Full Version : gf4 ti4200 - primary monitor turns off


krotaaf
09-25-02, 05:17 PM
I have a weird problem with GF4 Ti4200 twinview setup. If I run X in a twinview setup
with a TV, the CRT turns off (it is connected to VGA). The same xf86config worked well with GF2 MX400.

Any ideas?

Thanks

Andrej

huru
09-27-02, 09:58 AM
Here's how it works for me:


Section "Screen"
Identifier "Screen 1"
Device "Geforce4"
Monitor "Monitor"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1600x1200" "1024x768" "800x600"
EndSubSection
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1600x1200, 800x600 @1600x1200; 1024x768, 800x600 @1600x1200; 800x600, 800x600 @1600x1200"
Option "TwinViewOrientation" "Clone"
#Option "ConnectedMonitor" "CRT, TV"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "Composite"
EndSection


Maybe this helps?

krotaaf
09-28-02, 05:07 AM
Thanks for repy, yes it works now. However I want
RightOf option. Strange, if I drop
ConnectedMonitor option, RightOf works fine as
expected. Is this due to 2 heads+tvout?
Error in configuration parsing?