Skip to content

Instantly share code, notes, and snippets.

@byaka
byaka / gpuFanControl.py
Last active May 23, 2019 08:42
Script for linux, that controls Nvidia GPU Fan. You can set curve of temperature-speed (see line :160).
#!/usr/bin/env python
"""
Script to control the fan speed of an NVidia gpu using a custom fan speed/temperature curve.
Copyright (C) 2012 Luke Frisken
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.