-
Notifications
You must be signed in to change notification settings - Fork 43
Hwaccels
Alexandr edited this page Apr 13, 2017
·
22 revisions
- VAAPI
- VDPAU
- XvBA
- DXVA2
- VAAPI
- VDPAU
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]
- Add "contrib" and "non-free" components to /etc/apt/sources.list:
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
- 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
- Create an Xorg server configuration file:
aticonfig --initial
- Restart your system to enable the radeon blacklist.