mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-15 22:51:31 +00:00
fix: Correct fan control on Jupiter (Thanks RodoMa92)
This commit is contained in:
parent
4f1a74f256
commit
a6e0b97a38
20
spec_files/jupiter-fan-control/fan_fix.patch
Normal file
20
spec_files/jupiter-fan-control/fan_fix.patch
Normal 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}}
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user