Don't understand error message

Please post all general support questions for LXDE here.
Locked
jacatone
Posts: 14
Joined: Thu Jun 03, 2010 2:23 am

Don't understand error message

Post by jacatone »

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.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: Don't understand error message

Post by LXNevermind »

You know what google is?

First answer:
http://vsingleton.blogspot.com/2010/02/ ... ckend.html
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Don't understand error message

Post by amjjawad »

LXNevermind wrote:You know what google is?
You could have posted:

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
jacatone
Posts: 14
Joined: Thu Jun 03, 2010 2:23 am

Re: Don't understand error message

Post by jacatone »

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.
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: Don't understand error message

Post by amjjawad »

jacatone 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.
http://code.google.com/p/gnome-mplayer

Is this the player you are talking about??
Attachments
2011-09-18-043941_1280x1024_scrot.png
2011-09-18-043941_1280x1024_scrot.png (72.72 KiB) Viewed 5057 times
Feel Free to contact me: http://amjjawad.net
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: Don't understand error message

Post by LXNevermind »

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
Locked