Il giorno gio 5 mag 2022 alle ore 05:53 Ahmad Ismail <ismail783@xxxxxxxxx> ha scritto:
When I run VM with the following command:qemu-system-x86_64 -accel kvm,thread=multi -cpu host -smp 2 -m 4096 \ -drive file=/media/blueray/WDPurple8TB/QEMU_Backup/ubuntu.qcow2,if=virtio \ -vga virtio -display gtk,gl=on
I get the following screen:
https://i.stack.imgur.com/HofCx.png
But I do not see this screen when I use spice using:
#!/bin/bash QEMU_AUDIO_DRV=spice qemu-system-x86_64 -accel kvm,thread=multi -cpu host -smp 2 -m 8192 \ -drive file=/media/blueray/WDPurple8TB/QEMU_Backup/ubuntu.qcow2,if=virtio \ -machine vmport=off \ -vga qxl -usb -device qemu-xhci -device usb-tablet \ -soundhw hda \ -spice port=5911,addr=127.0.0.1,disable-ticketing \ -device virtio-serial-pci \ -chardev spicevmc,id=spicechannel0,debug=0,name=vdagent \ -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \ -device virtserialport,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0 \ -chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1 \ -daemonize remote-viewer --spice-shared-dir=/media/blueray/WDPurple8TB/QEMU_Backup/Ubuntu_Share spice://127.0.0.1:5911 > /dev/null 2>&1 &
The problem is I need to use spice for other features.
What can I do?
Hi,
what's the behaviour with the updated command?
Did you try using virtio instead of qxl or do you need some specific feature of qxl ?
Frediano