<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well, that looks pretty good, so you probably should be able to do<br>software decoded HDTV playback, but I don&#39;t know what might be causing
<br>the issue for you.<br><br>Make sure you check out your video driver config (i.e. UseEvents if<br>using NVIDIA, etc.).&nbsp;&nbsp;Other than that, I&#39;ll have to step back and let<br>someone else<br><br><a href="http://www.mythtv.org/wiki/index.php/Configuring_HDTV">
http://www.mythtv.org/wiki/index.php/Configuring_HDTV</a><br><a href="http://www.mythtv.org/wiki/index.php/NVidiaProprietaryDriver">http://www.mythtv.org/wiki/index.php/NVidiaProprietaryDriver</a><br><br>Mike<br></blockquote>
</div><br><br>Here is a copy of my Xorg.conf<br><br>[myth@mythtv mythtv]$ cat /etc/X11/xorg.conf<br># Xorg configuration created by system-config-display<br><br>Section &quot;Files&quot;<br><br># Multiple FontPath entries are allowed (they are concatenated together)
<br># By default, a font server independent of the X server is<br># used to render fonts.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib/xorg/modules/extensions/nvidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib/xorg/modules/extensions&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ModulePath&nbsp;&nbsp; &quot;/usr/lib/xorg/modules&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FontPath&nbsp;&nbsp;&nbsp;&nbsp; &quot;unix/:7100&quot;<br>EndSection<br>Section &quot;ServerLayout&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp;&nbsp;&nbsp;&nbsp; &quot;single head configuration&quot;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp; &quot;Screen0&quot; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InputDevice&nbsp;&nbsp;&nbsp; &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>EndSection<br><br>Section &quot;Module&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;dbe&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;extmod&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;fbdevhw&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;glx&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;record&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;freetype&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;type1&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Load&nbsp; &quot;v4l&quot;<br>EndSection
<br><br>Section &quot;InputDevice&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Keyboard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;kbd&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbModel&quot; &quot;pc105&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;XkbLayout&quot; &quot;us&quot;
<br>EndSection<br><br>Section &quot;Device&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;nvidia&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option &quot;UseEvents&quot; &quot;true&quot; <br>EndSection<br><br>Section &quot;Screen&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Identifier &quot;Screen0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Device&nbsp;&nbsp;&nbsp;&nbsp; &quot;Videocard0&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SubSection &quot;Display&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Viewport&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Depth&nbsp;&nbsp;&nbsp;&nbsp; 24
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Modes&nbsp;&nbsp;&nbsp; &quot;1920x1080&quot; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EndSubSection<br>EndSection<br><br>Section &quot;DRI&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Group&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0666<br>EndSection<br><br><br>Section &quot;Extensions&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Composite&quot; &quot;Enable&quot;<br>EndSection<br><br><br>