gabrieleancora

Members
  • Posts

    3
  • Joined

  • Last visited

gabrieleancora's Achievements

Noob

Noob (1/14)

0

Reputation

  1. So since the drivers are automatically loaded I just need to map the /dev/dri path to the docker and they can share it happily?
  2. Thanks for the quick answer! I won’t assign a gpu to both a docket and a vm to avoid troubles. But I’m not sure why would I need to disable the intel igpu drivers: I do already see the entries in /dev/dri (as far as I have understood from here the drivers are loaded already: so why would I unload the drivers by putting the file in /etc/modprobe.d? Aren’t the driver used by the docker themselves?
  3. Hello everyone! After a couple of weeks of fiddling and testing, following a lot of guides and topics on this forum, I think I can say I have reached a "stable" server. I wanted to have some confirmations regarding GPU and iGPU usages, since I have read too many posts from various times so I would like to know if I have understood correctly everything. Keep in mind that what I'm saying and asking is referring to Unraid version 6.12.8 and I only have an integrated GPU. Intel GPU drivers are now automatically enabled. (In fact I have video output from the hdmi port, not that I use it). BUT I have to install intel_gpu_top to be able to view the stats in the dashboard with the GPU statistics plugin. (In fact I have both of them installed). To enable QuickSync transcoding (and nothing more) in a docker, since now intel GPU drivers are automatically loaded on boot, I just have to add a new device and point it to "/dev/dri" and eventually select the right option inside the docker application (for example on Plex enable "use hardware decoding"). I can do this for multiple dockers and they can share the same iGPU at the same time without problems. At the same time, I can assign the iGPU to multiple VMs, but only one of that can boot at the time and use the GPU. This is necessary if I want to do use that gpu at all, from HW transcoding to do 3D rendering. Am I right? Also I'm not sure if at the same time I can run an hardware transcode using the Plex configured at the point 3. I could, theoretically, install the plugin "Intel-GVT-g" and enable it by adding a line in /etc/modprobe.d/i915.conf. By doing so I would disable the existing intel drivers but I would be able to virtually split the iGPU and assign it to multiple VMs and use it at the same time. Would that preclude me to use the HW transcoding on the Plex configured at the point 3? Plugging a dummy HDMI to an iGPU port helps to mitigate a lot of issues, so it's nice to have it. If you add a discrete GPU you can dedicate it to one or more VM, following the same rules of the point 4 (so it can be configured to multiple VMs but it can be used by one at the time). Also here having a dummy plug helps. Did I understood everything correctly? If I just want to have a Plex server and maybe another transcoding docker, do I have only to follow steps 1,2,3 and 6? I'm asking all of this because by following multiple guides I found myself disabling drivers, adding files, enabling and disabling GVT-d only to realize that I was following out of date information or guides that weren't really for my use case. Thanks a lot to everyone in advance!