linux-surface/contrib/thermald/example_config_SL1.xml

25 lines
620 B
XML
Raw Normal View History

<ThermalConfiguration>
2021-07-03 20:53:23 +00:00
<Platform>
<Name>Override CPU default passive</Name>
<ProductName>*</ProductName>
<Preference>QUIET</Preference>
<ThermalZones>
<ThermalZone>
<Type>cpu</Type>
<TripPoints>
<TripPoint>
<SensorType>x86_pkg_temp</SensorType>
<Temperature>90000</Temperature>
<type>max</type>
</TripPoint>
<TripPoint>
2021-07-03 20:53:23 +00:00
<SensorType>GEN1</SensorType>
<Temperature>50000</Temperature>
<type>max</type>
</TripPoint>
</TripPoints>
</ThermalZone>
2021-07-03 20:53:23 +00:00
</ThermalZones>
</Platform>
</ThermalConfiguration>