User Tools

Site Tools


blog:vmware_guest_clock_running_too_fast

Vmware guest clock running too fast

I just noticed that the clock on my guest Windows XP system was running way too fast on my host Ubuntu Gutsy system. I had also noticed that double clicking seemed really difficult and there were a few anomalies with sound.

A bit of Googling turned up this tip from the VMware knowledge base. So to fix things I added these lines to the bottom of /etc/vmware/config.

host.cpukHz = 3060000
host.noTSC = TRUE
ptsc.noTSC = TRUE

A hint, to find out your CPU’s speed in a Linux host, type ” cat /proc/cpuinfo, and look for a line beginning with “cpu MHz”

ref: http://wwwx.cs.unc.edu/~gb/wp/blog/2008/02/25/guest-clock-running-way-too-fast-in-vmware/

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
   __    ___    __    __ __   ____
  / /   / _ \  / /   / // /  /  _/
 / /__ / // / / /__ / _  /  _/ /  
/____//____/ /____//_//_/  /___/
 
blog/vmware_guest_clock_running_too_fast.txt · Last modified: 2010-06-29 06:33 by brb