Skip to content

Release 0.5.1

Latest
Compare
Choose a tag to compare
@foucault foucault released this 26 May 23:08
· 8 commits to master since this release
0.5.1

Changes since 0.5.0

This is a bugfix release over 0.5.0

  • Fans now will not be automatically reset once nvfancontrol exits. By default the Drop trait of NVFanManager will reset control of the fans back to automatic. This can cause a problem with monitor mode as the fan curve itself might be managed from a third-party tool. By resetting the fan back to automatic this will force the third-party tool to be set back to automatic mode and therefore follow the GPU firmware when it comes to fan management. This change moves the monitor functionality into NVFanManager and Drop will only reset to automatic only if monitor mode is not enabled. If you are only using nvfancontrol to manage your fans this change will not affect you.

  • [Unix] A bug was fixed where the driver version could not be queried when a card was attached to an XScreen other than 0 causing nvfancontrol to crash during startup.