On Wed, 28 Aug 2019 at 07:46, <[email protected]> wrote:
> By default qemu use -device VGA,edid=on but in some case cannot use > display because of it. > + elif arg == 'gtk': > + self.qemu_opt_script += ' -device virtio-gpu-pci' > This also needs: a) '-display gtk, gl=off' should be added explicitly - it is the default now, but may not be in future qemu versions; b) the option should be named 'gtk-virtio', as it is important which emulated video card it is using; c) the option should be documented at the beginning of runqemu script; d) like in the previous patch, please first look into why '-vga virtio' does not work for you; e) also, if you can, please get to the reason why standard vga does not work either. It should be working on all qemu variants. Thanks, Alex
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
