Return to site

Resize enable windows 10

broken image
broken image

So I had a go with adding -spice port=5900,addr=127.0.0.1,disable-ticketing to my qemu command and running remote-viewer on spice://127.0.0.1:5009. Spicec is an obsolete legacy client, and spicy is only a test application. GNOME Boxes can also be used as a Spice client. The recommended client is remote-viewer (which is shipped with virt-viewer). I tried to follow the guide on and realized that spicec is no longer a thing - that means I cannot connect to the guest with spicec -h 127.0.0.1 -p 5900. I'd like to have the virtual screen change its size and adapt the resolution when I resize the window. The guide mentions SPICE, which is apparently good forĭynamic screen resize, clipboard between guest/host, etc. The second line determines the partition /dev/nvme0n1p1. The last line was only to install the virtio drivers so I'm pretty sure I don't need it every time. device virtio-net,netdev=vmnic -cdrom ~/Downloads/virtio-win-0.1.171.iso netdev user,id=vmnic,smb=/home/generic/Downloads \ drive format=raw,file=/dev/nvme0n1,index=1 \ The command I am using is this: sudo qemu-system-x86_64 -enable-kvm -cpu host -smp 8 -m 8192 \

broken image

From within ubuntu, I can boot to my existing windows partition using qemu with the help of this guide.

broken image
broken image

I have a dual-boot setup on my laptop: Ubuntu 18.04 and Windows 10.