bigdiff

Results 17 comments of bigdiff

quickemu already supports specifying a display backend. So you don't need to edit the shell scripts ``` --display : Select display backend. 'sdl' (default), 'gtk', 'none', 'spice' or 'spice-app' ```

> Can those of you with system running Qemu 7.0 confirm if either of the following work for you: > > ```shell > quickemu --vm myvm.conf --display spice > ```...

> Out of interest does this work: > > ```shell > quickemu --vm myvm.conf --display gtk > ``` Yes it does, also running quickemu v4.0

Yes using `--display sdl` does not work.

> `--display spice-app` (requires `qemu-ui-spice-app` and `virt-viewer` to be installed) `--display spice-app` does not work. Only `--display spice` and `--display gtk` work

I tried this command ``` quickemu --extra_args "-vga none" --display sdl --vm ubuntu-22.04.conf ``` and as you said the status message looks like this. ``` - Display: SDL, virtio-vga, GL...

Maybe this is what is meant? ![image](https://user-images.githubusercontent.com/96084563/198961856-e8572ced-8e97-43a9-b546-90515187079e.png)