After startup. the fan pwm is set to 128.
After about 1-2 minutes, the pwm value starts rising until it hits 255, shutting the fan off.
This seems to be independent of the actual temperature.
From what i can tell, nvfancontrol is responsible for handling fan behaviour.
Content of /etc/nvfancontrol.conf (symlink to /etc/nvpower/nvfancontrol/nvfancontrol_p3767_0000.conf):
#
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA CORPORATION is strictly prohibited.
#
POLLING_INTERVAL 2
<FAN 1>
TMARGIN ENABLED
FAN_GOVERNOR cont {
STEP_SIZE 10
}
FAN_CONTROL close_loop {
RPM_TOLERANCE 100
}
FAN_PROFILE quiet {
#TEMP HYST PWM RPM
0 0 255 6000
10 0 255 6000
11 0 187 4000
31 0 187 4000
70 0 0 0
105 0 0 0
}
FAN_PROFILE cool {
#TEMP HYST PWM RPM
0 0 255 6000
35 0 255 6000
70 0 0 0
105 0 0 0
}
THERMAL_GROUP 0 {
GROUP_MAX_TEMP 105
#Thermal-Zone Coeffs Max-Temp
CPU-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
GPU-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
SOC0-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
SOC1-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
SOC2-therm 20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 0
}
FAN_DEFAULT_CONTROL close_loop
FAN_DEFAULT_PROFILE quiet
FAN_DEFAULT_GOVERNOR cont
KICKSTART_PWM 64
As far as i can interpret this, fan pwm should decline as temperature rises, which sounds correct.
However, the actual behaviour is different.