-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
36 lines (24 loc) · 1.11 KB
/
README
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
27
28
29
30
31
32
33
34
A simple fan speed control demon for Linux + Apple Mac Book Pro (5,5).
License: GPL3
(C) Leon Szpilewski / [email protected]
My Macbook Pro 5,5 runs pretty hot till the fan on linux kicks in.
This is an attempt to create a demon that will fix this behavior.
The fan speed formula is for now a simple logarithmic function and
seems a little too sensitive in the early mid ranges.
I'm planning to replace all that ugly math with a highly over-
engineered goal oriented system - but for now the math stuff
works pretty well ;)
Compatibility can only be ensured with MBP 5,5 13" models yet.
I heard rumors of the bigger MBPs (15/17") having more than one
fan built in. But as I don't have access to those models I can't
verify that. You are however welocome to send me an email,
open an issue in the issue tracker with your model's information.
(Or fork the code and build and hack it yourself).
How To Build
============
1) The demon is written in Go and requires Go 1.
Get it from http://golang.org/
2) To build the project just type:
> go build
3) To run the demon (which isn't a demon yet):
> sudo ./mbpfand