Little help with VAAPI

Pascal Jacquemart pascal at fluffyspider.com
Thu Oct 17 01:09:45 UTC 2019


Ok, for sure you need the intel driver.

But I am not so sure if vaapi can work while still using the
default kms driver. You can try to enable intel driver like this:

cat /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"

Confirm before and after the change by checking
/var/log/Xorg.0.log


On Wed, 16 Oct 2019 20:44:41 -0400
Jerry Geis <jerry.geis at gmail.com> wrote:

> Sorry - wrong file I looked at. No I dont have that file.
> 
>  ls -l /usr/lib64/dri//i965*
> -rwxr-xr-x 2 root root 10641848 Aug 16
> 12:00 /usr/lib64/dri//i965_dri.so
> 
> 
>  yum provides "*/i965_drv_video.*"
> Loaded plugins: fastestmirror, langpacks
> Loading mirror speeds from cached hostfile
>  * base: ftp.ussg.iu.edu
>  * elrepo: ord.mirror.rackspace.com
>  * epel: fedora.mirrors.pair.com
>  * extras: ftp.ussg.iu.edu
>  * updates: ftp.ussg.iu.edu
> No matches found
> 
> 
> Jerry



More information about the gstreamer-devel mailing list