Skip to content

Commit

Permalink
nvidia: Change default FAN controlling profile to quiet
Browse files Browse the repository at this point in the history
The nvfanctrl utility is mainly used for developer kits, so change the
default profile to quiet in order to reduce the noise of the FAN and
not stress developers.

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene authored and OhmSpectator committed Sep 11, 2024
1 parent 313feed commit 39739ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nvidia/scripts/nv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ echo "add" > /sys/module/nvidia/uevent 2> /dev/null

# Start FAN controller detached from terminal
if [ -f "$FANCTRL" ]; then
"$FANCTRL" -m cool > /dev/kmsg 2>&1 &
"$FANCTRL" -m quiet > /dev/kmsg 2>&1 &
fi

0 comments on commit 39739ff

Please sign in to comment.