blob: 43d0644865fc2ddd465f8394347f493bca0eab54 (
plain)
1
2
3
4
5
6
|
post_install() {
printf '%s\n' 'In order to use the the Intel Media Driver for VAAPI you need to set the'
printf '%s\n' "'LIBVA_DRIVER_NAME' environment variable to 'iHD'. You can do this, for"
printf '%s\n' "example, by uncommenting the proper lines in '/etc/profile.d/intel-media.sh'"
printf '%s\n' '(relogin after).'
}
|