<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Sep 10, 2016 at 11:47 AM, José Ramón Muñoz Pekkarinen <span dir="ltr"><<a href="mailto:koalinux@gmail.com" target="_blank">koalinux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> This means there's another (non-pci) driver claiming resources from the<br>
> device, that's going to be a problem.  If you prevent i915 from binding to<br>
> igd then you also need to prevent the other framebuffers from getting<br>
> resources.  Use video=efifb:off,vesafb:off to disable both efi and non-efi<br>
> framebuffer drivers.<br>
<br>
</span>        Do you know if it's possible to disable simplefb this way?<br>
video=efifb:off,vesafb:off,<wbr>simplefb:off or video=efifb:off,vesafb:off,<wbr>simple-<br>
framebuffer:off doesn't seem to work.<br></blockquote><div><br></div><div>I would have guessed video=simplefb:off per the code, but Fedora kernels don't even enable simplefb.  Maybe you'd be ahead to let i915 claim the device and re-bind to vfio-pci runtime.  So long as you don't try to go back to i915, this usually works fine. </div></div></div></div>