Page 1 of 1

vainfo error

Posted: 22 Mar 2024, 20:37
by Lex
I try run vainfo for list supported profiles.
But i see error

Code: Select all

vainfo 
libva info: VA-API version 0.38.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/va/i965_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
if I sit iHD driver

Code: Select all

LIBVA_DRIVER_NAME=iHD vainfo
libva info: VA-API version 0.38.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /usr/lib/va/iHD_drv_video.so
libva error: /usr/lib/va/iHD_drv_video.so has no function __vaDriverInit_0_32
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

Code: Select all

ls -l /usr/lib/va/
total 222340
-rwxr-xr-x 1 super super 227668088 Jul 31  2023 iHD_drv_video.so
drwxr-xr-x 2 super super      4096 Jul 31  2023 trash
model F4-423
TOS 6.0.202

Re: vainfo error

Posted: 22 Mar 2024, 21:37
by TMgevin
Lex wrote: 22 Mar 2024, 20:37
We will first feedback this to our engineers and will get back to you as soon as possible.