Chinaunix首页 | 论坛 | 博客
  • 博客访问: 62127
  • 博文数量: 17
  • 博客积分: 1430
  • 博客等级: 上尉
  • 技术积分: 140
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-13 12:56
文章分类
文章存档

2011年(1)

2008年(16)

我的朋友

分类: LINUX

2008-07-11 09:37:33


这个问题很棘手,发生以后会对guestOS上的操作和计算控制产生极大的影响,试想你的键盘重复时间缩短一半甚至跟多会怎样?

小弟认为这个问题 是由于虚拟的硬件问题所造成的。当初网上找了很多资料,什么安装VMware tools什么修改grub,不过都无济于事,为什么呢?因为这是VMware虚拟的硬件出了问题。所以无论怎样修改guestOS上的参数都没有用。我 估计这个问题多会发生在双核cpu的电脑上。由于节能程序对CPU主频控制产生的。
其实解决方法也很简单,VMware解释如下:

This problem occurs on some host computers that use Intel SpeedStep or other similar power-saving technologies that vary the processor speed.

To work around this problem, you can specify the correct maximum CPU speed in your global configuration file. On Windows hosts, this file is normally
C:\Documents and Settings\All Users\Application Data\VMware\VMware Workstation\config.ini for VMware Workstation
or

C:\Documents and Settings\All Users\Application Data\VMware\VMware GSX Server\config.ini for
GSX Server. 
编辑此文件夹下的config.ini


If this file exists, edit it with a text editor, adding the lines described below. The file may not exist. If it does not exist, create it as a plain text file.
 如果文件不存在,新建一个config.ini并且编辑


host.cpukHz = "3600000"  // 双核CPU一定要记得将单核的主频x2 AMD TL-56 1.8x2x1000x1000=3600000
host.noTSC = "TRUE"
ptsc.noTSC = "TRUE"
processor0.use = "FALSE"
processor1.use = "TRUE"

阅读(2307) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-12-29 19:56:51

我按你这方法改了之后,虚拟机打不开了,何解?

journ2008-08-07 13:51:10

PS: ntp时间同步 linux系统下默认安装了ntp服务,手动进行ntp同步如下 ntpdate ntp1.nl.net 当然,也可以指定其它的ntp服务器