

I too, want to run Ubuntu as a VM, docker under that, then plex with Intel quicksync working.
#Intel quicksync driver install
I tried running: sudo apt install intel-media-va-driver libmfx1 libva2 libva-drm2 to install the driver inside Ubuntu but unless I proceed with the Plex install I am not sure if it is set up correctly given that the Ubuntu does not list the right Kernel driver in use. Memory at fea50000 (32-bit, non-prefetchable) Įxpansion ROM at 000c0000 Memory at fd000000 (32-bit, prefetchable)

When I run the same command within the Ubuntu 20.04 server shell I get this output.Ġ0:02.0 VGA compatible controller: Device 1234:1111 (rev 02) (prog-if 00 )įlags: bus master, fast devsel, latency 0 Memory at 4000000000 (64-bit, prefetchable) Įxpansion ROM at 000c0000 Ĭapabilities: Vendor Specific Information: Len=0c Ĭapabilities: Express Root Complex Integrated Endpoint, MSI 00Ĭapabilities: MSI: Enable+ Count=1/1 Maskable- 64bit-Ĭapabilities: Power Management version 2Ĭapabilities: Process Address Space ID (PASID)Ĭapabilities: Address Translation Service (ATS)Ĭapabilities: Page Request Interface (PRI) Within the shell of the ProxMox host I get the following output and it does have the correct driver lspci -v -s $(lspci | grep VGA | cut -d" " -f 1)Ġ0:02.0 VGA compatible controller: Intel Corporation Device 9bca (rev 04) (prog-if 00 )įlags: bus master, fast devsel, latency 0, IRQ 177, IOMMU group 1 I read on an Intel site that I should run the following command to check if the proper driver is in use: lspci -v -s $(lspci | grep VGA | cut -d" " -f 1) and that if running I should see the following: Kernel driver in use: i915 Within the Ubuntu VM config I have the Display set to "default" and KVM hardware virtualization is set to "Yes". My CPU is Intel(R) Core(TM) i7-10710U CPU, which is listed as supported on the Intel site. I was trying to ensure HW transcoding support by verifying Quick Sync but am not sure if it is working. I am looking at running Plex in Docker running on an Ubuntu 20.04 VM. looked at other posts but they seem to deal with LXCs rather than VMs.
