<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 "Files"<br>
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"<br> ModulePath "/usr/lib/xorg/modules/extensions"<br> ModulePath "/usr/lib/xorg/modules"<br>EndSection<br><br>
Section "Module"<br> Load "freetype"<br> Load "type1"<br> Load "vbe"<br> Load "glx"<br> Load "dbe"<br> Load "extmod"<br>
Load "fbdevhw"<br> Load "record"<br> Load "v4l"<br>EndSection<br><br>Section "InputDevice"<br> Identifier "Keyboard0"<br> Driver "kbd"<br>
Option "XkbModel" "pc105"<br> Option "XkbLayout" "us+inet"<br>EndSection<br><br>Section "Device"<br> Identifier "Videocard0"<br>
Driver "nvidia"<br> Option "NoLogo" "true"<br> Option "UseEvents" "True"<br> Option "TripleBuffer" "true"<br>
EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "Videocard0"<br> DefaultDepth 24<br> Option "AddARGBGLXVisuals" "True"<br>
Option "metamodes" "CRT: nvidia-auto-select +0+0"<br>EndSection<br><br>Section "Extensions"<br> Option "Composite" "Disable"<br>EndSection<br clear="all">
<br>Thanks,<br>-- <br>Mitchell<br>