libva drivers

Introduction to libva drivers

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.

libva Intel driver-1.3.2

Introduction to libva Intel driver

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.

Package Information

libva Intel driver Dependencies

Required

libva-1.3.1

Optional

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

Installation of 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

Contents

Installed libva driver: i965_drv_video.so

Short Descriptions

i965_drv_video.so

is a libva driver for Intel integrated graphics chipsets.

libva VDPAU driver-0.7.4

Introduction to libva VDPAU driver

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.

Package Information

Additional Downloads

libva VDPAU driver Dependencies

Required

libva-1.3.1 and libvdpau-0.8

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libva-vdpau-driver

Installation of 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

Contents

Installed libva drivers: nvidia_drv_video.so, s3g_drv_video.so and vdpau_drv_video.so

Short Descriptions

vdpau_drv_video.so

is a libva driver for hardware that supports VDPAU.

Last updated on 2014-07-23 06:52:14 -0700