- use the patch mentioned on the first page, where line 704 was altered. Compile it.
- Go into your home directory:
cd
- Now go into console mode (Ctrl+Alt+F1) and shut down KDE or Gnome
/etc/init.d/kdm or gdm stop
-
create the file
.xinitrc
and paste this into it:xterm -font 12x24 -fg white -bg black -geometry 80x25 &
- save the file and start X from command line
startx
- Now enter your mplayer test string:
mplayer -vo vdpau -vc ffh264vdpau my_h264_sample_here.mkv
This should make all your your HD content in question work with the vdpau acceleration.
Important hint:
If you should suffer from a complaining X, that doesn’t like to start, or your output has almost slide-show quality (low frame rate), then try to make use of Nvidias native xorg.conf file, which the installer offers to create on the last step of installation. (The original xorg.conf file is being backu-ped anyway). This ensures, you don’t use things like compositing or OpenGL libs.
You’ll likely will suffer from a ‘font xy not found’ or something. Open the xorg.conf
file, and simply delete the appropriate line. Save it, and try startx
again.
Attention:
Don’t try all this, if you are a novice!
Conclusion
If you suffered from crashes, green lines in the picture or freezes, you might try this new version. If you want the Error 23/25 thing or tearing solved, you can stay on version 180.22 and the previous released mplayer-vdpau patch-set.
Read ahead, if you encounter compilation bugs: