Enhanced README
This commit is contained in:
parent
ed4f186803
commit
e63b4d1667
1 changed files with 27 additions and 8 deletions
35
README
35
README
|
@ -1,5 +1,11 @@
|
|||
This is an enhanced version of rvega's Fan-Control-Daemon <https://github.com/rvega/Fan-Control-Daemon>,
|
||||
which itself is an enhanced version of Allan McRae mbpfan <http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/>
|
||||
Fan-Control-Daemon
|
||||
====================
|
||||
|
||||
Introduction
|
||||
---------------------
|
||||
|
||||
This is an enhanced version of [rvega's Fan-Control-Daemon](https://github.com/rvega/Fan-Control-Daemon),
|
||||
which itself is an enhanced version of [Allan McRae mbpfan](http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/)
|
||||
|
||||
Fan-Control-Daemon 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).
|
||||
|
@ -9,17 +15,30 @@ This enhanced version assumes any number of processors and fans (max. 10).
|
|||
* It requires root use
|
||||
|
||||
|
||||
Compile Instructions
|
||||
---------------------
|
||||
|
||||
Compile with
|
||||
gcc -o mbpfan -lm mbpfan.c
|
||||
make
|
||||
|
||||
Manually compile with
|
||||
gcc -o bin/mbpfan src/mbpfan.c -lm
|
||||
|
||||
|
||||
Run Instructions
|
||||
---------------------
|
||||
|
||||
Run with
|
||||
sudo ./mbpfan
|
||||
sudo bin/mbpfan
|
||||
|
||||
Original README below.
|
||||
--
|
||||
It includes a PKGBUILD for easy installation in Arch Linux.
|
||||
|
||||
Based on:
|
||||
License
|
||||
---------------------
|
||||
GNU General Public License version 3
|
||||
|
||||
|
||||
Based On
|
||||
---------------------
|
||||
|
||||
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
|
||||
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/
|
||||
|
|
Loading…
Add table
Reference in a new issue