I just ran test to see where my problem lies... and it turns out to be with the PC/Myth/Ubuntu.<br><br>I pulled a dvd player that had DVI out RCA audio and I hooked it through the HDMI1 port on the tv and I got both sound and video.<br>
<br>[EDIT]<br><br>I found a post that describes my issue to a &quot;T&quot; (<a href="http://forums.nvidia.com/lofiversion/index.php?t88272.html">http://forums.nvidia.com/lofiversion/index.php?t88272.html</a>) and modifying the xorg worked but now the picture is jacked up...<br>
<b><br>Section &quot;Screen&quot;<br>    Identifier    &quot;Default Screen&quot;<br>    Monitor        &quot;Configured Monitor&quot;<br>    Device        &quot;Configured Video Device&quot;<br>        DefaultDepth    24<br>
        Option         &quot;ExactModeTimingsDVI&quot; &quot;True&quot;<br>        Option         &quot;UseEdid&quot; &quot;FALSE&quot;</b><br><br><br>Below from the NVidia appendix doesn&#39;t seem to have the option for only turning of the sound, anyone else have any ideas???<br>
<br><dl><dt><b><span class="term"><code class="computeroutput">Option
&quot;UseEdidFreqs&quot; &quot;boolean&quot;</code></span></b></dt><dd>
<p><b>This option controls whether the NVIDIA X driver will use the
HorizSync and VertRefresh ranges given in a display device&#39;s EDID,
if any. When UseEdidFreqs is set to True, EDID-provided range
information will override the HorizSync and VertRefresh ranges
specified in the Monitor section. If a display device does not
provide an EDID, or the EDID does not specify an hsync or vrefresh
range, then the X server will default to the HorizSync and
VertRefresh ranges specified in the Monitor section of your X
config file. These frequency ranges are used when validating modes
for your display device.</b></p>
<p><b>Default: True (EDID frequencies will be used)</b></p>
</dd><dt><b><span class="term"><code class="computeroutput">Option
&quot;UseEDID&quot; &quot;boolean&quot;</code></span></b></dt><dd>
<p><b>By default, the NVIDIA X driver makes use of a display device&#39;s
EDID, when available, during construction of its mode pool. The
EDID is used as a source for possible modes, for valid frequency
ranges, and for collecting data on the physical dimensions of the
display device for computing the DPI (see <a href="http://http.download.nvidia.com/XFree86/Linux-x86/1.0-8774/README/appendix-y.html" title="Appendix Y. Dots Per Inch">Appendix Y,
<i>Dots Per Inch</i></a>). However, if you wish to disable the
driver&#39;s use of the EDID, you can set this option to False:</b></p>
<pre class="screen"><b>    Option &quot;UseEDID&quot; &quot;FALSE&quot;<br></b></pre>
<p><b>Note that, rather than globally disable all uses of the EDID,
you can individually disable each particular use of the EDID;
e.g.,</b></p>
<pre class="screen"><b>    Option &quot;UseEDIDFreqs&quot; &quot;FALSE&quot;<br>    Option &quot;UseEDIDDpi&quot; &quot;FALSE&quot;<br>    Option &quot;ModeValidation&quot; &quot;NoEdidModes&quot;<br></b></pre>
<p><b>Default: True (use EDID).</b></p>
</dd></dl><br><br><br>