Quicksync/nvenc use in Plex - OK?

Kennyvb8

Contributor
Joined
Mar 18, 2017
Messages
112
yes i am currently running nightly the only things you need to get Nvidia GPU hardware acceleration work is running 4 commands

apt update && apt install nvidia-cuda-dev nvidia-cuda-toolkit && [ ! -f /dev/nvidia-uvm ] && /usr/bin/nvidia-modprobe -c0 -u

midclt call -job chart.release.update 'plex' '{"values":{"gpuConfiguration": {"nvidia.com/gpu": 1}}}'

midclt call -job chart.release.update 'plex' '{"values":{"extraEnv": {"NVIDIA_DRIVER_CAPABILITIES": "all"}}}'

midclt call -job chart.release.redeploy 'plex'

we are making the assumption that you named your app plex if not change any where you see plex to your name of app

the first command installs missing cuda drivers and toolkit
the second line updates app to support gpu
the thrid line updates plex to add env varible
the forth line redeploys plex app all with out restarting server
apt ? That's not freebsd.
It this a guide for VM with some Linux variety?
 

Saberwolf

Explorer
Joined
Feb 7, 2021
Messages
63
apt ? That's not freebsd.
It this a guide for VM with some Linux variety?
let me be more clear i am currently running Truenas Scale Nightly
 
Top