Hi everyone-
I am running a new setup and am having some issues. I currently have one VGA out on from integrated video and recently got a GeForce 7200GS which has VGA, DVI and SVideo out. I would like to run either VGA or DVI to my monitor and the SVideo to my TV. My monitor is working fine (VGA from the new card, but I could also run it off of the integrated video output as well), but my current setup doesn't send anything to the SVideo.
I would like to run 2 X sessions (either all the time, or start up the second one when I want it). One of the X-sessions would use my VGA device and the other would use the SVideo.
Does anyone know what I need to add to my xorg.conf (or maybe more) to get the SVideo working?
Seth
________
Additional Information:
I've tried several options, but by following some advice from the gentoo (and related) Dual Monitor wiki page, I think that TwinView is the option I am looking for. However, I have had only limited success getting it right. I can either get an xsession running on my monitor or the TV, but not both. Here is what I have in my xorg.conf right now:
Code:
Section "Device"
Identifier "geforce7200"
Driver "nvidia"
# BusID "PCI:3:00.0"
Screen 0
VideoRam 512
#TV Out Setup
# Option "TwinViewXineramaInfoOrder" "CRT-0"
# Option "ConnectedMonitor" "CRT-0,TV"
Option "TwinView"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1440x900 , 1360x768 ; 1152x768 , 1152x768"
Option "RenderAccel" "true"
# Option "SecondMonitorHorizSync" "31.5 - 64.3"
# Option "SecondMonitorVertRefresh" "50-100"
Option "TVOoutFormat" "SVIDEO"
Option "TVOverScan" "0.6"
EndSection
Section "Screen"
Identifier "Screen0"
Device "geforce7200"
Monitor "hannsg"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1440x900" "1360x768" "1024x768" "1152x768" "1360x768"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "1400x1050" "640x400"
ViewPort 0 0
Virtual 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "AlwaysCore"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection Anyone see where I went off the rails?