Debian9派生でのCPUのクロック変更
/etc/default/cpufrequtils というファイルを作る
内容は下記
GOVERNOR=powersave
で保存でPCを再起動か
コマンドと実行結果
sudo /etc/init.d/cpufrequtils restart
上記コマンドでPCの再起動が不要かも?
構想として
例の方法で画面のアイコンをクリックでPCを再起動しなくて出来るか?実験をする
cpufrequtils-powersave ファイル 内容は下記
GOVERNOR=powersave
cpufrequtils-performance ファイル 内容は下記
GOVERNOR=performance
cpufrequtils-ondemand ファイル 内容は下記
GOVERNOR=ondemand
これらのファイルを/etc/default/に貼りつけて
ホームの.configフォルダの中にCPU-clockフォルダを作って
cpufrequtils-powersave.shファイルを作って内容は下記
#!
/bin/shsudo ln -fs /etc/default/
cpufrequtils-powersave /etc/default/
cpufrequtils
sleep 5
sudo /etc/init.d/cpufrequtils restart
他も同様に作る
画面の物はアイコンは適当に選んで
powersave.desktop で内容は下記
[Desktop Entry]
Version=1.0
Type=Application
Name=
powersaveComment=
Exec=/home/tt/.config/
CPU-clock/
cpufrequtils-powersave.shIcon=/home/tt/画像/cpu.
pngTerminal=false
StartupNotify=false
他も同様に作る
で、やって見て機能しているような雰囲気。
**************************************************
古い.isoでインストールのOSに最新.isoでインストールで修正方法のtarを落として
でインストールで設定しても効能無しでした。
/etc/init.d/cpufrequtils
〜前略〜
ENABLE="true"
GOVERNOR="ondemand"
MAX_SPEED="0"
MIN_SPEED="0"
〜後略〜
以下更に不明な事がら
$ sudo cpufreq-set -g powersave
ソースらしき物
CPUの動作周波数をコントロールする - Linux Mintのメモ
https://sites.google.com/site/linuxnomemo/mint-setting/cpufrequtils