You are not logged in.
Pages: 1
I have a Intel(R) Pentium(R) M processor 1.50GHz, so I guess the max cpufreq should be 1.5. But what about the minimum?
Offline
That's entirely up to you. Some CPUs have "steps" instead of a full range.
See the "available frequency steps":
$ cpufreq-info
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
driver: centrino
CPUs which need to switch frequency at the same time: 0
hardware limits: 1000 MHz - 1.83 GHz
available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 1000 MHz and 1.83 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1000 MHz.
analyzing CPU 1:
driver: centrino
CPUs which need to switch frequency at the same time: 1
hardware limits: 1000 MHz - 1.83 GHz
available frequency steps: 1.83 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: ondemand, performance
current policy: frequency should be within 1000 MHz and 1.83 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 1.83 GHz.
Just pick one and try it out for a while - when it flips is going to be dependent on your governor.
Offline
The line where it says:
CPUs which need to switch frequency at the same time: 0 1
Can this be changed or is this hardware set?
Offline
Probably you have multicore CPU. AFAIK it's hardware limitation
IRC: Stalwart @ FreeNode
Skype ID: thestalwart
WeeChat-devel nightly packages for i686
Offline
Pages: 1