From 2c7bb613d713089e08f62dbf0365af97ff9d5b4d Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 20 Dec 2024 08:18:59 +0300 Subject: [PATCH] Max: Adjust sub-throttle temp to be less vibrating. --- host/x86_64-linux/max/Power.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/x86_64-linux/max/Power.nix b/host/x86_64-linux/max/Power.nix index 05c0c83..7c13326 100644 --- a/host/x86_64-linux/max/Power.nix +++ b/host/x86_64-linux/max/Power.nix @@ -63,7 +63,7 @@ in elif [ $temp -gt 60000 ] then value=92 elif [ $temp -gt 55000 ] - then value=69 + then value=52 elif [ $temp -gt 45000 ] then value=46 elif [ $temp -gt 40000 ]