mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Update thermal-config.xml surface-pro-intel
Thermald config from: https://github.com/linux-surface/linux-surface/issues/221#issuecomment-1732658939
This commit is contained in:
parent
a65b650d69
commit
bc68d15667
|
|
@ -1,27 +1,39 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<ThermalConfiguration>
|
<ThermalConfiguration>
|
||||||
<Platform>
|
<Platform>
|
||||||
<Name>Surface Pro Intel Thermal Workaround</Name>
|
<Name>Surface Pro Intel Thermal Workaround</Name>
|
||||||
<ProductName>*</ProductName>
|
<ProductName>*</ProductName>
|
||||||
<Preference>QUIET</Preference>
|
<Preference>QUIET</Preference>
|
||||||
<ThermalZones>
|
<ThermalZones>
|
||||||
<ThermalZone>
|
<ThermalZone>
|
||||||
<Type>cpu</Type>
|
<Type>cpu</Type>
|
||||||
<TripPoints>
|
<TripPoints>
|
||||||
<TripPoint>
|
<TripPoint>
|
||||||
<SensorType>x86_pkg_temp</SensorType>
|
<SensorType>x86_pkg_temp</SensorType>
|
||||||
<Temperature>65000</Temperature>
|
<Temperature>63769</Temperature>
|
||||||
<type>passive</type>
|
<type>passive</type>
|
||||||
<ControlType>SEQUENTIAL</ControlType>
|
<ControlType>PARALLEL</ControlType>
|
||||||
<CoolingDevice>
|
<CoolingDevice>
|
||||||
<index>1</index>
|
<index>1</index>
|
||||||
<type>rapl_controller</type>
|
<type>rapl_controller</type>
|
||||||
<influence>100</influence>
|
<influence> 100 </influence>
|
||||||
<SamplingPeriod>10</SamplingPeriod>
|
<SamplingPeriod> 10 </SamplingPeriod>
|
||||||
</CoolingDevice>
|
</CoolingDevice>
|
||||||
</TripPoint>
|
<CoolingDevice>
|
||||||
</TripPoints>
|
<index>2</index>
|
||||||
</ThermalZone>
|
<type>intel_pstate</type>
|
||||||
</ThermalZones>
|
<influence> 90 </influence>
|
||||||
</Platform>
|
<SamplingPeriod> 10 </SamplingPeriod>
|
||||||
|
</CoolingDevice>
|
||||||
|
<CoolingDevice>
|
||||||
|
<index>3</index>
|
||||||
|
<type>intel_powerclamp</type>
|
||||||
|
<influence> 80 </influence>
|
||||||
|
<SamplingPeriod> 10 </SamplingPeriod>
|
||||||
|
</CoolingDevice>
|
||||||
|
</TripPoint>
|
||||||
|
</TripPoints>
|
||||||
|
</ThermalZone>
|
||||||
|
</ThermalZones>
|
||||||
|
</Platform>
|
||||||
</ThermalConfiguration>
|
</ThermalConfiguration>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue