Here are details of a case -
Host OS - Windows XP SP2
Processor: 1.60 GHz Intel P4
PC: Desktop, Sony VAIO
Memory: 384 MB RAM
Primary memory cache: 8 kilobyte
Secondary memory cache: 256 kilobyte
Protection: AVG Anti-Virus
Audio: SoundMAX Integrated Digital Audio
Video: NVIDIA RIVA TNT Model 64
Internet Connectivity: Host Connects to Internet via DSL
.vmx file:
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
memsize = "256"
ide1:0.fileName = "auto detect"
ide1:0.present = "TRUE"
ide1:0.deviceType = "atapi-cdrom"
ide1:0.autodetect = "TRUE"
ide1:0.startConnected = "TRUE"
Ethernet0.present = "TRUE"
floppy0.startConnected = "FALSE"
floppy0.fileName = "/dev/fd0"
displayName = "Ubuntu-6.10-desktop-i386"
guestOS = "ubuntu"
scsi0.virtualDev = "lsilogic"
scsi0.present = "TRUE"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "Ubuntu-6.10-desktop-i386.vmdk"
scsi0:0.writeThrough = "TRUE"
scsi0:0.redo = ""
priority.grabbed = "normal"
priority.ungrabbed = "normal"
powerType.powerOff = "hard"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "hard"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:56:d3:5c"
ethernet0.generatedAddressOffset = "0"
uuid.location = "56 4d 72 09 df 7e c6 27-88 66 06 95 f4 56 d3 5c"
uuid.bios = "56 4d 72 09 df 7e c6 27-88 66 06 95 f4 56 d3 5c"
uuid.action = "create"
tools.syncTime = "FALSE"
tools.remindInstall = "FALSE"
ethernet0.connectionType = "nat"
Since Host RAM is 384MB and guest RAM is fixed to 256MB – the difference is just 128MB and hence performance is sloppy.
Moreover, the details show no indications of audio in Guest. To define audio adapter and refer to other info, you can visit this link !