実行後:
$ lscpu grep MH |
Fedora 38 で実行されている 1280p Intel プロセッサは、以下を返します。
CPU(s) scaling MHz: 91%
CPU max MHz: 1800.0000
CPU min MHz: 400.0000
だから私は次を実行します。
grep MH /proc/cpuinfo
私の結果は次のとおりです
cpu MHz : 444.752
cpu MHz : 400.000
cpu MHz : 920.638
cpu MHz : 2000.000
cpu MHz : 400.060
cpu MHz : 2000.000
cpu MHz : 400.256
cpu MHz : 2000.000
cpu MHz : 707.552
cpu MHz : 2000.000
cpu MHz : 1078.017
cpu MHz : 2000.000
cpu MHz : 820.163
cpu MHz : 2000.000
cpu MHz : 481.877
cpu MHz : 2000.000
cpu MHz : 2000.000
cpu MHz : 2000.000
cpu MHz : 2000.000
cpu MHz : 2000.000
---なぜそんなに高いのですか? "intel_pstate = passive"を使用すると、この問題は解決すると思われますが、適用できないようです。私は実際に技術を持っていることを確認しました:
猫/sys/デバイス/システム/cpu/cpu0/cpufreq/scaling_driver
私は何かを間違って読んだか、何かが間違っていました。私が走るたびに:
CPU電力周波数情報
次を返します。
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 400 MHz - 1.80 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 400 MHz and 400 MHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 418 MHz (asserted by call to kernel)
boost state support:
Supported: no - diabled in UEFI
Active: no - diabled in UEFI
CPU 0に関する情報のみ表示されますか?例えば、「Tuned-utils」を使ってチューナブルを修正し、省エネ機能を調整しました。
$sudo cpupower frequency-set --governor powersave
$tuned-adm profile powersave
$sudo powertop2tuned superpowersave -e --f
また、"superpowersave"を使用して最後のコマンドを再実行して競合をバイパスし、pwofileが有効になっていることを確認してください。省エネ実際にこれを再調整しました。
Running PowerTOP, please wait...
Generating shell script /etc/tuned/powersave/script.sh
Generating TuneD config file /etc/tuned/powersave/tuned.conf
New profile has same name as active profile, not including active profile (avoiding circular deps).
私は読んだ:kernel.org&Access.Redhat.compstate と電源構成に関して、より専門的なガイダンスやサポートを探している場合は、よろしくお願いします。