Skip to content

Commit

Permalink
fix: Correct fan control on Jupiter (Thanks RodoMa92)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 16, 2024
1 parent 4f1a74f commit a6e0b97
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions spec_files/jupiter-fan-control/fan_fix.patch
Original file line number Diff line number Diff line change
@@ -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}}
2 changes: 2 additions & 0 deletions spec_files/jupiter-fan-control/jupiter-fan-control.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Source: https://gitlab.com/evlaV/%{name}/-/archive/main/%{name}-main.tar
BuildArch: noarch

Patch0: fedora.patch
# Valve does the funny (Thanks RodoMa92)
Patch1: fan_fix.patch

Requires: python3

Expand Down

0 comments on commit a6e0b97

Please sign in to comment.