Wie bekomme ich VAAPI auf der Onboad Grafik vom Intel Core 3 N355 unter Ubuntu 24.04 zum Laufen ?
Ich habe beide Treiber versucht (intel-media-va-driver und intel-media-va-driver-non-free) aber beide funktionieren nicht:
Code
Server2:~$ vainfo
libva info: VA-API version 1.20.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_20
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_20
libva error: /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so init failed
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
Display More
Jemand eine Idee ?