Well I've got it working.. actually it looks like it's working as it
should after modifying the EDID.bin. I was having lock-up issues not
only with Rythmbox but also with OpenOffice due to "Visual Effects"
being enabled - all lockups disappeared and I have sound and correct
resolution on the TV, very cool!!!<br>
<br>I want to thank everyone who posted, it&#39;s been a learning experience for me for sure...<br><br>So for posterity I&#39;m going to post how I got it working in the hopes to help someone in the future...<br><br>******************************<div id=":1o" class="ArwC7c ckChnd">
****************************************************************************************************<br>
<br>Firstly I tested the audio was working on my PC before even hooking
to the TV and after hooking it to the TV I modified the xorg.conf to
test that infact the sound would work by adding the following  <b>Option         &quot;UseEdid&quot; &quot;FALSE&quot;</b> in the<b> </b><i>Section &quot;Screen&quot; </i>and opening Rythmbox then selecting a Radiostation to play - the resolution was jacked up but the sound played.<br>

<br>The first part was getting my TV EDID.bin, I did this by booting my
computer (Ubuntu) on my TV going to Aplications&gt;System
Tools&gt;Nvidia X Server Settings then to the section DFP-0 and
clicking on the button &quot;Acquire EDID&quot;, saved it and transferred that
file to my Windows box.<br>
<br>I downloaded the application Monitor Asset Manager from (<a href="http://www.entechtaiwan.com/util/moninfo.shtm" target="_blank">http://www.entechtaiwan.com/util/moninfo.shtm</a>
- Windows only) launched that program and copied out the modelines for
use in the my xorg.conf. I&#39;m sure there are other ways but this was
very simple.<br>
<br><br>    Modeline............... &quot;1920x1080&quot; 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync<br><br>    Modeline............... &quot;1280x720&quot; 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync<br>

