From c8f21f5c3ad3fa18b25941c903e9dd4ed75f0c15 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 6 Jun 2025 10:40:27 +0300 Subject: [PATCH] Update thermal.md --- thermal.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/thermal.md b/thermal.md index c0a770d..1bbde56 100644 --- a/thermal.md +++ b/thermal.md @@ -119,10 +119,24 @@ performance performance performance ``` -# Manual set freqency + +# cpupower ```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 +``` + +

+ +```sh +sudo cpupower --cpu all frequency-info | grep "current CPU" ``` ```