Crash with VDPAU
#1
Hello, I just installed a Ubuntu Karmic fresh installation on a Nvidia ION with Intel Atom 330 plataform. I have problem to watch HD films with VDPAU.

I installed this way the Ubuntu Karmic:

1. Add thoose lines to /etc/apt/sources.list:

Code:
deb http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/team-xbmc/karmic-ppa/ubuntu karmic main

deb http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/nvidia-vdpau/ppa/ubuntu karmic main

2. Install VDPAU support and restart the HTPC:

Code:
sudo apt-get install nvidia-glx-195

3. Install XBMC:

Code:
sudo apt-get install xbmc

I configured the render method to VDPAU, and when I start to watch a HD (1080p) film, it crash. This is the crashlog: http://pastebin.com/f59a71623

Can you help with this?

I install/configure well the machine?

Thanks for all and best regards.
Reply
#2
u must install also the libvdpau1 pkg to get vdpau support
Reply
#3
Thank you very much!!! It works! I installed the "libvdpau1" package and now I can watch the 1080p films with Dolby.

I have other problem with MP3 audio, bit this will and other post.

When I start XBMC from a command-line I have this output:

Code:
$ xbmc
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect
CRITSEC[0x8acdc7c]: Trying to enter destroyed section.
CRITSEC[0x8acdc7c]: Trying to leave destroyed section.
CRITSEC[0x8acdc7c]: Trying to enter destroyed section.
CRITSEC[0x8acdc7c]: Trying to leave destroyed section.
CRITSEC[0x8ad4bc4]: Trying to enter destroyed section.
CRITSEC[0x8ad4bc4]: Trying to leave destroyed section.

Is this normal? How can I solve thoose warnings?

Thanks for all.
Reply
#4
ignore them. no harm
Reply
#5
Ok, thank you again.

Regards.
Reply

Logout Mark Read Team Forum Stats Members Help
Crash with VDPAU0