1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: mbpfan
Section: utils
Priority: optional
Maintainer: Chow Loong Jin <hyperair@debian.org>
Build-Depends: debhelper-compat (= 13),
Standards-Version: 4.6.1
Homepage: https://github.com/dgraziotin/mbpfan
Vcs-Git: https://salsa.debian.org/debian/mbpfan.git
Vcs-Browser: https://salsa.debian.org/debian/mbpfan
Package: mbpfan
Architecture: any
Pre-Depends: init-system-helpers (>= 1.58)
Depends: ${shlibs:Depends},
${misc:Depends}
Description: fan control daemon for Apple Macbooks
mbpfan is a daemon that uses input from coretemp module and sets the fan speed
using the applesmc module. This enhanced version assumes any number of
processors and fans (max. 10).
.
* It only uses the temperatures from the processors as input.
* It requires coretemp and applesmc kernel modules to be loaded.
* It requires root use
* It daemonizes or stays in foreground
* Verbose mode for both syslog and stdout
* Users can configure it using the file /etc/mbpfan.conf
|