Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TamtamHero committed Mar 17, 2024
1 parent 43cade9 commit b7a8259
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# fw-fanctrl

This is a simple Python service for Linux that drives the Framework Laptop's fan speed according to a configurable speed/temp curve.
This is a simple Python service for Linux that drives Framework Laptop's fan(s) speed according to a configurable speed/temp curve.
Its default configuration targets very silent fan operation, but it's easy to configure it for a different comfort/performance trade-off.
Its possible to specify two separate fan curves depending on whether the Laptop is charging/discharging.
Under the hood, it uses [fw-ectool](https://github.com/DHowett/fw-ectool) to change parameters in FrameWork's embedded controller (EC).

It is compatible with all kinds of 13" and 16" models, both AMD/Intel CPUs and with or without discrete GPU.

# Install

## Dependancies
Expand Down Expand Up @@ -76,4 +78,4 @@ It is possible to hot swap the current strategy with another one by running the
```
fw-fanctrl strategyName
```
where `strategyName is one of the strategies described in the config file.
where `strategyName is one of the strategies described in the config file.

0 comments on commit b7a8259

Please sign in to comment.