मेरे पास अपने लैपटॉप पर Fedora 13 स्थापित है। किसी कारण से यह हमेशा 1GHz पर चलने लगता है, भले ही अधिकतम 1.67GHz (100% से कम लोड) हो।
Cpufreq-info का आउटपुट:
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: 1000 MHz - 1.67 GHz
available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: ondemand, userspace, performance
current policy: frequency should be within 1000 MHz and 1000 MHz.
The governor "userspace" may decide which speed to use
within this range.
current CPU frequency is 1000 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: 1000 MHz - 1.67 GHz
available frequency steps: 1.67 GHz, 1.33 GHz, 1000 MHz
available cpufreq governors: ondemand, userspace, performance
current policy: frequency should be within 1000 MHz and 1000 MHz.
The governor "userspace" may decide which speed to use
within this range.
current CPU frequency is 1000 MHz (asserted by call to hardware).
मैंने सेटिंग करके सीमाएं बदलने की कोशिश की cpufreq-set -r -g userspace -c 0 -d 1000MHz -u 1670MHz
लेकिन आउटपुट यह अभी भी समान है (विशेष रूप से "आवृत्ति 1000 मेगाहर्ट्ज और 1000 मेगाहर्ट्ज के भीतर होनी चाहिए")।
किसी भी विचार कैसे सीमा को बदलने के लिए?