From 57878bbcd2910ef50aa6c2df1cf6256a701c9383 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 6 Jun 2025 11:08:58 +0300 Subject: [PATCH] Update thermal.md --- thermal.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/thermal.md b/thermal.md index 8d28fb6..9696c00 100644 --- a/thermal.md +++ b/thermal.md @@ -48,27 +48,6 @@ For advanced thermal tuning, kernel parameters like `intel_pstate=passive` or `p # 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 -``` -

```sh @@ -84,7 +63,6 @@ cpu MHz : 4777.125

- ```sh sudo sensors ```