Update thermal.md

This commit is contained in:
Ste Vaidis 2025-06-06 10:40:27 +03:00
parent 5abe7efc06
commit c8f21f5c3a

View File

@ -119,10 +119,24 @@ performance
performance performance
performance performance
``` ```
# Manual set freqency
# cpupower
```sh ```sh
cpupower --cpu all frequency-info | grep "current CPU" sudo cpupower frequency-set -g powersave
```
```
Setting cpu: 0
Setting cpu: 1
Setting cpu: 2
Setting cpu: 3
```
<br><br>
```sh
sudo cpupower --cpu all frequency-info | grep "current CPU"
``` ```
``` ```