<br><br><div class="gmail_quote">On Sun, Mar 1, 2009 at 11:08 AM, Alex Halovanic <span dir="ltr">&lt;<a href="mailto:halovanic@gmail.com">halovanic@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;">
To answer your earlier question, yes, I am using the modified custom EDID file method described with the 180.29 drivers (it worked with 180.35 too as well, but those drivers broke other things).<br><br>Initially when I set up my new 9400 GT I noticed a large amount of overscan on the screen and a hissing noise that I thought was a fan spinning at full speed.  The noise turned out to be coming from the tv speakers because of this flag being set in the EDID.  Removing it fixed both problems for me.<br>

<br>As you&#39;ve discovered, the only other option is to ignore the EDID entirely, but then you&#39;re stuck not knowing the modelines your tv is expecting.<br><font color="#888888"><br>-Alex<br>
</font><br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>Ignoring the EDID works great for sound... but just using the modelines in xorg.conf didn&#39;t seem to work I don&#39;t see why though.. it should.<br><br>I&#39;m a little confused on exactly what is being removed from the EDID.bin when modifying it, is it the sound portion? If so, then wouldn&#39;t xorg.conf just need to know here the file is?<br>
<br># the CustomEDID option tells xorg to use the edid-new.bin file<br># and not the detected edid for the TFP DFP-0 monitor<br>    Option &quot;CustomEDID&quot; &quot;DFP-0:/edid-new.bin&quot;<br>