I just saw this in another thread:
Yes! That worked!
So, to summarize, these commands need to be run on TrueNAS host to enable “intel_gpu_top” running within a debian container to access GPU performance measures:
identify the device
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-UP3 GT2 [Iris Xe Graphics] (rev 0c)
allow any user to access performance measures
sysctl kernel.perf_event_paranoid=0
add GPU to container
sudo incus config device add idefix intel-gpu gpu pci=0000:00:0…
So I ran:
sysctl kernel.perf_event_paranoid=0
on the TrueNAS host, and then I restarted the incus container. Now I am able to successfully run intel_gpu_top
in the container, but as far as I can tell, plex continues to not use QSV…