@@ -10,7 +10,7 @@ Here are the steps to test it out under nouveau:
2. Extract firmware from the blob using [[`extract_firmware.py`|https://github.com/imirkin/re-vp2/blob/master/extract_firmware.py]] and place it in `/lib/firmware/nouveau`.
2. Get a 3.11-rc4 or later kernel, or [[nouveau/master|http://cgit.freedesktop.org/nouveau/linux-2.6/]], compile, boot.
2.Do a fresh git install of mesa (at least with commit `8edb79f1ef9` from Aug 1, 2013). If you don't want to overwrite your system install, you'll need a libvdpau installed to the new prefix as well, otherwise the `LD_LIBRARY_PATH` won't cause the new vdpau backend driver to load, and there's no way to override the vdpau search path at runtime.
2.Make sure you have Mesa 9.2 or later. If you don't want to overwrite your system install, you'll need a libvdpau installed to the new prefix as well, otherwise the `LD_LIBRARY_PATH` won't cause the new vdpau backend driver to load, and there's no way to override the vdpau search path at runtime.
2. Run `mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau, foo.mp4`
If you're looking to use XvMC, just configure `/etc/X11/XvMCConfig` to point to the appropriate `libXvMCnouveau.so`, and you should then be able to use `mplayer -vo xvmc` with no issue.