Monday, June 30, 2008

Screen garbled in VMware Server 2.0 beta 2

 This can be fixed by adding the following line in .vmx of the guest virtual machine.
svga.enableOverlay = "FALSE"

References:
http://communities.vmware.com/message/978732?tstart=15
http://communities.vmware.com/message/905156#905156

~ts~

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...