Gnome Mplayer failed to open VDPAU backend libvdpau_nvidia.so

Posted by Tim on Ask Ubuntu See other posts from Ask Ubuntu or by Tim
Published on 2011-03-13T01:53:59Z Indexed on 2011/03/13 8:17 UTC
Read the original article Hit count: 351

Filed under:
|

When I open an avi file under Gnome Mplayer, there is an error report:

Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory

I then followed this blog to solve this problem, which suggests two ways.

The first way is to call mplayer in terminal:

mplayer -vo xv video.wmv

This works for me.

But I would like to try the second way, which is to write options in one of the configure files of Gnome Mplayer. I choose to write into ~/.mplayer/config, where I wrote:

-vo xv

But it does not work. So I was wondering if I make any mistake? What to write into the configure file?

Thanks and regards!

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about mplayer

  • Physics like asteroides

    as seen on Game Development - Search for 'Game Development'
    I try to make a ship that has the physic properties like asteroides. I have this for now(All in Java): Ship.class public class Ship { public static final float sMaxHealth = 0.1F; public static final float sMaxMoveVelocity = 5.0F; public static final float sMaxAngleVelocity… >>> More

  • mplayer audio desync

    as seen on Super User - Search for 'Super User'
    I have and avi file and an ac3 file that contains an alternate audio stream. I run mplayer like: mplayer -audiofile foo.ac3 bar.avi mplayer takes the audio stream from the ac3 file as expected, but when I try to scroll the video using arrows or pgup/pgdown keys, the audio gets desynced: mplayer… >>> More

  • Mplayer no sound when playing some movies

    as seen on Super User - Search for 'Super User'
    Ok, that's a bit of a strange problem, that somehow crept into my system. It used to work fine. Here is the problem as far as I can identify it. When I try to play certain video files with mplayer, there is no sound. As far as I can tell, it is only an issue with ac3 and dts sound tracks (using the… >>> More

  • Problems with freetype on OSX 10.7.4

    as seen on Super User - Search for 'Super User'
    I'm trying to install mplayer with OSD using homebrew. I've added both --enable-menu and --with-freetype-config=/usr/local/Cellar/freetype/2.4.10/freetype-config to the brew recipe. ==> Downloading http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz Already downloaded: /Library/Caches/Homebrew/mplayer-1… >>> More

  • Conquer Video on Linux with MPlayer

    as seen on Internet.com - Search for 'Internet.com'
    <b>Linux.com:</b> "MPlayer is not your run-of-the mill video player. It's a multi-platform codec-chewing monster truck of a video player for the connoisseur of video players. It has options galore and has the flexibility to play almost anything under the sun." >>> More