zhuyumu 发表于 2016-1-5 00:59:32

VMware CPU speed的问题[转]

  使用酷睿双核CPU安装使用VMware时会提示如下:
VMware Workstation has measured your CPU speed to be 1032 MHz, but Windows reports that it is 1994 MHz. This may
  mean that your computer has a power-saving feature that varies the processor speed. As a result, the clock in your
  virtual machine may run too fast or too slow.
  For a workaround, please refer to the VMware knowledge base article at:
http://www.vmware.com/info?id=97


由于有些电脑可能会使用省电模式或者超频模式,似的处理器在Vmware下的速度显示出来不同的数据,其解决办法是:
1,先找到你真正的处理器速度,这个大家都会了吧,右键点击“我的电脑”,属性,然后记下这个速度
2,在以下文件位置中,找到config.ini这个文件:
# C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini
# C:\ProgramData\VMware\VMware Workstation or C:\Program Files\VMware\VMware Workstation
(on a Windows Vista host running Workstation 6.0)
  注意:如果文件不存在,那么你要建立一个新同名文件,编辑一下
  3,编辑config.ini
假设你的电脑处理速度是1700MHZ,那么按照以下方式编辑这个文件:
  如:
host.cpukHz = "1700000"
host.noTSC = "TRUE"
ptsc.noTSC = "TRUE"
  
注意:第一行是最重要的,所以不要编辑错了,第二行的作用是让机器自动纠正时间的,如果虚拟机的时钟因为处理器速度的差异而
  有所减慢或者变快的话。
  4,最后一步,在Vmware的工具属性中,选中让虚拟机与主电脑时间同步的选项。

  
页: [1]
查看完整版本: VMware CPU speed的问题[转]