12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- [GENERAL]
- Enabled: True
- ## Settings to apply while connected to Battery power
- [BATTERY]
- # Update the registers every this many seconds
- Update_Rate_s: 30
- # Max package power for time window #1
- PL1_Tdp_W: 29
- # Time window #1 duration
- PL1_Duration_s: 28
- # Max package power for time window #2
- PL2_Tdp_W: 44
- # Time window #2 duration
- PL2_Duration_S: 0.002
- # Max allowed temperature before throttling
- Trip_Temp_C: 85
- ## Settings to apply while connected to AC power
- [AC]
- # Update the registers every this many seconds
- Update_Rate_s: 5
- # Max package power for time window #1
- PL1_Tdp_W: 44
- # Time window #1 duration
- PL1_Duration_s: 28
- # Max package power for time window #2
- PL2_Tdp_W: 44
- # Time window #2 duration
- PL2_Duration_S: 0.002
- # Max allowed temperature before throttling
- Trip_Temp_C: 95
- # Set HWP energy performance hints to 'performance' on high load (EXPERIMENTAL)
- HWP_Mode: False
- [UNDERVOLT]
- # CPU core voltage offset (mV)
- CORE: 0
- # Integrated GPU voltage offset (mV)
- GPU: 0
- # CPU cache voltage offset (mV)
- CACHE: 0
- # System Agent voltage offset (mV)
- UNCORE: 0
- # Analog I/O voltage offset (mV)
- ANALOGIO: 0
|