Created
March 31, 2016 07:39
-
-
Save presianbg/0a811531c1d45afb08c0f569cc6fe576 to your computer and use it in GitHub Desktop.
thermald only fan
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>43000</Temperature> | |
| <type>passive</type> | |
| <ControlType>SEQUENTIAL</ControlType> | |
| <CoolingDevice> | |
| <index>1</index> | |
| <type>Fan_1</type> | |
| <influence> 100 </influence> | |
| <SamplingPeriod> 12 </SamplingPeriod> | |
| </CoolingDevice> | |
| </TripPoint> | |
| <TripPoint> | |
| <SensorType>x86_pkg_temp</SensorType> | |
| <Temperature>52000</Temperature> | |
| <type>passive</type> | |
| <ControlType>SEQUENTIAL</ControlType> | |
| <CoolingDevice> | |
| <index>1</index> | |
| <type>Fan_2</type> | |
| <influence> 100 </influence> | |
| <SamplingPeriod> 12 </SamplingPeriod> | |
| </CoolingDevice> | |
| </TripPoint> | |
| <TripPoint> | |
| <SensorType>x86_pkg_temp</SensorType> | |
| <Temperature>60000</Temperature> | |
| <type>passive</type> | |
| <ControlType>SEQUENTIAL</ControlType> | |
| <CoolingDevice> | |
| <index>1</index> | |
| <type>Fan_3</type> | |
| <influence> 100 </influence> | |
| <SamplingPeriod> 12 </SamplingPeriod> | |
| </CoolingDevice> | |
| </TripPoint> | |
| </TripPoints> | |
| </ThermalZone> | |
| </ThermalZones> | |
| <CoolingDevices> | |
| <CoolingDevice> | |
| <Type>Fan_1</Type> | |
| <Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
| <MinState>100</MinState> | |
| <IncDecStep>25</IncDecStep> | |
| <ReadBack> 0 </ReadBack> | |
| <MaxState>175</MaxState> | |
| <DebouncePeriod>5</DebouncePeriod> | |
| </CoolingDevice> | |
| <CoolingDevice> | |
| <Type>Fan_2</Type> | |
| <Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
| <MinState>175</MinState> | |
| <IncDecStep>20</IncDecStep> | |
| <ReadBack> 0 </ReadBack> | |
| <MaxState>235</MaxState> | |
| <DebouncePeriod>5</DebouncePeriod> | |
| </CoolingDevice> | |
| <CoolingDevice> | |
| <Type>Fan_3</Type> | |
| <Path>/sys/devices/platform/asus-nb-wmi/hwmon/hwmon1/pwm1</Path> | |
| <MinState>235</MinState> | |
| <IncDecStep>15</IncDecStep> | |
| <ReadBack> 0 </ReadBack> | |
| <MaxState>255</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