Index: doc/README_xxmc.html =================================================================== --- doc/README_xxmc.html.orig +++ doc/README_xxmc.html @@ -70,7 +70,7 @@ installing Make sure you have the XvMC wrapper installed. The wrapper will try to figure out at run-time what xvmc-hardware specific driver to load. If it fails it will open the file /etc/X11/XvMCConfig -or /usr/X11R6/lib/X11/XvMCConfig +or /usr/lib/X11/XvMCConfig and try to load the hardware-specific library mentioned in that file. If you downloaded the XvMC wrapper from the unichrome site, the default XvMCConfig will make the XvMC wrapper try to load the Nvidia XvMC Index: doc/faq/faq.sgml =================================================================== --- doc/faq/faq.sgml.orig +++ doc/faq/faq.sgml @@ -455,12 +455,12 @@ If you want to have Xv support compiled in, make sure you either have a shared Xv library on your system, e.g. - ls /usr/X11R6/lib/libXv* + ls /usr/lib/libXv* should give you some .so libs, like this: -   /usr/X11R6/lib/libXv.a -   /usr/X11R6/lib/libXv.so -   /usr/X11R6/lib/libXv.so.1 +   /usr/lib/libXv.a +   /usr/lib/libXv.so +   /usr/lib/libXv.so.1 Alternatively you need to have libtool 1.4 or newer installed, then