<div dir="ltr"><div><div><div>Hi Manuel,<br><br></div>I don't have your exact setup, but I ran into something sort of similar when I was working through my GPU passthrough setup.<br><div><br></div><div>In my configuration I have an Nvidia GPU (GTX 970) that I wanted to be able to use in both virtual Windows and Linux. Early on when I was trying to get the swapping to work correctly I noticed that I would get graphical corruption in the VM similar to what you describe: colorful vertical "stripes" on the screen. The stripes wouldn't appear in the very early stages in the VM boot process, so you could for example enter OVMF setup or the EFI console and things would be fine. They appeared instead once Windows started booting. I tested an Arch Linux ISO in the virtual machine and had similar results after I got past the boot menu.<br><br></div>What fixed it for me was binding my Nvidia GPU to vfio-pci right away at boot instead of letting the nvidia driver grab the card. To do that, I set MODULES="vfio vfio_iommu_type1 vfio_pci vfio_virqfd" in /etc/mkinitcpio.conf (running an Arch system), set config for vfio-pci to grab my Nvidia card in /etc/modprobe.d, and ran `mkinitcpio -p linux`. The Arch wiki has more info on that.<br><br></div>I'm no expert on this stuff. I can only guess that the nvidia GPU driver was doing some sort of boot-time initialization that was hosing things up. Now that vfio-pci grabs the card at boot, I'm able to boot a Windows VM or X server on the Nvidia card (and swap between the two without rebooting).<br><br></div><div>Does your IGD get claimed by vfio-pci right away at boot?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 3, 2017 at 12:36 PM, Manuel Ullmann <span dir="ltr"><<a href="mailto:ullman.alias@posteo.de" target="_blank">ullman.alias@posteo.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For the record,<br>
<br>
well I still don‘t know, why I had no output during the two feature<br>
updates (1607, 1703), but after they ran through in<br>
just 8 hours with a qxl config, the stripes just appeared once with vga<br>
passthrough and have never been seen again…<br>
<br>
Thanks,<br>
Manuel<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
vfio-users mailing list<br>
<a href="mailto:vfio-users@redhat.com">vfio-users@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/vfio-users" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/vfio-users</a><br>
</div></div></blockquote></div><br></div>