On Sun, July 16, 2006 1:39 am, Jesse Kline wrote:
>
> Good evening my nerdy friends,
>
>
> I am having a problem getting my nvidia card to display on both my tv and
> crt monitor at the same time. I followed the instructions in the readme
> and added the following lines to the screen section of the xorg.conf file:
>
>
> Option "TVStandard" "NTSC-M"
> Option "ConnectedMonitor" "TV"
> Option "TVOutFormat" "SVIDEO"
>
>
> this displays output on the tv, and turns off the crt. If I use the line:
> Option "ConnectedMonitor" "CRT, TV"
> then it will only display on the CRT and the tv will be blank. I have been
> able to setup a seperate x server running on the tv, but I want the tv to
> display the same desktop as the crt does.
>
> TIA,
>
>
> Jesse
Look at the TwinView Appendix G in the readme also.
You'll have to tell the driver to enable TwinView in Clone mode. Here's my
display device section:
Section "Device"
Identifier "Nvidia GeForce4 MX440 TV"
Driver "nvidia"
Option "NvAGP" "1"
Option "RenderAccel" "TRUE"
Option "CursorShadow" "TRUE"
#Option "NoDDC" "TRUE"
# Force the virtual screen to be the same size as the physical
Option "MetaModes" "640x480 @640x480, 640x480 @640x480"
Option "ConnectedMonitor" "CRT,TV"
Option "TVStandard" "NTSC-M"
Option "NoLogo" "TRUE"
Option "TwinView" "TRUE"
Option "TwinViewOrientation" "Clone"
# not normally needed, but TV's don't do EDID
Option "HorizSync" "CRT-0: 30-1102; TV-0: 30-50"
Option "VertSync" "CRT-0: 50-160; TV-0; 60"
EndSection
_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying