Chris Posted Saturday at 03:52 AM Posted Saturday at 03:52 AM Does the Plex application enable GPU pass through? If yes is it complete or partial? Most importantly is it easy to setup? 9 Quote
2 Bram Posted Saturday at 08:36 PM Posted Saturday at 08:36 PM GPU passtrough would also be nice for local AI. 3 Quote
2 kolin Posted Sunday at 05:35 AM Posted Sunday at 05:35 AM I think GPU passthru is a must feature not only for Plex 4 Quote
1 Midnight2ss Posted Saturday at 04:20 AM Posted Saturday at 04:20 AM 26 minutes ago, Chris said: Does the Plex application enable GPU pass through? If yes is it complete or partial? Most importantly is it easy to setup? Accessing the truenas ui to enable GPU passthrough. it does seem to work but your mileage may very. 1 Quote
1 Magnus Posted Sunday at 09:26 AM Posted Sunday at 09:26 AM Hi there! Hardware Passthrough is coming with our VM management. 6 4 Quote
1 jpadgett Posted Monday at 05:22 AM Posted Monday at 05:22 AM I am just need to figure out the GPU to put in my Dell r530 it has 2 low profile sockets. But I am limited to 25 to 30 watts of draw. Still doing my research. Quote
0 Midnight2ss Posted Saturday at 04:06 AM Posted Saturday at 04:06 AM Plex took about 15 minutes to installed. there were 0 settings or anything to configure. any setting (Currently in this beta version) to change goes back into the truenas UI 1 Quote
0 Gray J Posted Saturday at 08:14 AM Posted Saturday at 08:14 AM 4 hours ago, Midnight2ss said: Plex took about 15 minutes to installed. there were 0 settings or anything to configure. any setting (Currently in this beta version) to change goes back into the truenas UI Did you try it in a VM yet? Quote
0 silvioslim Posted Saturday at 08:55 AM Posted Saturday at 08:55 AM GPU passtrough is what we all plex users need. I hope it works fine 1 Quote
0 Smir Posted Saturday at 09:11 AM Posted Saturday at 09:11 AM 14 minutes ago, silvioslim said: GPU passtrough is what we all plex users need. I hope it works fine Is it? I purposely brought a 12th gen intel to not have to use a gpu >.< Quote
0 silvioslim Posted Saturday at 12:01 PM Posted Saturday at 12:01 PM 2 hours ago, Smir said: Is it? I purposely brought a 12th gen intel to not have to use a gpu >.< Ok maybe not everyone…but yes i have a 11th gen and using hw transcode Quote
0 Jor Posted Sunday at 05:37 AM Posted Sunday at 05:37 AM Yeah we need GPU support. Attempted to do it via TrueNas UI but have just been getting errors. 1 Quote
0 Hirvikarhu Posted Monday at 08:20 AM Posted Monday at 08:20 AM Easy to use gpu passtrough would be great and if selected gpu is not supported, simply error message would be nice. Quote
0 xSPOONx Posted Monday at 08:40 AM Posted Monday at 08:40 AM 3 hours ago, jpadgett said: I am just need to figure out the GPU to put in my Dell r530 it has 2 low profile sockets. But I am limited to 25 to 30 watts of draw. Still doing my research. Check out the Intel A310. Quote
0 jpadgett Posted Monday at 03:11 PM Posted Monday at 03:11 PM 6 hours ago, xSPOONx said: Check out the Intel A310. Thanks Quote
0 Vroar Posted Tuesday at 07:12 AM Posted Tuesday at 07:12 AM Don't you need a plex pass for hardware transcoding ? Quote
0 Chris Posted 13 hours ago Author Posted 13 hours ago Here is how I got GPU passthru to work. First I logged into the trunas UI and went to System -> Shell Once in the shell I ran a command to find my gpu slot and uuid truenas_admin@YOUR-NAS[~]$ midclt call app.gpu_choices | jq { "PCI_SLOT_VALUE": { "vendor": "NVIDIA", "description": "NVIDIA GeForce GTX 960", "vendor_specific_config": { "uuid": "GPU_UUID" }, "pci_slot": "PCI_SLOT_VALUE" } } Then I ran a command to set those values in the plex app truenas_admin@YOUR-NAS[~]$ midclt call -job app.update plex '{"values": {"resources": {"gpus": {"use_all_gpus": false, "nvidia_gpu_selection": {"PCI_SLOT_VALUE": {"use_gpu": true, "uuid": "GPU_UUID"}}}}}}' SORRY I DID NOT CAPTURE THE OUTPUT Quote
0 ysuissa Posted 8 hours ago Posted 8 hours ago 5 hours ago, Chris said: Here is how I got GPU passthru to work. First I logged into the trunas UI and went to System -> Shell Once in the shell I ran a command to find my gpu slot and uuid truenas_admin@YOUR-NAS[~]$ midclt call app.gpu_choices | jq { "PCI_SLOT_VALUE": { "vendor": "NVIDIA", "description": "NVIDIA GeForce GTX 960", "vendor_specific_config": { "uuid": "GPU_UUID" }, "pci_slot": "PCI_SLOT_VALUE" } } Then I ran a command to set those values in the plex app truenas_admin@YOUR-NAS[~]$ midclt call -job app.update plex '{"values": {"resources": {"gpus": {"use_all_gpus": false, "nvidia_gpu_selection": {"PCI_SLOT_VALUE": {"use_gpu": true, "uuid": "GPU_UUID"}}}}}}' SORRY I DID NOT CAPTURE THE OUTPUT just out of curiosity (as someone who isnt in the beta yet), the current TrueNAS version has a checkbox that handles the gpu passthrough and does this automagically by its own. i use this right now with my plex setup. have you tried it? if not, its worth a shot for the rest of your app needs. i wonder if this breaks something in the HexOS interface (i don't think it should, but meh) Quote
0 Chris Posted 3 hours ago Author Posted 3 hours ago 4 hours ago, ysuissa said: just out of curiosity (as someone who isnt in the beta yet), the current TrueNAS version has a checkbox that handles the gpu passthrough and does this automagically by its own. i use this right now with my plex setup. have you tried it? if not, its worth a shot for the rest of your app needs. i wonder if this breaks something in the HexOS interface (i don't think it should, but meh) I tried the checkbox and would get some error so I googled it and this was the fix I came across. After that it was fine. Quote
Question
Chris
Does the Plex application enable GPU pass through? If yes is it complete or partial? Most importantly is it easy to setup?
19 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.