Skip to content

Instantly share code, notes, and snippets.

@mercuriete
Created March 10, 2019 18:21
Show Gist options
  • Save mercuriete/6fd4b046e24dd587d3f53fe0c8af9100 to your computer and use it in GitHub Desktop.
Save mercuriete/6fd4b046e24dd587d3f53fe0c8af9100 to your computer and use it in GitHub Desktop.
Thermald configuration of my laptop
<?xml version="1.0"?>
<ThermalConfiguration>
<Platform>
<Name>Intel Powered Laptop</Name>
<ProductName>*</ProductName>
<Preference>QUIET</Preference>
<ThermalZones>
<ThermalZone>
<Type>cpu</Type>
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>85000</Temperature>
<type>passive</type>
<ControlType>SEQUENTIAL</ControlType>
<CoolingDevice>
<index>1</index>
<type>intel_pstate</type>
<influence>100</influence>
<SamplingPeriod>10</SamplingPeriod>
</CoolingDevice>
<CoolingDevice>
<index>2</index>
<type>intel_powerclamp</type>
<influence>100</influence>
<SamplingPeriod>10</SamplingPeriod>
</CoolingDevice>
<CoolingDevice>
<index>3</index>
<type>Processor</type>
<influence>100</influence>
<SamplingPeriod>10</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