Recent content by bcros

  1. B

    [GUIDE] Intel Intergrated graphic Passthrough

    Hello, I had the good idea to upgrade PVE too, to 7.4 precisely. I spent hours try new parameters and intermediate kernels, believing that new kernel was producing a regression. Finally, i had discover that /usr/share/perl5/PVE/QemuServer.pm was simply overwriten during upgrade. Actually, i...
  2. B

    [GUIDE] Intel Intergrated graphic Passthrough

    Reply to myself :cool: I get the HD 5000 drivers running into windows, well, using this command line: args: -device 'vfio-pci,host=00:02.0,addr=0x02,x-vga=off,x-igd-gms=1,rombar=1,x-igd-opregion=on' and increasing VMDT memory to 512 Mo ( but i don't known if this settings is really necessary...
  3. B

    [GUIDE] Intel Intergrated graphic Passthrough

    Hello, Finally, i get to have the Integrated Intel GPU of my Haswell i5 4250u (HD5000) to work in passthrough mode with a recent proxmox 6.4.4/ First i want to thanks sshaikh for this post. I didn't known it was possible to change code and i had to do it off course ...