I just got working Proxmox VE 8.4 in my brand new Minisforum MS-A2 with Nvidia 3050 assigned to Win11 VM. After days of persist trying I still could not get AMD iGPU working for VMs but ordering and installing this additional 3050 card did the trick easily. Now Win11 VM works fine in different physical monitor than iGPU.
Now I was wondering that because there are 2 ports in this 3050 card (HDMI+DP) is it possible to assign proxmox VM1 to HDMI and VM2 to DP working at the same time?
To be able to do it I guess that I need 2 nvidia controllers listed in PCI listing but I can see only 1 nvidia gpu in PCI listing (which is now assigned for Win11 VM):
In normal Win11 one can use 1st and 2nd port separately in different monitors. I was wondering that Is it possible at the same time somehow use similar manner in Proxmox the 1st port to VM1 and the VM2 to another monitor. I guess in this case igpu is still for proxmox console because I cannot get it work for VMs. Ideally it would be great to use iGPU to VM3 because I do not use proxmox system console to anything, I use webGUI only.
Now I was wondering that because there are 2 ports in this 3050 card (HDMI+DP) is it possible to assign proxmox VM1 to HDMI and VM2 to DP working at the same time?
To be able to do it I guess that I need 2 nvidia controllers listed in PCI listing but I can see only 1 nvidia gpu in PCI listing (which is now assigned for Win11 VM):
Code:
root@mylabserver8:~# lspci -nn | grep -i nvidia
08:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA107 [GeForce RTX 3050 6GB] [10de:2584] (rev a1)
08:00.1 Audio device [0403]: NVIDIA Corporation GA107 High Definition Audio Controller [10de:2291] (rev a1)
In normal Win11 one can use 1st and 2nd port separately in different monitors. I was wondering that Is it possible at the same time somehow use similar manner in Proxmox the 1st port to VM1 and the VM2 to another monitor. I guess in this case igpu is still for proxmox console because I cannot get it work for VMs. Ideally it would be great to use iGPU to VM3 because I do not use proxmox system console to anything, I use webGUI only.