lenovo_fix.conf 791 B

1234567891011121314151617181920212223242526272829303132
  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: 97