mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 04:46:55 +00:00
![]() add qxl2 (2monitors),qxl3 (3monitors),qxl4 (4monitors) vga type. For linux, we only need 1 qxl card with more memory For windows, we need 1 qxl card by monitor Original Information from spice-mailing " You need to specify multiple devices for Windows VMs. This is what libvirt gives me (via 'virsh domxml-to-native qemu argv DOMAIN_XML'): <...> -vga qxl -global qxl-vga.ram_size=67108864 -global qxl-vga.vram_size=33554432 -device qxl,id=video1,ram_size=67108864,vram_size=33554432 -device qxl,id=video2,ram_size=67108864,vram_size=33554432 -device qxl,id=video3,ram_size=67108864,vram_size=33554432 For Linux VM, just one qxl device is OK but then it's advisable to increase the available RAM: <...> -vga qxl -global qxl-vga.ram_size=134217728 -global qxl-vga.vram_size=33554432 If you don't turn off surfaces, then you should increase vram size to say 64 MB from current default of 32 MB. " Signed-off-by: Alexandre Derumier <aderumier@odiso.com> |
||
---|---|---|
.. | ||
API2 | ||
VZDump | ||
Makefile | ||
QemuMigrate.pm | ||
QemuServer.pm | ||
QMPClient.pm |