By the way, all you other linux gurus may already know this, but I just figured this out and impressed the hell out of myself
How to tell Ubuntu to launch mplayer with VDPAU when you double-click a video file.
1) right-click on the video file, select 'Open with Other Application' from the contextual menu
2) click on "Use a custom command" at the bottom
3) browse to where ever you installed mplayer and select it
4) the path to mplayer should now be in the field under "Use a custom command"
5) paste the following after the mplayer path, outside the quotes:
Code:
-vo vdpau -vc ffh264vdpau
For example, mine looks like this:
Code:
'/home/jay/Software/mplayer-vdpau-3219724/mplayer-vdpau/mplayer' -vo vdpau -vc ffh264vdpau
This makes life infinitely easier on my wife.