Skip to content

tudo75/nvidia-fan-control

Repository files navigation

Icon Nvidia Fan Control

GitHub PyPI - Python Version PyPI - Implementation GitHub release (latest SemVer) GitHub Workflow Status PyPI - Format PyPI - Wheel PyPI - Status

GUI fan controller for Nvidia GPU

With this app you can set your preferred fan speed for Nvidia GPU (on Linux systems) without to use command line tools.

Note: Tested on GTX 460

Credits

Based on the work of Sabin Dcoster nvidia-fan-control-gui-linux

Disclaimer

NVIDIA is a registered trademark of NVIDIA Corporation.

Developers and app are not related to NVIDIA.

Installation

To install the app:

pip install nvidia_fan_control

or

sudo pip install nvidia_fan_control

Usage

  1. Open application through the created menu launcher or from terminal

    nvidiafancontrol

  2. Click on: "Initialize Nvidia Xconfig"

  3. If you receive a positive confirmation dialog then click on: "Reboot". If you receive an error message, you should install the nvidia-smi package and retry

  4. After Reboot reopen app and set desired speed

TODO

  • Check Nvidia GPU index if there are multiple GPUs
  • Handle multiple Nvidia GPU on same system
  • Create a daemon/service to apply custom setting on boot