Skip to content

Commit

Permalink
Add fan syncing from #177 to fix hybrid GPU fan
Browse files Browse the repository at this point in the history
Should also help with abysmal temperatures in general.
  • Loading branch information
MilesBHuff committed Apr 20, 2021
1 parent 73b4e42 commit 4514ed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/board/system76/oryp7/board.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ CFLAGS+=\
-DPOWER_LIMIT_AC=180 \
-DPOWER_LIMIT_DC=28

# sync GPU fan speed to CPU fan speed (great for galp5 w/o dGPU)
CFLAGS+=-DSYNC_FANS=1

# Custom fan curve
CFLAGS+=-DBOARD_HEATUP=5
CFLAGS+=-DBOARD_COOLDOWN=20
Expand Down

0 comments on commit 4514ed6

Please sign in to comment.