Skip to content

Instantly share code, notes, and snippets.

@hxss
Created January 20, 2018 14:27
Show Gist options
  • Save hxss/f9aee7b24f78e89264989a046af8ea5c to your computer and use it in GitHub Desktop.
Save hxss/f9aee7b24f78e89264989a046af8ea5c to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<ThermalConfiguration>
<Platform>
<Name>_TRT export</Name>
<ProductName>80TX </ProductName>
<Preference>QUIET</Preference>
<ThermalSensors>
<ThermalSensor>
<Type>INT3400 Thermal</Type>
<Path>/sys/class/thermal/thermal_zone0/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>B0D4</Type>
<Path>/sys/class/thermal/thermal_zone1/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>pch_skylake</Type>
<Path>/sys/class/thermal/thermal_zone2/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>x86_pkg_temp</Type>
<Path>/sys/class/thermal/thermal_zone3/</Path>
<AsyncCapable>1</AsyncCapable>
</ThermalSensor>
</ThermalSensors>
<ThermalZones>
<ThermalZone>
<Type>B0D4</Type>
<TripPoints>
<TripPoint>
<SensorType>B0D4</SensorType>
<Temperature>65000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<type>Processor</type>
<influence> 10 </influence>
<SamplingPeriod> 5 </SamplingPeriod>
</CoolingDevice>
</TripPoint>
<TripPoint>
<SensorType>B0D4</SensorType>
<Temperature>70000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<type>rapl_controller</type>
<influence>30</influence>
<SamplingPeriod>2</SamplingPeriod>
</CoolingDevice>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</ThermalConfiguration>
<?xml version="1.0"?>
<ThermalConfiguration>
<Platform>
<Name>_TRT export</Name>
<ProductName>80TX </ProductName>
<Preference>QUIET</Preference>
<ThermalSensors>
<ThermalSensor>
<Type>INT3400 Thermal</Type>
<Path>/sys/class/thermal/thermal_zone0/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>B0D4</Type>
<Path>/sys/class/thermal/thermal_zone1/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>pch_skylake</Type>
<Path>/sys/class/thermal/thermal_zone2/</Path>
<AsyncCapable>0</AsyncCapable>
</ThermalSensor>
<ThermalSensor>
<Type>x86_pkg_temp</Type>
<Path>/sys/class/thermal/thermal_zone3/</Path>
<AsyncCapable>1</AsyncCapable>
</ThermalSensor>
</ThermalSensors>
<ThermalZones>
<ThermalZone>
<Type>B0D4</Type>
<TripPoints>
<TripPoint>
<SensorType>B0D4</SensorType>
<Temperature>65000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<type>Processor</type>
<influence> 10 </influence>
<SamplingPeriod> 5 </SamplingPeriod>
</CoolingDevice>
</TripPoint>
<TripPoint>
<SensorType>B0D4</SensorType>
<Temperature>70000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<type>rapl_controller</type>
<influence>30</influence>
<SamplingPeriod>2</SamplingPeriod>
</CoolingDevice>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
</Platform>
</ThermalConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment