<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Rich West wrote:
<blockquote cite="mid:47844496.8020905@wesmo.com" type="cite">Harry
Devine wrote:
  <br>
  <blockquote type="cite">Everyone,
    <br>
    <br>
I currently have an EVGA nVidia based e-GeForce 7100GS video card in my
Myth box, and I'm using the S-Video out to push the TV-Out to my
Samsung 46" DLP HDTV.&nbsp; I've been thinking about this for a few days,
and I believe that I should be using the DVI connection from that card
to my TV.&nbsp; I have 2 HDMI inputs on my TV and 1 is being used to receive
signals from my Comcast Motorola STB.
    <br>
    <br>
I'm a little unsure how to configure my xorg.conf file to do this.&nbsp;
Also, I suppose that I'll have to get a DVI-to-HDMI cable.&nbsp; Am I
correct in this?&nbsp; I'm adding my current xorg.conf file contents below,
so if anyone has any ideas, I'm all ears.
    <br>
&nbsp; </blockquote>
  <br>
The title of the Wiki entry is a bit misleading, but check out
<a class="moz-txt-link-freetext" href="http://www.mythtv.org/wiki/index.php/ComponentOut">http://www.mythtv.org/wiki/index.php/ComponentOut</a> for details on how to
get this set up.
  <br>
  <br>
-Rich
  <br>
  <br>
  <br>
</blockquote>
Hey Rich!<br>
<br>
I just got around to getting the DVI-&gt;HDMI cable hooked up, and I
can't get it working from within Linux.&nbsp; When my Myth box reboots, I
can put my TV on HDMI2 and see the boot up process.&nbsp; However, once the
X server starts, I get nothing.&nbsp; I don't see anything in my
/var/log/Xorg.0.log file that indicates any problem.&nbsp; I tried to follow
the link in the Wiki that you sent, as well as the following article to
no avail:&nbsp;
<a class="moz-txt-link-freetext" href="http://www.fedoraforum.org/forum/showthread.php?p=721770#post721770">http://www.fedoraforum.org/forum/showthread.php?p=721770#post721770</a>.<br>
<br>
Here are the relevant sections of my xorg.conf.&nbsp; Any ideas on what
could be wrong?&nbsp; I'm actually curious as to whether or not the NTSC-M
for "TVStandard" is correct.&nbsp; The above FedoraForum thread references
HD720p.<br>
<br>
<font face="Arial" size="-1">Section "Extensions"<br>
&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp; "Composite" "Enable"<br>
EndSection<br>
<br>
Section "Device"<br>
&nbsp;&nbsp;&nbsp; Identifier&nbsp; "Videocard0"<br>
&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "nvidia"<br>
&nbsp;&nbsp;&nbsp; VendorName&nbsp; "nVidia"<br>
&nbsp;&nbsp;&nbsp; BoardName&nbsp;&nbsp; "NVIDIA GeForce"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TwinView"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TwinViewOrientation" "Clone"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "ConnectedMontior" "CRT, TV"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "SecondMonitorHorizSync" "30-50"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "SecondMonitorVerRefresh" "60"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TVStandard" "NTSC-M"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TVOutFormat" "Composite"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "TVOverScan" "0.6"<br>
&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "MetaModes" "1024x768, 1024x768; 800x600, 800x600;
640x480, 640x480;"<br>
EndSection<br>
<br>
Section "Screen"<br>
&nbsp;&nbsp;&nbsp; Identifier "Screen0"<br>
&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard0"<br>
&nbsp;&nbsp;&nbsp; Monitor&nbsp;&nbsp;&nbsp; "Monitor0"<br>
&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp; SubSection "Display"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; "1280x960" "1280x800" "1152x864" "1152x864" "1024x768"
"1024x768" "800x600" "800x600" "640x480" "640x480"<br>
&nbsp;&nbsp;&nbsp; EndSubSection<br>
EndSection<br>
</font><br>
<br>
Thanks,<br>
Harry<br>
</body>
</html>