Skip to content

Instantly share code, notes, and snippets.

@imasaru
Created September 22, 2020 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imasaru/19222cba8b77cdb03af9a87076583e05 to your computer and use it in GitHub Desktop.
Save imasaru/19222cba8b77cdb03af9a87076583e05 to your computer and use it in GitHub Desktop.
Personal NoteBook FanControl (nbfc) config for Acer E5-575.
<?xml version="1.0"?>
<FanControlConfigV2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NotebookModel>Aspire E5-575</NotebookModel>
<Author>cymug (modified by imasaru)</Author>
<EcPollInterval>250</EcPollInterval>
<ReadWriteWords>false</ReadWriteWords>
<CriticalTemperature>93</CriticalTemperature>
<FanConfigurations>
<FanConfiguration>
<ReadRegister>85</ReadRegister>
<WriteRegister>85</WriteRegister>
<MinSpeedValue>0</MinSpeedValue>
<MaxSpeedValue>8</MaxSpeedValue>
<IndependentReadMinMaxValues>false</IndependentReadMinMaxValues>
<MinSpeedValueRead>0</MinSpeedValueRead>
<MaxSpeedValueRead>0</MaxSpeedValueRead>
<ResetRequired>true</ResetRequired>
<FanSpeedResetValue>0</FanSpeedResetValue>
<FanDisplayName>System Fan</FanDisplayName>
<TemperatureThresholds>
<TemperatureThreshold>
<UpThreshold>40</UpThreshold>
<DownThreshold>0</DownThreshold>
<FanSpeed>25</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>45</UpThreshold>
<DownThreshold>40</DownThreshold>
<FanSpeed>87.5</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>46</UpThreshold>
<DownThreshold>43</DownThreshold>
<FanSpeed>100</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>43</UpThreshold>
<DownThreshold>37</DownThreshold>
<FanSpeed>50</FanSpeed>
</TemperatureThreshold>
<TemperatureThreshold>
<UpThreshold>41</UpThreshold>
<DownThreshold>34</DownThreshold>
<FanSpeed>37.5</FanSpeed>
</TemperatureThreshold>
</TemperatureThresholds>
<FanSpeedPercentageOverrides />
</FanConfiguration>
</FanConfigurations>
<RegisterWriteConfigurations>
<RegisterWriteConfiguration>
<WriteMode>Set</WriteMode>
<WriteOccasion>OnInitialization</WriteOccasion>
<Register>147</Register>
<Value>20</Value>
<ResetRequired>true</ResetRequired>
<ResetValue>4</ResetValue>
<ResetWriteMode>Set</ResetWriteMode>
<Description>Set EC to manual control</Description>
</RegisterWriteConfiguration>
</RegisterWriteConfigurations>
</FanControlConfigV2>
@imasaru
Copy link
Author

imasaru commented Sep 22, 2020

2020年9月22日

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment