Complete replacement of virtualbox
Hi,
As virtualbox use a non free compiler,
I'm using libvirt (quemu/kvm).
My problems are
1) Video Quality is not so good as in virtualbox (yes I have changed xorg file to 16bit)
2) It don't have 16:9 resolution (I have a fullHD monitor)
3) I would to share clipboard
4) I would to have a shared folder
Are there any "guest-additions" or similar?
I have found a guide and I have installed SPICE but quemu tell me that this build don't support spice :(
Please have you any suggestion please?
Thanks you.
The video resolution can be changed for xorg.conf in the vm
but your video driver has to be set to vga or qxl (I am not sure)
the default is cirrus which only supports 1024x768
Virt-manager's vnc viewer can't share clipboard so if you use remmina
instead you'll be able to share clipboard.
For shared folder add a new hardware
filesystem passthrough and you will have to change the ownership of the
shared folder to user libvirt-qemu or group kvm
on the vm you will have to run
mount -t 9p -o trans=virtio,version=9p2000.L hostshare /mnt/
hostshare is the targetpath (not a existing path just use a name)
For using spice you will have to use the tool virsh and edit the VM's
configuration and change
/usr/bin/kvm to /usr/bin/kvm-spice