Spesifically designed for ThinkPad and IBM laptops to tweak fan speed with a graphical user interface. You can also monitor CPU, GPU temperatures.
- Python3 libraries --> subprocess, shlex
- Unix binaries --> lm-sensors
- OS --> Any Linux kernel with
thinkpad-acpi
patch.
git clone https://github.com/krygeNNN/thinkpadfan-gui.git
pip3 install -r requirements.txt
Arch Based
sudo pacman -S lm-sensors dmidecode
Debian Based
sudo apt-get install lm-sensors dmidecode
echo options thinkpad_acpi fan_control=1 | sudo tee /etc/modprobe.d/thinkpad_acpi.conf
- Reboot your computer.
- Run script with
sudo
sudo python3 thinkpad_fan_gui.py