mesa/README.xvmc.urpmi
Eugene Shatokhin 2552421682 Updated to version 10.3.3, cleaned up a bit
Apart from the actual update to 10.3.3, the following changes were made:
* removed (broken) XvMCConfig, provided instructions how to create it;
* removed the no longer used patches and files.
2014-11-12 12:56:56 +03:00

24 lines
966 B
Text

Note that XvMC-related components are provided as is, without any warranty.
We do not offer official support for that yet.
The backends supporting XvMC for some Gallium drivers (r600 and nouveau) are
installed by default.
To actually enable that support, however, you may need to create XvMCConfig
file in /etc/X11/ directory.
You can use the following as a template of XvMCConfig file. Uncomment the
appropriate line below, according to the driver you are actually using and
the bitness of your setup.
-------------------------------- cut here ---------------------------------
# Driver for AMD Radeon r600+ video cards - 64 bit
# /usr/lib64/libXvMCr600.so.1
# Driver for AMD Radeon r600+ video cards - 32 bit
# /usr/lib/libXvMCr600.so.1
# Driver for NVidia (nouveau) - 64 bit
# /usr/lib64/libXvMCnouveau.so.1
# Driver for NVidia (nouveau) - 32 bit
# /usr/lib/libXvMCnouveau.so.1
-------------------------------- cut here ---------------------------------