lenovo_fix.conf 1018 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [GENERAL]
  2. Enabled: True
  3. ## Settings to apply while connected to Battery power
  4. [BATTERY]
  5. # Update the registers every this many seconds
  6. Update_Rate_s: 30
  7. # Max package power for time window #1
  8. PL1_Tdp_W: 29
  9. # Time window #1 duration
  10. PL1_Duration_s: 28
  11. # Max package power for time window #2
  12. PL2_Tdp_W: 44
  13. # Time window #2 duration
  14. PL2_Duration_S: 0.002
  15. # Max allowed temperature before throttling
  16. Trip_Temp_C: 85
  17. ## Settings to apply while connected to AC power
  18. [AC]
  19. # Update the registers every this many seconds
  20. Update_Rate_s: 5
  21. # Max package power for time window #1
  22. PL1_Tdp_W: 44
  23. # Time window #1 duration
  24. PL1_Duration_s: 28
  25. # Max package power for time window #2
  26. PL2_Tdp_W: 44
  27. # Time window #2 duration
  28. PL2_Duration_S: 0.002
  29. # Max allowed temperature before throttling
  30. Trip_Temp_C: 95
  31. [UNDERVOLT]
  32. # CPU core voltage offset (mV)
  33. CORE: 0
  34. # Integrated GPU voltage offset (mV)
  35. GPU: 0
  36. # CPU cache voltage offset (mV)
  37. CACHE: 0
  38. # System Agent voltage offset (mV)
  39. UNCORE: 0
  40. # Analog I/O voltage offset (mV)
  41. ANALOGIO: 0