This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Update OpenCL in Jellyfin LXC (for HW Transcoding) #3112
dimitrij2k
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hardware: Intel N100 Mainboard (Intel 12th Gen)
GPU Support out of the Box ✅
GPU Usage out of the Box ❌ (for example no transcoding possible, only black screen)
How do i know?
intel_gpu_top
everything stay at 0% and blackscreen when change Resolution of Video to 720p for exampleWhy? Missing newest OpenCL Driver!
How to install:
https://github.com/intel/compute-runtime/releases
Summarized:
mkdir openclupdate
cd openclupdate wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16695.4/intel-igc-core_1.0.16695.4_amd64.deb wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16695.4/intel-igc-opencl_1.0.16695.4_amd64.deb wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-level-zero-gpu-dbgsym_1.3.29377.6_amd64.ddeb wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-level-zero-gpu_1.3.29377.6_amd64.deb wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-opencl-icd-dbgsym_24.17.29377.6_amd64.ddeb wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/intel-opencl-icd_24.17.29377.6_amd64.deb wget https://github.com/intel/compute-runtime/releases/download/24.17.29377.6/libigdgmm12_22.3.19_amd64.deb
sudo dpkg -i *.deb
After that, Transcoding & HW/GPU Accerlation is working 🍀
Beta Was this translation helpful? Give feedback.
All reactions