From 040958b3aad97d4c9bbee925f4370792fd111d02 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 6 Jun 2025 10:45:32 +0300 Subject: [PATCH] Update thermal.md --- thermal.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/thermal.md b/thermal.md index 1bbde56..a9580cb 100644 --- a/thermal.md +++ b/thermal.md @@ -136,14 +136,19 @@ Setting cpu: 3

```sh -sudo cpupower --cpu all frequency-info | grep "current CPU" +sudo cpupower --cpu all frequency-info | grep -e "current CPU" -e "The governor" ``` ``` - current CPU frequency: 1.30 GHz (asserted by call to kernel) - current CPU frequency: 400 MHz (asserted by call to kernel) - current CPU frequency: 1.40 GHz (asserted by call to kernel) - current CPU frequency: 400 MHz (asserted by call to kernel) + The governor "powersave" may decide which speed to use + current CPU frequency: 1.02 GHz (asserted by call to kernel) + The governor "powersave" may decide which speed to use + current CPU frequency: 1.04 GHz (asserted by call to kernel) + The governor "powersave" may decide which speed to use + current CPU frequency: 1.39 GHz (asserted by call to kernel) + The governor "powersave" may decide which speed to use + current CPU frequency: 1.38 GHz (asserted by call to kernel) + ```