Skip to content

blasts your nvidia gpu fans at max. don't overclock, but worried about your fan speed? this will cover it for you.

Notifications You must be signed in to change notification settings

geoffmeyers/fanblaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fanblaster

blasts your nvidia gpu fans at max.

you don't overclock, but you're worried about your fan speed? something keeps setting your fans back to a low-speed profile and crashing your gpu?

this will cover it for you.

plays an annoying sound if a thermal reading increases above a limit passed on the command line

disclaimer: i don't really code for windows, but... "works on my machine!" (cringe)

requires that you have a copy of nvapi.dll somewhere on your machine (which will be the case for everyone with one of these gpus, i imagine)

fanblaster.ico generated from: http://www.iconsdb.com/white-icons/fan-icon.html which requires me to link to https://icons8.com/ per the license

built on windows with mingw:

windres fanblaster.rc -O coff -o fanblaster.res

g++ fanblaster.cc fanblaster.res -o fanblaster.exe -lwinmm -static-libgcc -static-libstdc++

example usage to alarm if temp goes above 65C and to set the fan to 90%:

fanblaster.exe -a 65 -s 90

About

blasts your nvidia gpu fans at max. don't overclock, but worried about your fan speed? this will cover it for you.

Resources

Stars

Watchers

Forks

Packages

No packages published