Martin Wimpress
Martin Wimpress
Can those of you with system running Qemu 7.0 confirm if either of the following work for you: ```bash quickemu --vm myvm.conf --display spice ``` ```bash quickemu --vm myvm.conf --display...
Excellent. Then we have workarounds depending on if you have `spicy` (`--display spice`) or `virt-viewer` (`--display spice-app`)installed.
Out of interest does this work: ```bash quickemu --vm myvm.conf --display gtk ```
Do you have the [qemu-ui-sdl](https://archlinux.org/packages/extra/x86_64/qemu-ui-sdl/) package installed?
And `usr/lib/qemu/ui-sdl.so` is present on the filesystem?
And using `--display sdl` does not work?
Please can you try adding each of these options to your VM config file: * `gl=core` * `gl=es` * `gl=off` * `gl=on` ...and let me know which of the above...
Thanks to all of you for helping debugging this issue :+1: I think we have demonstrated this is a bug in `qemu` in Arch Linux. - You have the appropriate...
Reopening to continue the discussion. - @bigdiff There are reports that `spice-app` works with Qemu 7.0 on Arch Linux - @PloniAlmoni As you are seeing this on Gentoo, maybe more...
I *think* I have found a solution. Please try adding the following options to Quickemu when launching the VM. ``` --extra_args "-vga none" --display sdl ``` You should see this...