<br><br><div class="gmail_quote">On Sat, Feb 28, 2009 at 10:00 PM, A JM <span dir="ltr">&lt;<a href="mailto:vbtalent@gmail.com">vbtalent@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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" target="_blank">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><code>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><code>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" target="_blank">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><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><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></blockquote><div> <br><br>Another option I found for resolving this is to edit the EDID file directly. I&#39;m a bit ignorant to using a hex editor so maybe someone could help me out that?? (<a href="http://www.nvnews.net/vbulletin/showthread.php?t=118691">http://www.nvnews.net/vbulletin/showthread.php?t=118691</a>)<br>
 <br></div></div>In essence I need to get xorg.conf to load up the file like so<br><br><b>Option &quot;CustomEDID&quot; &quot;DFP-0:/etc/X11/samsung.bin&quot;</b><br><br>and then edit the .bin file in a hex editor as described below... maybe it will work.<br>

<br>
<b>&quot;I got the TV EDID dump from the Xorg.log, amputated the Extension Block
data (anything after byte 127, 0 base), reset the Extension Block count
to zero (byte 126) and incremented the checksum by 1 (byte 127) and,
tada, the 9500GT now doesn&#39;t send the audio over DVI, meaning the TV
now plays back the RCA audio.&quot;</b><br><b><br></b>Any help would be appreciated with this as I know nothing about editing in a hex editor.<br><br>Thanks.<br><br>AJM,<br>