We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cat /proc/cpuinfo | grep "model name" | uniq
lspci -nn | grep -E 'VGA|isplay
CPU : model name : Intel(R) Core(TM) i7-4785T CPU @ 2.20GHz GPU: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller LINUX: Debian GNU/Linux 11 (bullseye) x86_64
vainfo cann`t use iHD_drv_video!
in debug use media driver, i got error; Failed to get the device info for Device
[LIBVA]:CRITICAL - DdiMedia_InitMediaContext:1868: Fatal error - unsuccesfull Sku/Wa/GtSystemInfo initialization libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed libva info: va_openDriver() returns 1 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_8 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.14 (libva 2.10.0) vainfo: Driver version: Intel i965 driver for Intel(R) Haswell Desktop - 2.4.1`
What's libva/libva-utils/gmmlib/media-driver version? I use the latest git repository to compile; maybe release 21.3.5 ?
Could you confirm whether GPU hardware exist or not by ls /dev/dri? I got this ~ ツ ls /dev/dri by-path card0 renderD128
ls /dev/dri
~ ツ ls /dev/dri by-path card0 renderD128
Could you provide vainfo log if possible by vainfo >vainfo.log 2>&1?
vainfo >vainfo.log 2>&1
vainfo.log
export LIBVA_TRACE=/tmp/libva_trace.log
sorry! Ican`t understand this...
dmesg >dmesg.log 2>&1
dmesg.log
The text was updated successfully, but these errors were encountered:
sorry about it, but media-driver start the support from BDW, your platform is HSW which is not in please refer https://github.com/intel/media-driver#supported-platforms please use i965 driver https://github.com/intel/intel-vaapi-driver , thanks
Sorry, something went wrong.
😭😭😭i got it. thanks you reply for this ques.
No branches or pull requests
System information
cat /proc/cpuinfo | grep "model name" | uniq):lspci -nn | grep -E 'VGA|isplay):CPU : model name : Intel(R) Core(TM) i7-4785T CPU @ 2.20GHz
GPU: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
LINUX: Debian GNU/Linux 11 (bullseye) x86_64
Issue behavior
Describe the current behavior
vainfo cann`t use iHD_drv_video!
in debug use media driver, i got error;
Failed to get the device info for Device
[LIBVA]:CRITICAL - DdiMedia_InitMediaContext:1868: Fatal error - unsuccesfull Sku/Wa/GtSystemInfo initialization
libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
libva info: va_openDriver() returns 1
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_8
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.14 (libva 2.10.0)
vainfo: Driver version: Intel i965 driver for Intel(R) Haswell Desktop - 2.4.1`
Describe the expected behavior
Debug information
What's libva/libva-utils/gmmlib/media-driver version?
I use the latest git repository to compile; maybe release 21.3.5 ?
Could you confirm whether GPU hardware exist or not by
ls /dev/dri?I got this
~ ツ ls /dev/dri by-path card0 renderD128Could you provide vainfo log if possible by
vainfo >vainfo.log 2>&1?vainfo.log
export LIBVA_TRACE=/tmp/libva_trace.logfirst then execute the case.sorry! Ican`t understand this...
dmesg >dmesg.log 2>&1?dmesg.log
no,I don't have this level!
The text was updated successfully, but these errors were encountered: