2024-02-02, 01:18 AM
(This post was last modified: 2024-04-27, 02:09 PM by Fate. Edited 5 times in total.)
I also use proxmox with a privileged lxc container with jellyfin. My container is arch though.
I needed these packaged for VA-API:
pacman -Sy libva-utils
pacman -Sy intel-media-driver
pacman -Sy intel-gpu-tools
In addition I needed those for Quicksync:
pacman -Sy intel-media-sdk
pacman -Sy onevpl-intel-gpu
Check guc status via:
cat /sys/kernel/debug/dri/0/i915_gpu_info
Also i would recommend to add "non-free-firmware" to apt/sources
and get the "intel-microcode" package. (maybe optional)
Also I had some issue that I have not fully solved regarding ffmpeg exiting when the option "Intel Low-Power-Hardwareencoding for HEVC enabled" is checked.
So may try to uncheck that.
I needed these packaged for VA-API:
pacman -Sy libva-utils
pacman -Sy intel-media-driver
pacman -Sy intel-gpu-tools
In addition I needed those for Quicksync:
pacman -Sy intel-media-sdk
pacman -Sy onevpl-intel-gpu
Check guc status via:
cat /sys/kernel/debug/dri/0/i915_gpu_info
Also i would recommend to add "non-free-firmware" to apt/sources
and get the "intel-microcode" package. (maybe optional)
Also I had some issue that I have not fully solved regarding ffmpeg exiting when the option "Intel Low-Power-Hardwareencoding for HEVC enabled" is checked.
So may try to uncheck that.