I am trying to troubleshoot why I can't get Quick Sync to work for Plex in a VM. I believe I have correctly passed through the iGPU from the Host to the VM and I believe I have the correct driver (i915)
The CPU is an i5-10400
I think the problem is that there are 2 display adapters on the VM. I think that because
gives me this:
I don't know if that is my problem but it seems like I would only want to have 1 and for it to be the intel with the i915 driver - right? If I am wrong on that then please correct me.
How can I fix this if it is the problem? I am new to linux and I have been struggling to find the correct search terms to find out how to correct this.
The CPU is an i5-10400
I think the problem is that there are 2 display adapters on the VM. I think that because
Code:
sudo lshw -c video
gives me this:
Code:
*-display
description: VGA compatible controller
product: SVGA II Adapter
vendor: VMware
physical id: f
bus info: pci@0000:00:0f.0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=vmwgfx latency=64
resources: irq:16 ioport:1070(size=16) memory:e8000000-efffffff memory:fe000000-fe7fffff memory:c0000-dffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:0b:00.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list
configuration: driver=i915 latency=64
resources: irq:62 memory:fc000000-fcffffff memory:d0000000-dfffffff ioport:5000(size=64)
I don't know if that is my problem but it seems like I would only want to have 1 and for it to be the intel with the i915 driver - right? If I am wrong on that then please correct me.
How can I fix this if it is the problem? I am new to linux and I have been struggling to find the correct search terms to find out how to correct this.