From 1718774c049ef8f6aa6f8f873a4145940448fe2a 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 05c0c838..7c13326f 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 ]