fix: Correct fan control on Jupiter (Thanks RodoMa92)

This commit is contained in:
Kyle Gospodnetich 2024-01-16 00:21:33 -08:00
parent 4f1a74f256
commit a6e0b97a38
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,20 @@
diff --git a/jupiter-fan-contro/jupiter-config.yaml b/jupiter-fan-contro/jupiter-config.yaml
index c907f3f..b036518 100644
--- a/jupiter-fan-contro/jupiter-config.yaml
+++ b/jupiter-fan-contro/jupiter-config.yaml
@@ -17,6 +17,8 @@ fan_min_time_on: 120
fan_gain: 10
ec_ramp_rate: 10
+dry_run: False
+
sensors:
- hwmon_name: amdgpu
nice_name: P_APU
@@ -62,4 +64,4 @@ devices:
B: -531
C: 17394
T_threshold: 55
- # quadratic fit {{60, 2000}, {78, 3800}, {85, 5300}}
\ No newline at end of file
+ # quadratic fit {{60, 2000}, {78, 3800}, {85, 5300}}

View File

@ -9,6 +9,8 @@ Source: https://gitlab.com/evlaV/%{name}/-/archive/main/%{name}-main.tar
BuildArch: noarch BuildArch: noarch
Patch0: fedora.patch Patch0: fedora.patch
# Valve does the funny (Thanks RodoMa92)
Patch1: fan_fix.patch
Requires: python3 Requires: python3