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
NVIDIA is a registered trademark of NVIDIA Corporation.
Developers and app are not related to NVIDIA.
The appliction need:
nvidia-smi
packagenvidia-settings
package
To install the app, open terminal and:
git clone https://github.com/tudo75/gpu-fan-control.git
cd gpu-fan-control
meson setup build
ninja -C build
ninja -C build install
-
Open application through the created menu launcher or from terminal
com.github.tudo75.gpu-fan-control
-
Click on: "Initialize Nvidia Xconfig"
-
If you receive a positive confirmation dialog then click on: "Reboot".
If you receive an error message, you should install thenvidia-smi
andnvidia-settings
packages and retry -
After Reboot reopen app and set desired speed
- 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
- Created an automatic refresh of the data
- Add a logging system
- Replace nvidia-smi results with a custom panel
- Add more graphic widgets to the dashboard
- Add help window as md or html file