Using GNOME Mplayer everytime I play a video, I get the annoying dialog pop-out in the screenshot below.

|
|
|
You can suppress all dialogues like this in mplayer variants by editing
You probably don't want the
|
|||||
|
|
I'm using the proprietary NVIDIA driver and I fixed this by creating a symlink to the VDPAU lib:
This has the benefit of actually enabling VDPAU rather than falling back to XV or X11. Of course you need a video card that supports VDPAU acceleration. |
|||
|
|
|
Here is the solution to your problem: Just try specifying a video output driver on the command line when you launch mplayer like this: mplayer -vo xv video.wmv You can get a list of "Available video output drivers" with the command "mplayer -vo help". The problem is that the selected (or default) video output driver was vdpau, and no one working on the mplayer packages and software cares enough about having the software package work with your configuration of hardware and software. But do not worry, you are now blessed with this answer, and the video output driver can be specified on the command line (e.g. -vo xv). The order of configuration options that mplayer will scrawl before it finally decides to (only) try the (missing) vdpau driver is not so obvious, but I think it roughly goes like this,
Hope this helps. |
|||
|
However, a little setting can sort out the problem as follows;
Your problem should have been resolved. |
|||
|
|
Right click the Application icon and select "Edit Menus" select the menu item for mplayer and edit the "Properties" "Command:". |
|||
|
|
Note: Everything before update was included because it may be useful for someone else, and was posted written either before testing or when I was lacking info on the situation. If you are using an nVidia card, install the proprietary drivers.
UPDATE Don't laugh, (okay, laugh at me, go ahead ;) - but I just opened Gnome-MPlayer for myself and in preferences, you can choose your video output module! All you need to do now is to choose one that works for you (vaapi should work on your graphics card). Under the
The Wikipedia page for vaapi should help you to understand most of the video acceleration methods in detail (if you follow the links recommended in the article). |
|||||||||||
|
|
As exo_cw said above, install
|
||||
|
|
|
Something expects a VDPAU backend although there's isn't one - perhaps you need to reconfigure gnome-mplayer's video output? Also try |
|||
|
|