タイトルはそれをかなり説明します。これはハードウェアの問題ではないことを知っています。 CPUはIntel Core Duoです
cpufreq-info
の出力:
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to [email protected], please.
analyzing CPU 0:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 10.0 us.
hardware limits: 800 MHz - 2.40 GHz
available frequency steps: 2.40 GHz, 2.40 GHz, 1.60 GHz, 800 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance
current policy: frequency should be within 800 MHz and 800 MHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 800 MHz.
cpufreq stats: 2.40 GHz:-nan%, 2.40 GHz:-nan%, 1.60 GHz:-nan%, 800 MHz:-nan% (1)
analyzing CPU 1:
driver: acpi-cpufreq
CPUs which run at the same hardware frequency: 1
CPUs which need to have their frequency coordinated by software: 1
maximum transition latency: 10.0 us.
hardware limits: 800 MHz - 2.40 GHz
available frequency steps: 2.40 GHz, 2.40 GHz, 1.60 GHz, 800 MHz
available cpufreq governors: conservative, ondemand, userspace, powersave, performance
current policy: frequency should be within 800 MHz and 800 MHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 800 MHz.
cpufreq stats: 2.40 GHz:-nan%, 2.40 GHz:-nan%, 1.60 GHz:-nan%, 800 MHz:-nan% (1)
CPUを2.4 GHzに到達させるには、CPUが必要です。誰かこれを手伝ってくれませんか?
どうやらDellはCPUパワーを調整するチップを使っているらしい。
無許可の充電器を使用している場合、Dell PCはCPU電力をブロックします。これは、OEM充電器のみを購入するように強制するための不適切な方法です。
これを修正するには、/etc/default/grub
ファイルを編集する必要があります。 GRUB_CMDLINE_LINUX_DEFAULT
行で、splash
の後でprocessor.ignore_ppc=1
を閉じる前に"
を追加します。
(例:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash processor.ignore_ppc=1"
)