hi,
just tested the vmware vga graphic emulation, seems to work quite fine on Ubuntu Lucid. On Linux guest I do not get good performance by using "Standard VGA".
(For windows, 'Standard VGA' works best out of the box without additional driver inside.)
HowTo:
its not possible via gui (yet), you need to add the following line to your VMID.conf file (see /etc/qemu-server/):
this should also work for windows guest, but here you need to get the extra driver - in Ubuntu its included - so I suggest to use standard vga on windows.
do not forget to stop and start after the change, a reboot is not enough.
just tested the vmware vga graphic emulation, seems to work quite fine on Ubuntu Lucid. On Linux guest I do not get good performance by using "Standard VGA".
(For windows, 'Standard VGA' works best out of the box without additional driver inside.)
HowTo:
its not possible via gui (yet), you need to add the following line to your VMID.conf file (see /etc/qemu-server/):
Code:
args: -vga vmware
do not forget to stop and start after the change, a reboot is not enough.