Don't understand error message
Don't understand error message
I'm using Lubuntu 10. When I try playing a wmv video, I get the following error message: "Failed to open VDPAU backen libvdpau_nvidia.so: cannot open shared object file: No such file or directory." How do I fix this? Thanks.
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: Don't understand error message
You could have posted:LXNevermind wrote:You know what google is?
Google is your best friend

I'm glad to see active members on this forum. Please keep it up!
Thanks for your support.
Feel Free to contact me: http://amjjawad.net
Re: Don't understand error message
I did find this link on Google but it didn't seem to work. I'm using gnome-player and not mplayer. Mplayer on my machine just plays sound and no video.
Re: Don't understand error message
http://code.google.com/p/gnome-mplayerjacatone wrote:I did find this link on Google but it didn't seem to work. I'm using gnome-player and not mplayer. Mplayer on my machine just plays sound and no video.
Is this the player you are talking about??
- Attachments
-
- 2011-09-18-043941_1280x1024_scrot.png (72.72 KiB) Viewed 5059 times
Feel Free to contact me: http://amjjawad.net
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: Don't understand error message
Did you try this?
Code: Select all
Anonymous said...
The proper fix in Ubuntu Linux (up to 11.04 at least) for this problem is to do the following, as root:
----------------------------
rm /usr/lib/libvdpau.so
rm /usr/lib/libvdpau.so.1
rm /usr/lib/libvdpau.so.1.0.0
ln -s /etc/alternatives/libvdpau_nvidia.so /usr/lib/libvdpau.so
ln -s /etc/alternatives/libvdpau_nvidia.so /usr/lib/libvdpau.so.1
ln -s /etc/alternatives/libvdpau_nvidia.so /usr/lib/libvdpau.so.1.0.0
ldconfig
--------------------------
In other words point /usr/lib/libvdpau soft links to /etc/alternatives/libvdpau_nvidia.so, which in turn points to the currently installed nvidia vdpau modules.
tobreme 2011-05-09