Just checking, so you have tried to finetune your settings manually like described in point 3 in that web page?
Quote:
Edit config.ini, adding the lines described below.
The example presented here assumes that the host computer has a maximum speed of 1700MHz. The first line is the most important one. It should be your host computer's maximum speed in KHz�that is, its speed in MHz times 1000, or its speed in GHz times 1000000.
host.cpukHz = "1700000"
host.noTSC = "TRUE"
ptsc.noTSC = "TRUE"
The second and third lines enable a mechanism that tries to keep the guest clock accurate even when the time stamp counter (TSC) is slow.
|