Talk:HARDWARE Nvidia Fanspeed Auto-Adjustment

From Gentoo Linux Wiki

Jump to: navigation, search

nvclock doesn't report any board temperature for my configuration making the script fail. By letting the board temperature be equal to the GPU temperature in such a case, the script will work.

File: fix-missing-boardtemp-patch
165c165,167
< 
---
>               # Some boards seem to lack a board temperature sensor...
>               if strBoardLine == '':
>                   strBoardLine = strGPULine
 

Apply patch with:

patch nvidiafanspeed fix-missing-boardtemp-patch

Thanks, I've added the patch to the main script. --PaulBredbury 00:11, 21 December 2005 (GMT)


Okay, I just had a scary moment. Due to an earlier experiment, my fan cable was loose and came out as I was playing BZFlag...... I'll let you guess the rest.

Would it be possible to edit this script to make it give a warning (bleep) when the temp gets too high? Done --PaulBredbury 04:17, 23 December 2005 (GMT)


This script is overly complicated, consider using regular expressions --145.94.36.232 11:49, 16 May 2008 (UTC)

Personal tools