The libva drivers page contains the instructions for building the drivers that are necessary in order for libva to take the advantage of the hardware that it is running on.
The libva Intel driver package contains the libva driver for Intel integrated video cards including 8xx, 9xx, Gxx, Qxx, and HD graphics processors (SandyBridge, IvyBridge, Haswell and Broadwell).
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-1.3.2.tar.bz2
Download MD5 sum: 3f4f08f1d42ee451b2fb9c239ee0b8d7
Download size: 936 KB
Estimated disk space required: 29 MB
Estimated build time: 0.2 SBU
Wayland-1.5.0 (libva-1.3.1 must be built with Wayland support)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libva-intel-driver
Install libva Intel driver by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
The libva VDPAU driver package contains the libva driver for hardware that supports VDPAU.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://www.freedesktop.org/software/vaapi/releases/libva-vdpau-driver/libva-vdpau-driver-0.7.4.tar.bz2
Download MD5 sum: 5ec6d452d2dd307434ea3d32da49c3e5
Download size: 312 KB
Estimated disk space required: 4.9 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libva-vdpau-driver
Install libva VDPAU driver by running the following commands:
patch -Np1 -i ../libva-vdpau-driver-0.7.4-build_fixes-1.patch && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2014-07-23 06:52:14 -0700