[mythtv-users] SVN r20600 VDPAU Crash

Mitch Gore mitchell.gore at gmail.com
Mon Jun 1 02:42:03 UTC 2009


> Sorry Axel!  mistyped ur name.
>
> ne way...
>
> 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.
>
> Thanks,
> --
> Mitchell
>

Ok, so here is the latest where I am stoping for tonight.

Upgraded Xorg to: 1.1.1-48.52.el5

At this point i was still running the prerelease version of nvidia drivers.
I tested mplayer, same issue.

I removed the prerelease version and install the stable 180.51.  Mplayer
continued to crash but Xorg did hang at 100%.

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:

libvo/vo_vdpau.c:992

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:
[root at mythfe ~]# vim /etc/X11/xorg.conf


Section "Files"
        ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
        ModulePath   "/usr/lib/xorg/modules/extensions"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "Module"
        Load  "freetype"
        Load  "type1"
        Load  "vbe"
        Load  "glx"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "record"
        Load  "v4l"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us+inet"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        Option      "NoLogo" "true"
        Option      "UseEvents" "True"
        Option "TripleBuffer" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        Option      "AddARGBGLXVisuals" "True"
        Option "metamodes" "CRT: nvidia-auto-select +0+0"
EndSection

Section "Extensions"
        Option          "Composite"     "Disable"
EndSection

Thanks,
-- 
Mitchell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090531/ce3e99f1/attachment-0001.htm>


More information about the mythtv-users mailing list