iGPU passthrough hdmi + vnc #8
|
Hi, is it possible to display the screen via HDMI as well as VNC or Spice? If I set VGA to something other than None, I get: TASK ERROR: Legacy IGD assignment requires VGA mode to be 'none' How can I do this? I currently use a Beelink U59 with an N5105 Jasper Lake. |
Replies: 11 comments 16 replies
|
Try with UPT mode passthrough: |
|
Try with these: You also need to passthrough the PCH audio controller to the VM to have HDMI audio output. |
|
Try: |
|
with this config bios: ovmf therefore with q-35 and without legacy-igd=1 output It disappeared on the HDMI. If I put this instead: bios: ovmf it only goes hdmi but I can't set any vga |
|
|
|
I will do extended testing on UPT mode passthrough and get back to you later. |
|
Here’s how you should set up UPT mode passthrough:
Note In UPT mode, the display output over HDMI or DisplayPort is delayed until the guest OS drivers are fully loaded. |
|
Hi @LongQT-sea , thank you for your time and your work. It worked. |
|
Hey, glad it worked! |
|
Try this brotha: Also install the audio driver from your Mini PC manufacturer and the full Intel graphics driver (not the one automatically installed by Windows Update). |




Here’s how you should set up UPT mode passthrough:
Note
In UPT mode, the display output over HDMI or DisplayPort is delayed until the guest OS drivers are fully loaded.