&gt;&gt; On a side note, do people often encounter A/V sync issues doing this?<br>
&gt;&gt; Presumably because the TV is now doing the scaling I get a constant<br>
&gt;&gt; lag of about 40ms of video behind audio.<br><br>This doesn&#39;t seem to be a workable solution for me because the audio lag is inconsistent but hopefully I&#39;m missing something?<br><br>If I stay with 60hz content it plays fine with no audio sync issues but sometimes when switching to 24hz it drops to 0 Hz (blank screen) instead.<br>

<br>2010-07-02 08:59:15.618 Desktop video mode: 1920x1080 60.0565 Hz<br>2010-07-02 08:59:15.624 Trying 1920x1080 0 Hz<br>2010-07-02 08:59:15.625 SwitchToGUI: Switched to 1920x1080 0 Hz<br><br>In addition the content I have under mythtv videos all seems to have bad audio lag (both 24Hz and 60Hz) while the recordings from my tv tuners work fine (both SD and HD).  I used my laptop as another FE and confirmed that all my &quot;videos&quot; content plays fine on another FE with no audio lag.<br>
<br>I&#39;m running an updated 0.23+fixes from JYA on ubuntu 9.10 and I have the following in my xorg.config:<br>Section &quot;Monitor&quot;<br>    Identifier     &quot;Monitor2&quot;<br>    VendorName     &quot;Samsung&quot;<br>
    ModelName      &quot;UN46C6300SF&quot;<br>    Option         &quot;DPMS&quot;<br>   # 1920x1080p @ 50Hz (EIA/CEA-861B)<br>   #ModeLine &quot;1920x1080@50&quot; 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync<br>
   # 1920x1080p @ 60Hz (EIA/CEA-861B)<br>   ModeLine &quot;1920x1080@60&quot; 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync<br>   # 1920x1080p @ 24Hz (EIA/CEA-861B)<br>   ModeLine &quot;1920x1080@24&quot; 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync<br>
   # 1920x1080p @ 23.976Hz (EIA/CEA-861B)<br>   ModeLine &quot;1920x1080@23.976&quot; 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync<br>   # 1920x1080i @ 50Hz (EIA/CEA-861B)<br>   #Modeline &quot;1920x1080@50i&quot; 74.250 1920 2448 2492 2640 1080 1085 1095 1125 +hsync +vsync Interlace<br>
   # 1920x1080i @ 60Hz (EIA/CEA-861B)<br>   Modeline &quot;1920x1080@60i&quot; 74.250 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync interlace<br>   # 1920x1080p @ 59.94Hz (EIA/CEA-861B)<br>   ModeLine &quot;1920x1080@59.94&quot; 148.350 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync<br>
   # 1920x1080i @ 59.94Hz (EIA/CEA-861B)<br>   #Modeline &quot;1920x1080@59.94i&quot; 74.175 1920 2008 2052 2200 1080 1085 1095 1125 +hsync +vsync Interlace<br>   # 1920x1080p @ 25Hz (EIA/CEA-861B)<br>   #ModeLine &quot;1920x1080@25&quot; 74.250 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync<br>
   # 1920x1080p @ 29.97Hz (EIA/CEA-861B)<br>   #ModeLine &quot;1920x1080@29.97&quot; 74.175 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync<br>   # 1920x1080p @ 30Hz (EIA/CEA-861B)<br>   #ModeLine &quot;1920x1080@30&quot; 74.250 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync<br>
                HorizSync       20.0 - 150.0<br>                VertRefresh     23.0 - 90.0<br>                Option          &quot;ExactModeTimingsDVI&quot; &quot;True&quot;<br>                Option          &quot;UseEDIDFreqs&quot; &quot;False&quot;<br>
EndSection<br><br>Section &quot;Device&quot;<br><br>#   BoardName      &quot;GeForce GT220&quot;<br>    Identifier     &quot;Device0&quot;<br>    Driver         &quot;nvidia&quot;<br>#               Option         &quot;TripleBuffer&quot; &quot;True&quot;<br>
                Option                           &quot;UseEvents&quot; &quot;True&quot;<br>                Option                  &quot;ModeValidation&quot;      &quot;NoVesaModes, NoXServerModes&quot;<br>                Option                                  &quot;HWCursor&quot; &quot;false&quot;<br>
    VendorName     &quot;NVIDIA Corporation&quot;<br>EndSection<br>Section &quot;Screen&quot;<br>    Identifier     &quot;Screen0&quot;<br>    Device         &quot;Device0&quot;<br>    Monitor        &quot;Monitor2&quot;<br>
    DefaultDepth   24<br>                Option           &quot;FlatPanelProperties&quot; &quot;Scaling = Native&quot;<br>                Option           &quot;TwinView&quot; &quot;0&quot;<br>    Option         &quot;NoLogo&quot; &quot;true&quot;<br>
#    Option         &quot;RenderAccel&quot; &quot;true&quot;<br>    SubSection     &quot;Display&quot;<br>        Depth       24<br>                                Modes &quot;1920x1080@60&quot; &quot;1920x1080@24&quot;<br>
                                Modes &quot;1920x1080@60i&quot; &quot;1920x1080@59.94&quot; &quot;1920x1080@23.976&quot;<br>    EndSubSection<br>EndSection<br>Section &quot;Extensions&quot;<br>    Option         &quot;Composite&quot; &quot;Disable&quot;<br>
EndSection<br><br>Any suggestions before I go back to keeping it running at 60Hz?<br><br>thanks<br>Matt<br>