Update example_config_SL1.xml

After some testing I explicitly specified which cooling devices in /sys/class should be used. 
I found this config to be more reliable and predictable.
This commit is contained in:
ceckertz 2021-08-02 11:53:54 +02:00 committed by GitHub
parent 4130746c31
commit 3bc3da1c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<ThermalConfiguration> <ThermalConfiguration>
<Platform> <Platform>
<Name>Override CPU default passive</Name> <Name>Override</Name>
<ProductName>*</ProductName> <ProductName>*</ProductName>
<Preference>QUIET</Preference> <Preference>QUIET</Preference>
<ThermalZones> <ThermalZones>
<ThermalZone> <ThermalZone>
<Type>cpu</Type> <Type>test</Type>
<TripPoints> <TripPoints>
<TripPoint> <TripPoint>
<SensorType>x86_pkg_temp</SensorType> <SensorType>GEN1</SensorType>
<Temperature>90000</Temperature> <Temperature>50000</Temperature>
<type>max</type> <type>passive</type>
</TripPoint> <CoolingDevice>
<TripPoint> <index>1</index>
<SensorType>GEN1</SensorType> <type>Processor</type>
<Temperature>50000</Temperature> <influence> 100 </influence>
<type>max</type> <SamplingPeriod> 4 </SamplingPeriod>
</TripPoint> <TargetState> 1 </TargetState>
</TripPoints> </CoolingDevice>
</ThermalZone> </TripPoint>
</ThermalZones> <TripPoint>
</Platform> <SensorType>GEN1</SensorType>
<Temperature>51000</Temperature>
<type>max</type>
<CoolingDevice>
<index>1</index>
<type>Processor</type>
<influence> 100 </influence>
<SamplingPeriod> 5 </SamplingPeriod>
<TargetState> 4 </TargetState>
</CoolingDevice>
</TripPoint>
</TripPoints>
</ThermalZone>
</ThermalZones>
<CoolingDevices>
<CoolingDevice>
<Type>Processor</Type>
<MinState>0</MinState>
<IncDecStep>1</IncDecStep>
<ReadBack> 0 </ReadBack>
<MaxState>10</MaxState>
<DebouncePeriod>5</DebouncePeriod>
</CoolingDevice>
</CoolingDevices>
</Platform>
</ThermalConfiguration> </ThermalConfiguration>