mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 16:49:40 +01:00
28 lines
683 B
XML
28 lines
683 B
XML
|
<?xml version="1.0"?>
|
||
|
<ThermalConfiguration>
|
||
|
<Platform>
|
||
|
<Name>Surface Pro Intel Thermal Workaround</Name>
|
||
|
<ProductName>*</ProductName>
|
||
|
<Preference>QUIET</Preference>
|
||
|
<ThermalZones>
|
||
|
<ThermalZone>
|
||
|
<Type>cpu</Type>
|
||
|
<TripPoints>
|
||
|
<TripPoint>
|
||
|
<SensorType>x86_pkg_temp</SensorType>
|
||
|
<Temperature>65000</Temperature>
|
||
|
<type>passive</type>
|
||
|
<ControlType>SEQUENTIAL</ControlType>
|
||
|
<CoolingDevice>
|
||
|
<index>1</index>
|
||
|
<type>rapl_controller</type>
|
||
|
<influence>100</influence>
|
||
|
<SamplingPeriod>10</SamplingPeriod>
|
||
|
</CoolingDevice>
|
||
|
</TripPoint>
|
||
|
</TripPoints>
|
||
|
</ThermalZone>
|
||
|
</ThermalZones>
|
||
|
</Platform>
|
||
|
</ThermalConfiguration>
|