Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page [SOLVED] S-Video and VGA
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Closed Thread
 
Thread Tools Display Modes
Old 05-08-2008   #1 (permalink)
sdimhoff
Linux Newbie
 
sdimhoff's Avatar
 
Join Date: Jan 2007
Posts: 115
[SOLVED] S-Video and VGA

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?
__________________
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.

Last edited by sdimhoff : 05-09-2008 at 04:52 AM. Reason: More Information
sdimhoff is offline  
Old 05-09-2008   #2 (permalink)
sdimhoff
Linux Newbie
 
sdimhoff's Avatar
 
Join Date: Jan 2007
Posts: 115
I've partially cracked this nut, but there is one remaining issue. I currently can get both x-sessions running. (one on my monitor and one on my lcd). While both can be running at the same time, when I switch from one to the other using ctl-alt-F7/8 the other monitor shuts off. The other issue has to do with the picture quality. When I start the additional x session and send it to the tv the colors look good, but the colors on my lcd look very washed out. If anyone can help me out please do, but for now I'll just post my xorg.conf file that I'm using for my current setup.

Code:
Section "Device"
     Identifier  "geforce7200 1"
     Driver      "nvidia"
     Screen 0
     VideoRam    512
     Option    "RenderAccel" "true"
EndSection

Section "Device"
     Identifier  "geforce7200 2"
     Driver      "nvidia"
     VideoRam    512
     Option    "RenderAccel" "true"
     Option "TVOutFormat" "SVIDEO"
     Option "UseDisplayDevice" "TV"
     Option "ConnectedMonitor" "TV"
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "geforce7200 1"
    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 "Screen"
    Identifier  "Screen1"
    Device      "geforce7200 2"
    Monitor     "olevia"
    DefaultDepth 16
    
    Subsection "Display"
        Depth       24
        Modes       "1360x768" "1280x1024" "1024x768" "1400x1050" "640x400"
        ViewPort    0 0
        Virtual     0 0
    EndSubsection
    Option "TVOutFormat" "SVIDEO"
    Option "UseDisplayDevice" "TV"
EndSection 
Section "ServerLayout"
    Identifier  "lcd"
    Screen 0 "Screen0"
    Screen 1 "Screen1" 
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse0" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier "tv"
    Screen 0 "Screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Mouse0" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
I can then start the x-session on the TV by using:

startx -- :1 -layout tv
__________________
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.
sdimhoff is offline  
Old 05-11-2008   #3 (permalink)
sdimhoff
Linux Newbie
 
sdimhoff's Avatar
 
Join Date: Jan 2007
Posts: 115
Well, this wasn't the solution I was looking for, but it at least works. I have given up trying to use the s-video cable for now. It seems, for some unknown reason, that once any x session which is using the s video out starts, it changes the way the colors/brightness/contrast is also output. This gives my monitor an extremely washed out look that is uncorrectable via any of the aforementioned settings.

Solution which works:

VGA to the LCD TV
DVI to my regular LCD monitor.

The color looks good on both.
__________________
Linux since: 2001
Gentoo since: 2004
- - - - - - - -
Translation:
I fix things until they break.
sdimhoff is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 10:07 AM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0