1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: thinkfan
Section: misc
Priority: extra
Maintainer: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper (>= 9), dh-systemd (>= 1.3), cmake, libatasmart-dev
Standards-Version: 3.9.8
Homepage: https://github.com/vmatare/thinkfan
Vcs-Git: https://anonscm.debian.org/git/collab-maint/thinkfan.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/thinkfan.git
Package: thinkfan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple and lightweight fan control program
Some hardware has a kind of broken fan-control and lets the fan run
faster than really needed. Thinkfan will prevent this by controlling
the fan on its own (the fan speed for each temperature interval can be
adjusted in the configuration file).
.
Originally designed specifically for IBM/Lenovo Thinkpads,
it supports any kind of system via the sysfs hwmon interface.
It is designed to eat as little CPU power as possible.
|