2024-09-20, 05:38 AM
Upon further digging I enabled quick sync in my BIOS, there was a "Multi-Monitor" mode that had to be flagged on to have both my CPU and GPU graphics enabled
I did the following after enabled in BIOS:
then I modified my docker compose to include
And then set the transcoding settings to be quick sync in jellyfin and now CPU usage barely goes over 20% when streaming in browser with a HVEC 10bit video so I think I'm good to go unless you have any other pointers based on seeing those logs
I did the following after enabled in BIOS:
- but the integrated gpu didn't show upCode:
lspci | grep VGA
- So then I did and was able to see the intel display graphics in thereCode:
sudo lspci -v
- Then I to see the render nodesCode:
ls -l /dev/dri
- Then I did andCode:
cat /sys/class/drm/renderD128/device/uevent
to determine which one was the intel gpuCode:cat /sys/class/drm/renderD129/device/uevent
then I modified my docker compose to include
Code:
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
And then set the transcoding settings to be quick sync in jellyfin and now CPU usage barely goes over 20% when streaming in browser with a HVEC 10bit video so I think I'm good to go unless you have any other pointers based on seeing those logs