<br>    Modeline............... &quot;720x480&quot; 27.000 720 736 798 858 480 489 495 525 -hsync -vsync<br><br><br>After acuiring the Modelines, I had to modify the EDID file itself and did this with a cool utility on this site (<a href="http://analogbit.com/node/23" target="_blank">http://analogbit.com/node/23</a>) it&#39;s called <a href="http://analogbit.com/software/edid_disable_exts" target="_blank">edid_disable_exts</a>.
It actually did all the modification to the EDID file for me by simply
feeding it the input and output file names (./edid_disable_exts
[input_file] [output_file]
). The original file was 256bytes and the modified file was 128bytes if
I remember correctly.<br><br>Once
that file was created and saved back on Ubuntu in /etc/X11/ I needed to
assemble my xorg.conf and needed to include the following which directs
xorg to use the new EDID file I had just created.<br>
<br><code>Section &quot;Device&quot;<br>
Identifier     &quot;nVidia&quot;
<br>
Driver         &quot;nvidia&quot;<br>
Option         &quot;CustomEDID&quot; &quot;DFP-0:/etc/X11/L2410NM-modified.edid&quot;<br>
EndSection
</code><br><br>Some important areas of xorg:<br><br><i>Section &quot;Monitor&quot;<br>...<br>Vertrefresh        59.0-71.0<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>Section &quot;Device&quot;<br>...<div class="Ih2E3d"><br>#This should point to the FIXED edid file as described on that webpage after fixing the edid file should<br>


    #be 128 bytes.  Fix filename and path below accordingly.<br></div>
    Option     &quot;CustomEDID&quot; &quot;DFP-0:/etc/X11/edid_mod.bin&quot;<div class="Ih2E3d"><br>
    Option      &quot;ModeValidation&quot; &quot;AllowNon60HzDFPModes, NoVESAModes, NoXServerModes<br></div><div class="Ih2E3d">
    Option      &quot;ExactModeTimingsDVI&quot; &quot;true&quot;<br>
    Option      &quot;DPI&quot;   &quot;100x100&quot;</div></i><br><br><i>Section &quot;Screen&quot;</i><br>...<br><i>Option &quot;ConnectedMonitor&quot; &quot;DFP&quot;</i><br><br><br>My completed xorg:<br><br> <i># nvidia-xconfig: X configuration file generated by nvidia-xconfig<div class="Ih2E3d">
<br>
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Tue Jan 27 12:47:59 PST 2009<br><br><br></div><div class="Ih2E3d">Section &quot;ServerLayout&quot;<br>Identifier &quot;Layout0&quot;<br>Screen 0 &quot;Screen0&quot; 0 0<br>
InputDevice &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
InputDevice &quot;Mouse0&quot; &quot;CorePointer&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>Load &quot;dbe&quot;<br>Load &quot;extmod&quot;<br>Load &quot;type1&quot;<br>

Load &quot;freetype&quot;<br>Load &quot;glx&quot;<br>EndSection<br><br></div><div class="Ih2E3d">Section &quot;InputDevice&quot;<br><br># generated from default<br>Identifier &quot;Mouse0&quot;<br>Driver &quot;mouse&quot;<br>
Option &quot;Protocol&quot; &quot;auto&quot;<br>
Option &quot;Device&quot; &quot;/dev/psaux&quot;<br>Option &quot;Emulate3Buttons&quot; &quot;no&quot;<br>Option &quot;ZAxisMapping&quot; &quot;4 5&quot;<br></div><div class="Ih2E3d">EndSection<br><br>Section &quot;InputDevice&quot;<br>
<br># generated from default<br>
Identifier &quot;Keyboard0&quot;<br>Driver &quot;kbd&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>Identifier &quot;Monitor0&quot;<br></div>Vendorname &quot;Samsung&quot;<br>Modelname &quot;LN-T4665F&quot;<div class="Ih2E3d">
<br>Horizsync 30.0-70.0<br></div>
Vertrefresh 59.0-71.0<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<div class="Ih2E3d">
<br>
Gamma 1.0<br>EndSection<br><br>Section &quot;Device&quot;<br>Identifier &quot;Device0&quot;<br>Driver &quot;nvidia&quot;<br>VendorName &quot;NVIDIA Corporation&quot;<br>#This should point to the FIXED edid file as described on that webpage after fixing the edid file should<br>

#be 128 bytes. Fix filename and path below accordingly.<br></div>Option &quot;CustomEDID&quot; &quot;DFP-0:/etc/X11/edid_mod.bin&quot;<div class="Ih2E3d"><br>Option &quot;ModeValidation&quot; &quot;AllowNon60HzDFPModes, NoVESAModes, NoXServerModes<br>
</div><div class="Ih2E3d">
Option &quot;ExactModeTimingsDVI&quot; &quot;true&quot;<br>Option &quot;DPI&quot; &quot;100x100&quot;<br>EndSection<br><br>Section &quot;Screen&quot;<br>Identifier &quot;Screen0&quot;<br>Device &quot;Device0&quot;<br>Monitor &quot;Monitor0&quot;<br>

Defaultdepth 24<br></div>Option &quot;UdeEDID&quot; &quot;False&quot;<div class="Ih2E3d"><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></div><div class="Ih2E3d">
Option &quot;ConnectedMonitor&quot; &quot;DFP&quot;<br>
SubSection &quot;Display&quot;<br>Depth 24<br></div>Modes &quot;1920x1080&quot; &quot;1280x720&quot; &quot;720x480&quot;<br>EndSubSection<br>EndSection <br></i><br>A
reboot loaded the new xorg.conf and the resolution was set correctly. I
would suggest taking a look in xorg.log for any issues that might arise
also that you turn off any &quot;Visual Effects&quot;
System&gt;Preferences&gt;Appearance, this was important for me, YMMV.<br>
<br>I hope I didn&#39;t miss anything...<br><br>Many thanks to Calvin for hanging in there with me, much appreciated.<br><br>AJM,<br><br><br></div>