aptalca e5bcb2d049 Merge pull request #973 from solidsnake1298/jellyfin-opencl-intel
Adding documentation regarding legacy CPU deprecation in Intel's compute runtime
2024-11-03 11:02:12 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2024-03-30 21:51:40 -04:00
2019-05-30 20:35:20 +01:00
2024-11-03 10:38:19 -05:00

Opencl-Intel - Docker mod for Jellyfin

This mod adds opencl-intel to jellyfin, to be installed/updated during container start.

In jellyfin docker arguments, set an environment variable DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel|linuxserver/mods:jellyfin-mod2

If your system is equipped with an older CPU, you will need to pin the Opencl-Intel mod to a specific version. Intel has deprecated support for "legacy" CPUs with pre-Tigerlake GPUs. This includes desktop CPUs prior to Rocketlake, laptop CPUs prior to Tigerlake, and low power CPUs prior to Alderlake-N. If you are unsure which CPU family you have, if your iGPU model number is in the 500 and 600 range, you have a "legacy" Intel CPU.

For legacy CPUs, you must pin the Opencl-Intel mod to version 24.35.30872.22. Versions newer than this will cause tone mapping in Jellyfin to fail due to the openCL runtime not supporting your legacy CPU. Appending the environment variable with the version number will install that specific version. DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel-24.35.30872.22

S
Description
Documentation and Examples of base container modifications
Readme GPL-3.0 5.1 MiB
Languages
Text 100%