%general-entities; ]> $LastChangedBy$ $Date$ libvdpau-va-gl-&libvdpau-va-gl-version; libvdpau-va-gl Introduction to libvdpau-va-gl The libvdpau-va-gl package contains the VDPAU driver for hardware that supports VAAPI. &lfs76_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libvdpau-va-gl-md5sum; Download size: &libvdpau-va-gl-size; Estimated disk space required: &libvdpau-va-gl-buildsize; Estimated build time: &libvdpau-va-gl-time; The tarball name for libvdpau-va-gl does not include the package name, although it does expand to libvdpau-va-gl-&libvdpau-va-gl-version;. The file should be renamed after downloading: mv v&libvdpau-va-gl-version;.tar.gz libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz libvdpau-va-gl Dependencies Required , , , , and User Notes: Installation of libvdpau-va-gl Install libvdpau-va-gl by running the following commands: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && make To test the results, issue: make check from an X terminal. Now, as the root user: make install Command Explanations -DCMAKE_BUILD_TYPE=Release: This switch is used to apply higher level of the compiler optimizations. Using libvdpau-va-gl To use this driver with VDPAU apps, you need to set the VDPAU_DRIVER environment variable to va_gl. You can permanently set the environment variable by expanding the system wide configuration. Run the following command as the root user: cat > /etc/profile.d/libvdpau-va-gl.sh << "EOF" # Begin /etc/profile.d/libvdpau-va-gl.sh export VDPAU_DRIVER=va_gl # End /etc/profile.d/libvdpau-va-gl.sh EOF Contents Installed VDPAU Driver libvdpau_va_gl.so Short Descriptions libvdpau_va_gl.so is a VDPAU driver for hardware that supports VAAPI. libvdpau_va_gl.so