-
-
Save ljn917/d4232bdab34a3116a71de9761728fcf3 to your computer and use it in GitHub Desktop.
thermald conf + fan control asus
This file contains hidden or 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
<?xml version="1.0"?> | |
<!-- | |
use "man thermal-conf.xml" for details | |
--> | |
<!-- BEGIN --> | |
<ThermalConfiguration> | |
<Platform> | |
<Name>ASUS G551JM</Name> | |
<ProductName>*</ProductName> | |
<Preference>QUIET</Preference> | |
<ThermalZones> | |
<ThermalZone> | |
<Type>x86_pkg_temp</Type> | |
<TripPoints> | |
<TripPoint> | |
<SensorType>x86_pkg_temp</SensorType> | |
<Temperature>50000</Temperature> | |
<type>passive</type> | |
<ControlType>PARALLEL</ControlType> | |
<CoolingDevice> | |
<index>1</index> | |
<type>Fan_1</type> | |
<influence> 100 </influence> | |
<SamplingPeriod> 12 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>2</index> | |
<type>rapl_controller</type> | |
<influence> 50 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>3</index> | |
<type>intel_pstate</type> | |
<influence> 40 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>4</index> | |
<type>intel_powerclamp</type> | |
<influence> 30 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
</TripPoint> | |
<TripPoint> | |
<SensorType>x86_pkg_temp</SensorType> | |
<Temperature>60000</Temperature> | |
<type>passive</type> | |
<ControlType>PARALLEL</ControlType> | |
<CoolingDevice> | |
<index>1</index> | |
<type>Fan_2</type> | |
<influence> 100 </influence> | |
<SamplingPeriod> 12 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>1</index> | |
<type>Fan_1</type> | |
<influence> 100 </influence> | |
<SamplingPeriod> 12 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>2</index> | |
<type>rapl_controller</type> | |
<influence> 50 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>3</index> | |
<type>intel_pstate</type> | |
<influence> 40 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>4</index> | |
<type>intel_powerclamp</type> | |
<influence> 30 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
</TripPoint> | |
<TripPoint> | |
<SensorType>x86_pkg_temp</SensorType> | |
<Temperature>70000</Temperature> | |
<type>passive</type> | |
<ControlType>PARALLEL</ControlType> | |
<CoolingDevice> | |
<index>1</index> | |
<type>Fan_3</type> | |
<influence> 100 </influence> | |
<SamplingPeriod> 12 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>1</index> | |
<type>Fan_1</type> | |
<influence> 100 </influence> | |
<SamplingPeriod> 12 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>2</index> | |
<type>rapl_controller</type> | |
<influence> 50 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>3</index> | |
<type>intel_pstate</type> | |
<influence> 40 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<index>4</index> | |
<type>intel_powerclamp</type> | |
<influence> 30 </influence> | |
<SamplingPeriod> 10 </SamplingPeriod> | |
</CoolingDevice> | |
</TripPoint> | |
</TripPoints> | |
</ThermalZone> | |
</ThermalZones> | |
<CoolingDevices> | |
<CoolingDevice> | |
<Type>Fan_1</Type> | |
<Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
<MinState>37</MinState> | |
<IncDecStep>37</IncDecStep> | |
<ReadBack> 0 </ReadBack> | |
<MaxState>112</MaxState> | |
<DebouncePeriod>5</DebouncePeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<Type>Fan_2</Type> | |
<Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
<MinState>112</MinState> | |
<IncDecStep>37</IncDecStep> | |
<ReadBack> 0 </ReadBack> | |
<MaxState>149</MaxState> | |
<DebouncePeriod>5</DebouncePeriod> | |
</CoolingDevice> | |
<CoolingDevice> | |
<Type>Fan_3</Type> | |
<Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
<MinState>149</MinState> | |
<IncDecStep>37</IncDecStep> | |
<ReadBack> 0 </ReadBack> | |
<MaxState>223</MaxState> | |
<DebouncePeriod>5</DebouncePeriod> | |
</CoolingDevice> | |
</CoolingDevices> | |
</Platform> | |
</ThermalConfiguration> | |
<!-- END --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment