Update thermal.md

This commit is contained in:
Ste Vaidis 2025-06-06 11:08:58 +03:00
parent b199137805
commit 57878bbcd2

View File

@ -48,27 +48,6 @@ For advanced thermal tuning, kernel parameters like `intel_pstate=passive` or `p
# Info # Info
```sh
sudo cpupower frequency-info
```
```
analyzing CPU 10:
driver: intel_pstate
CPUs which run at the same hardware frequency: 10
CPUs which need to have their frequency coordinated by software: 10
energy performance preference: default
hardware limits: 400 MHz - 3.80 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 400 MHz and 3.80 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: 3.40 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
```
<br><br> <br><br>
```sh ```sh
@ -84,7 +63,6 @@ cpu MHz : 4777.125
<br><br> <br><br>
```sh ```sh
sudo sensors sudo sensors
``` ```