-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Monitor (-m) flag modifies fan speed on exit #29
Comments
Hello! This seems common to windows and linux so I removed windows from title. I suspect this happens because I believe a better solution would be not to touch anything related to the fans if running in monitor mode. Should be relatively straightforward. |
I did exactly as you've asked -- your theory is correct.
I concur that this would be the correct solution. I suspect the code for this should be quite easy. Thank you! |
I think I fixed it. Give it a try! |
I can confirm this fixes the problem. Thank you so much! |
The fix is now in master, will be in the new release whenever that happens. |
When using
-m -j
on Windows, upon exiting the program (Ctrl-C), the fan speeds are reset to 0. In other words:-m
isn't just "pure monitoring". When using-d
, I can clearly see at the end the messageResetting fan control
(I suspect this is the cause).I'm using the version provided here since I have an RTX GPU (in contrast, 0.5.0 crashes).
Testing methodology:
nvcontrol -m -j
-- fan speeds look fine (still 44%).nvcontrol
-- instantly fan speeds drop to 0 and stasy that way until Precision X1 is re-run. (This EVGA card's BIOS, by default, actually turns off the fans entirely if a certain load isn't met)System details: Windows 7 SP1 x64 with an NVIDIA RTX 2060 SUPER (EVGA RTX 2060 Super SC Ultra Black Gaming, model 08G-P4-3065-KR).
The text was updated successfully, but these errors were encountered: