|
为什么windows下和linux下面的最小频率不一样,例如在windows下会出现600M、而linux 最小是800。
- # cpufreq-info
-
- cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
- Report errors and bugs to cpufreq@vger.kernel.org, please.
- analyzing CPU 0:
- driver: acpi-cpufreq
- CPUs which run at the same hardware frequency: 0 1
- CPUs which need to have their frequency coordinated by software: 0
- maximum transition latency: 10.0 us.
- hardware limits: 800 MHz - 2.10 GHz
- available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
- available cpufreq governors: conservative, ondemand, powersave, userspace, performance
- current policy: frequency should be within 800 MHz and 2.10 GHz.
- The governor "ondemand" may decide which speed to use
- within this range.
- current CPU frequency is 800 MHz (asserted by call to hardware).
- analyzing CPU 1:
- driver: acpi-cpufreq
- CPUs which run at the same hardware frequency: 0 1
- CPUs which need to have their frequency coordinated by software: 1
- maximum transition latency: 10.0 us.
- hardware limits: 800 MHz - 2.10 GHz
- available frequency steps: 2.10 GHz, 2.10 GHz, 1.60 GHz, 1.20 GHz, 800 MHz
- available cpufreq governors: conservative, ondemand, powersave, userspace, performance
- current policy: frequency should be within 800 MHz and 2.10 GHz.
- The governor "ondemand" may decide which speed to use
- within this range.
- current CPU frequency is 800 MHz (asserted by call to hardware).
复制代码
available frequency steps 识别是否有问题??
有人知道吗??
而且我在snow leopard里面查询到是有13档 最低档是600M |
|