You are not logged in.
Pages: 1
Today, I was setting up KVM with gpu passthrough on my laptop. I have an hdmi port on the side and want to assign it only to the dGPU so that I only see the vm, how can I do this?
Offline
you need to see if the dgpu is connected directly to the hdmi port:
xrandr --listprovidersif the dgpu has "0 outputs" then your out of luck as far as im aware.
Offline
you need to see if the dgpu is connected directly to the hdmi port:
xrandr --listprovidersif the dgpu has "0 outputs" then your out of luck as far as im aware.
I check the output of that command and it has four outputs. Here is the output of the command. How would I assign the port to the dgpu if I have already set up vfio?
Providers: number : 1
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 0 name:modesettingOffline
that provider will be the intel gpu, you need to run the command with the nvidia gpu available, im guessing its missing here cause its assigned to the vm
Offline
Pages: 1