Skip to content

a small gui app for linux to control fan speed and monitor temps on a thinkpad

Notifications You must be signed in to change notification settings

Azure-Orit/thinkfan-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinkfan Control

Light Mode

Screenshot

Dark Mode

Screenshot

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 https://sourceforge.net/projects/tp4xfancontrol/

How it Works?

  • Parses sensors command to show CPU temp and fan RPM
  • Modifies /proc/acpi/ibm/fan to change fan speed
  • to autostart edit the install.sh file

Dependencies

  • lm-sensors
  • python3
  • python-tk
  • pillow-tk

Setup

  • to activate autostart edit install.sh line 11 removing the "#" and adding your user instead of [youruser]
  • chmod +x install.sh
  • sudo ./install.sh

Note: You are required to have the Linux kernel with thinkpad-acpi patch. (Ubuntu, Solus and a few others already seem to have this)

About

a small gui app for linux to control fan speed and monitor temps on a thinkpad

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.2%
  • Shell 12.8%