diff --git a/thermal.md b/thermal.md index a9580cb..52583a6 100644 --- a/thermal.md +++ b/thermal.md @@ -135,6 +135,20 @@ Setting cpu: 3

+```sh +sudo cpupower --cpu all frequency-set --max 1.4GHz +``` + +``` +Setting cpu: 0 +Setting cpu: 1 +Setting cpu: 2 +Setting cpu: 3 +Setting cpu: 4 +``` + +

+ ```sh sudo cpupower --cpu all frequency-info | grep -e "current CPU" -e "The governor" ``` @@ -151,18 +165,3 @@ sudo cpupower --cpu all frequency-info | grep -e "current CPU" -e "The governor" ``` -

- -```sh -sudo cpupower --cpu all frequency-set --max 1.4GHz -``` - -``` -Setting cpu: 0 -Setting cpu: 1 -Setting cpu: 2 -Setting cpu: 3 -Setting cpu: 4 -``` - -