forked from byrnes/TPFanControl
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- TPFanControl.exe - Updated .ini files for debug and release - Updated Readme
- Loading branch information
Showing
5 changed files
with
88 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
# TPFanControl for dual-fan ThinkPads (P1, X1 Extreme..) | ||
|
||
Tested on a ThinkPad P1 Gen 3 with Nvidia GPU. | ||
Tested and working without issues on my ThinkPad P1 Gen 3 with Nvidia GPU. | ||
|
||
## About | ||
|
||
This is a fork of https://github.com/byrnes/TPFanControl. On my machine, the fan on the right side is not always stopped and this fork aims to fix this issue. | ||
This is a fork of https://github.com/byrnes/TPFanControl. | ||
|
||
## Requirements | ||
Features / fixes: | ||
|
||
As a requirement either install [tvicport](https://www.entechtaiwan.com/dev/port/index.shtm) manually or install the original version of TPFanControl found [here](https://sourceforge.net/projects/tp4xfancontrol/), and run the dual-fan version instead of the original version. | ||
- **On my machine, this completly fixes the issue that the fan on the right side was not always stopped** | ||
- Speed of both fans (left and right) is now read from the embedded controller and displayed in RPM | ||
- Sensor name for GPU and some presets are set correctly for modern machines | ||
- Minor cosmetic changes | ||
|
||
## Running at startup | ||
Some files were removed from the repository that should not be under version control. Other than that, no code reformatting or refactoring was done for the utmost transparency of changes to the original version of TPFanControl. | ||
|
||
## Installation | ||
|
||
Either install [tvicport](https://www.entechtaiwan.com/dev/port/index.shtm) manually or install the original version of TPFanControl found [here](https://sourceforge.net/projects/tp4xfancontrol/) and run the dual-fan version instead of the original version: | ||
|
||
Currently not possible with Windows 10 because it lacks a certificate to prevent the Windows security warning. | ||
After you installed the original version of TPFanControl, replace the .exe (and possibly .ini) file with the corresponding files in the `fancontrol/Release` directory. | ||
|
||
## Running at startup | ||
To my knowledge, running at startup is currently not possible with Windows 10 because it lacks a certificate to prevent the Windows security warning. If you have working and easy to reproduce instructions how to create a self signed certificate: please let me know or create a pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters