This is a complete rewrite of scientifichackers/thinkfan-control-gui using PyQt5.
This is an application for controlling fan speed on IBM/Lenovo ThinkPads.
It can also monitor CPU temp and fan RPM.
It is written for Linux only. For Windows, see http://www.almico.com/speedfan.php
- Parses
sensors
command to show CPU temp - Modifies
/proc/acpi/ibm/fan
to change fan speed
--no-tray
disables tray icon--hide
hides main window on start
sudo apt install lm-sensors policykit-1 python3 python3-pyqt5
Package is available in the AUR: thinkfan-ui
- Download
.deb
from release page - Install using package manager of your choice or in terminal with
apt install ./<packagename>.deb
- Open this file, using command --
sudo nano /etc/modprobe.d/thinkpad_acpi.conf
- Add line
options thinkpad_acpi fan_control=1
- Reboot
- clone this repository and navigate to the
src
folder - run
python3 fan.py
Note: You are required to have the Linux kernel with thinkpad-acpi
patch. (Ubuntu, Solus and a few others already seem to have this)