使用远程桌面的KVM Windows 7graphics性能

我在Ubuntu Server 14.04(无头服务器)上安装了Windows 7作为KVM guest虚拟机。 Virtio驱动程序已安装(用于系统磁盘)。 由于缺lessgraphics驱动程序,graphics性能很差 – 设备pipe理器中只有一个“标准VGA适配器”。

KVM和Windows(7/8)是否存在“客户添加”? 是否有可能在KVM上使用Aero? 我想使用RDP,但是如果VNC足够支持graphics效果,我不在乎。

VM创build命令:

virt-install –connect qemu:/// system –name win7develop –ram 8192 –vcpus 2 –disk path = sysdisk.qcow2,format = qcow2,bus = virtio,cache = none –boot hd – network = bridge:br0,model = e1000 –vnc –vncport = 5900 –video = qxl –os-type = windows –os-variant = win7 –noautoconsole –accelerate –noapic –arch x86_64

主机CPU是Intel(R)Xeon(R)CPU E3-1246 v3 @ 3.50GHz(集成显卡)。

是的,将虚拟机的video驱动程序设置为SPICE,然后在Windows guest虚拟机中安装SPICE访客工具。