Since
"11.05.21: - Added Intel iHD driver support"
the driver of Intel Geminilake (Gen9) ( i915) stops working.
To get it working, we need to remove that driver from docker.
For Example:
mv /usr/lib/dri/iHD_drv_video.so /usr/lib/dri/iHD_drv_video.so.disabled
I saw the issue in Emby users forum:
As of Emby 4.6.* which includes an iHD driver with fixes for Gemini Lake it's no longer necessary to disable iHD.
Maybe it helps to find the issue.
Since
"11.05.21: - Added Intel iHD driver support"
the driver of Intel Geminilake (Gen9) ( i915) stops working.
To get it working, we need to remove that driver from docker.
For Example:
mv /usr/lib/dri/iHD_drv_video.so /usr/lib/dri/iHD_drv_video.so.disabled
I saw the issue in Emby users forum:
As of Emby 4.6.* which includes an iHD driver with fixes for Gemini Lake it's no longer necessary to disable iHD.
Maybe it helps to find the issue.