<br><br><div class="gmail_quote">On Sun, Mar 1, 2009 at 2:42 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;">
<br><br><div class="gmail_quote"><div><div></div><div class="Wj3C7c">On Sun, Mar 1, 2009 at 11:08 AM, Alex Halovanic <span dir="ltr">&lt;<a href="mailto:halovanic@gmail.com" target="_blank">halovanic@gmail.com</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">
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></div></div><div class="Ih2E3d">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">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></div></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;</blockquote><div><br> </div>
</div>Just posting a little progress if anyone is interested. Using the program at <a href="http://analogbit.com/node/23" target="_blank">http://analogbit.com/node/23</a> I was able to modify the edid.bin and load it,  get a correct picture and sound using the modelines that were supplied<br>
<br>   ModeLine   &quot;1920x1080&quot; 148.500 1920 2008 2052 2200 1080 1084 1089 
1125 +hsync +vsync<br>
    ModeLine   &quot;1280x720&quot; 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync<br>
    ModeLine   &quot;720x480&quot; 27.000 720 736 798 858 480 489 495 525 -hsync -vsync<br><br>But I&#39;m having some odd problems, Rythmbox hangs the machine and ultimately needs a reboot - it worked fine when EDID was disabled totally. <br>
<br>Also, what are all these options for and are they all needed?<br><br>   Option      &quot;ModeValidation&quot; &quot;AllowNon60HzDFPModes, NoVESAModes, NoXServerModes<br>   Option         &quot;RenderAccel&quot; &quot;true&quot;<br>

    Option         &quot;DynamicTwinView&quot; &quot;False&quot;<br>
    Option         &quot;TVOverScan&quot; &quot;0.00000&quot;<br>
    Option         &quot;AllowGLXWithComposite&quot; &quot;true&quot;<br>
    Option         &quot;NoLogo&quot;<br>
    Option         &quot;XvmcUsesTextures&quot;  &quot;false&quot;<br>
    Option         &quot;UseEvents&quot; &quot;True&quot;<br><br><br>