Skip to content

MisterPup/Nvidia-Dynamic-Fan-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvidia-Dynamic-Fan-Control

Python script for dynamic control of the fan speed of a Nvidia Card
Based on the work of Luke Frisken:
https://code.google.com/p/nvidia-fanspeed/

Fan speed changes depending on the temperature of the card
A modifiable 2D curve of [temp, speed] points is used to control the fan

Works only with proprietary drivers
No SLI support (only single GPU configuration)
It must be used with an open terminal

Last driver version tested: 352.21
On 349.12 and 349.16 versions there is a regression that makes impossibile to control fan speed

DEPENDENCIES

  • python
  • matplotlib

HOW TO INSTALL

  • Install python
      sudo apt-get install python #on debian based distros
  • Install matplotlib
      sudo apt-get install python-matplotlib #on debian based distros
  • Add the following line in section "Device" of /etc/X11/xorg.conf
      Option "Coolbits" "4"

HOW TO START
Open a terminal in the folder containing both nvidia-gui.py and nvidiafanspeed.py then execute:
  python nvidia-gui.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages