After some digging, I found that to enable Intel iGPU hardware encoding on Unraid with the F8 SSD Plus, an additional configuration step is required.
1. Open terminal in Unraid :2. Reboot your Unraid system.
3. Ensure that the /dev/dri device mapping is correctly passed to your docker containers (e.g., Plex, Unmanic) and that you have Intel-GPU-TOP installed.
Before applying these changes, Plex hardware transcoding was visible in Plex, and Quick Sync video encoding "worked" in Unmanic, but were only using the CPU (verified via intel_gpu_top). After applying the fix, the iGPU rendering nodes are fully utilized.
source : https://forums.unraid.net/topic/131548- ... -easy-way/
1. Open terminal in Unraid :
Code:
mkdir -p /boot/config/modprobe.decho "options i915 enable_fbc=1 enable_guc=3" > /boot/config/modprobe.d/i915.conf
3. Ensure that the /dev/dri device mapping is correctly passed to your docker containers (e.g., Plex, Unmanic) and that you have Intel-GPU-TOP installed.
Before applying these changes, Plex hardware transcoding was visible in Plex, and Quick Sync video encoding "worked" in Unmanic, but were only using the CPU (verified via intel_gpu_top). After applying the fix, the iGPU rendering nodes are fully utilized.
source : https://forums.unraid.net/topic/131548- ... -easy-way/
Statistics: Posted by paltry031 — 15 minutes ago