mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 15:12:56 +00:00
24 lines
No EOL
842 B
Text
24 lines
No EOL
842 B
Text
# To enable the experimental XvMC support for Gallium drivers, you will have to
|
|
# tell the Mesa core where to find the needed libraries.
|
|
# Uncomment a line below, according the driver you are actually using and the
|
|
# bitness of your Mandriva setup.
|
|
|
|
# Software driver - 64 bit
|
|
# /usr/lib64/libXvMCsoftpipe.so.1.0
|
|
# Software driver - 32 bit
|
|
# /usr/lib/libXvMCsoftpipe.so.1.0
|
|
|
|
# Driver for Radeon r300-r500 video cards - 64 bit
|
|
# /usr/lib64/libXvMCr300.so.1.0
|
|
# Driver for Radeon r300-r500 video cards - 32 bit
|
|
# /usr/lib/libXvMCr300.so.1.0
|
|
|
|
# Driver for Radeon r600+ video cards - 64 bit
|
|
# /usr/lib64/libXvMCr600.so.1.0
|
|
# Driver for Radeon r600+ video cards - 32 bit
|
|
# /usr/lib/libXvMCr600.so.1.0
|
|
|
|
# Driver for Nvidia (nouveau) - 64 bit
|
|
# /usr/lib64/libXvMCnouveau.so.1.0
|
|
# Driver for Nvidia (nouveau) - 32 bit
|
|
# /usr/lib/libXvMCnouveau.so.1.0 |