Update thermal.md

This commit is contained in:
2025-06-06 10:46:16 +03:00
parent 040958b3aa
commit 801deb9175
+14 -15
View File
@@ -135,6 +135,20 @@ Setting cpu: 3
<br><br>
```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
```
<br><br>
```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"
```
<br><br>
```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
```