Skip to content

Simple script for setting fan levels for thinkpad laptopts.

Notifications You must be signed in to change notification settings

KnuckleSecurity/thinkpadfan-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinkpad Fan Tweaker GUI

Logo

Logo

Description

Spesifically designed for ThinkPad and IBM laptops to tweak fan speed with a graphical user interface. You can also monitor CPU, GPU temperatures.

Dependencies

  • Python3 libraries --> subprocess, shlex
  • Unix binaries --> lm-sensors
  • OS --> Any Linux kernel with thinkpad-acpi patch.

Installing

 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

Setup

  • 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

About

Simple script for setting fan levels for thinkpad laptopts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages