nan0s7

Results 41 comments of nan0s7

I wonder if you were to specify the display you're using for the GPU may cause it to work. What's the output of `nvidia-settings -q screens`? Try these two commands;...

So I only have a 10-series GPU to test, and you two seem to be having problems with the 20-series. Can I have the output of `nvidia-settings -q fans`? Another...

Oh awesome that you got a fix! Did it not do anything when upgrading to the 465 drivers before forcing X to run in root?

`git clone ...` does get the latest git version :) Yeah so it seems the length of the curve 'array' is reduced by 2, so if you have a curve...

`pkill temp` will certainly stop the script, but it won't trigger the `finish()` function, which resets all the values to their defaults. But `kill -INT $(pgrep temp)` works fine for...

Sorry for the delay in responce; had a busy week. Yeah it really does sound like Lutris isn't executing the script properly. Perhaps it's running the script in another session...

Hmm... can I have some more information about your setup? Like are you using the X display server, do you have coolbits enabled, etc. Post the output of the two...

This is weird; it seems like the nvidia drivers aren't finding your X-server. This isn't a problem with my script, but I'm happy to help as much as I can....

Yeah I think that may be the issue; not having a display enabled. You should be able to have a faux display running if you're into that, which may convinse...

No problem! Hope you get things how you would like them :) I'll keep this issue open to remind myself to look into fan control without nvidia-settings to see if...