Skip to content

Hwaccels

Alexandr edited this page Apr 13, 2017 · 22 revisions

Hw technologies:

Intel:

  • VAAPI

Nvidia:

  • VDPAU

ATI/AMD

  • XvBA

Supported OS:

Windows:

Drivers:

  • DXVA2

Linux:

Drivers:

  • VAAPI
  • VDPAU

Install drivers:

Debian 8 (Radeon R5 M255):

uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 GNU/Linux
lspci -nn | grep '\[03'
00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] (rev 0b)
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz PRO [Radeon R5 M255] [1002:6901]

  1. Add "contrib" and "non-free" components to /etc/apt/sources.list:
    deb http://httpredir.debian.org/debian/ jessie main contrib non-free
  2. Update the list of available packages. Install the appropriate linux-headers and fglrx-driver packages:
    aptitude update
    aptitude -r install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-driver
  3. Create an Xorg server configuration file:
    aticonfig --initial
  4. Restart your system to enable the radeon blacklist.

helps links:

Clone this wiki locally