<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Sorry Axel!  mistyped ur name.<br><br>ne way...<br><br>I installed your mplayer packages to test vdpau outside of myth.  after further investigation i have discovered that both programs crash and after the crash Xorg takes 100% of the CPU.  At this point i just rebooted the box.<br>

<br>Thanks,<br><font color="#888888">-- <br>Mitchell<br>
</font></blockquote></div><br>Ok, so here is the latest where I am stoping for tonight.<br><br>Upgraded Xorg to: 1.1.1-48.52.el5<br><br>At this point i was still running the prerelease version of nvidia drivers.  I tested mplayer, same issue.<br>
<br>I removed the prerelease version and install the stable 180.51.  Mplayer continued to crash but Xorg did hang at 100%.<br><br>I tested myth and it is working now on mpeg2 recordings (all i have)  The clip i was testing in mplayer was h.264.  Mplayer crashes with:<br>
<br>libvo/vo_vdpau.c:992<br><br>Only issue in Myth is the OSD is messed up.  When i click skip i get horizontal lines instead of the OSD.  Here is my xorg.conf file:<br>[root@mythfe ~]# vim /etc/X11/xorg.conf<br><br><br>Section &quot;Files&quot;<br>
        ModulePath   &quot;/usr/lib/xorg/modules/extensions/nvidia&quot;<br>        ModulePath   &quot;/usr/lib/xorg/modules/extensions&quot;<br>        ModulePath   &quot;/usr/lib/xorg/modules&quot;<br>EndSection<br><br>
Section &quot;Module&quot;<br>        Load  &quot;freetype&quot;<br>        Load  &quot;type1&quot;<br>        Load  &quot;vbe&quot;<br>        Load  &quot;glx&quot;<br>        Load  &quot;dbe&quot;<br>        Load  &quot;extmod&quot;<br>
        Load  &quot;fbdevhw&quot;<br>        Load  &quot;record&quot;<br>        Load  &quot;v4l&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>        Identifier  &quot;Keyboard0&quot;<br>        Driver      &quot;kbd&quot;<br>
        Option      &quot;XkbModel&quot; &quot;pc105&quot;<br>        Option      &quot;XkbLayout&quot; &quot;us+inet&quot;<br>EndSection<br><br>Section &quot;Device&quot;<br>        Identifier  &quot;Videocard0&quot;<br>
        Driver      &quot;nvidia&quot;<br>        Option      &quot;NoLogo&quot; &quot;true&quot;<br>        Option      &quot;UseEvents&quot; &quot;True&quot;<br>        Option &quot;TripleBuffer&quot; &quot;true&quot;<br>
EndSection<br><br>Section &quot;Screen&quot;<br>        Identifier &quot;Screen0&quot;<br>        Device     &quot;Videocard0&quot;<br>        DefaultDepth     24<br>        Option      &quot;AddARGBGLXVisuals&quot; &quot;True&quot;<br>
        Option &quot;metamodes&quot; &quot;CRT: nvidia-auto-select +0+0&quot;<br>EndSection<br><br>Section &quot;Extensions&quot;<br>        Option          &quot;Composite&quot;     &quot;Disable&quot;<br>EndSection<br clear="all">
<br>Thanks,<br>-- <br>Mitchell<br>