We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My GPU has two fans (coolers). I would like to set curve for each fan independently.
$ nvfancontrol --print-coolers Found 1 available GPU(s) GPU #0: NVIDIA GeForce RTX 2080 COOLER-1 COOLER-0
In nvfancontrol.conf I can set a cooling curve in format:
nvfancontrol.conf
{TEMP} {FAN%} # example: 30 40
Could the config file format look like this?:
{TEMP} {FAN1%} {FAN2%} # example: 30 40 45
where, the FAN1 is the first cooler reported by nvfancontrol --print-coolers - COOLER-1 and FAN2 is COOLER-0.
nvfancontrol --print-coolers
COOLER-1
COOLER-0
or another format which could be compatible with the one we have now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My GPU has two fans (coolers). I would like to set curve for each fan independently.
In
nvfancontrol.conf
I can set a cooling curve in format:Could the config file format look like this?:
where, the FAN1 is the first cooler reported by
nvfancontrol --print-coolers
-COOLER-1
and FAN2 isCOOLER-0
.or another format which could be compatible with the one we have now.
The text was updated successfully, but these errors were encountered: