lenovo_fix.conf 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. [GENERAL]
  2. # Enable or disable the script execution
  3. Enabled: True
  4. # SYSFS path for checking if the system is running on AC power
  5. Sysfs_Power_Path: /sys/class/power_supply/AC*/online
  6. ## Settings to apply while connected to Battery power
  7. [BATTERY]
  8. # Update the registers every this many seconds
  9. Update_Rate_s: 30
  10. # Max package power for time window #1
  11. PL1_Tdp_W: 29
  12. # Time window #1 duration
  13. PL1_Duration_s: 28
  14. # Max package power for time window #2
  15. PL2_Tdp_W: 44
  16. # Time window #2 duration
  17. PL2_Duration_S: 0.002
  18. # Max allowed temperature before throttling
  19. Trip_Temp_C: 85
  20. # Set cTDP to normal=0, down=1 or up=2 (EXPERIMENTAL)
  21. cTDP: 0
  22. ## Settings to apply while connected to AC power
  23. [AC]
  24. # Update the registers every this many seconds
  25. Update_Rate_s: 5
  26. # Max package power for time window #1
  27. PL1_Tdp_W: 44
  28. # Time window #1 duration
  29. PL1_Duration_s: 28
  30. # Max package power for time window #2
  31. PL2_Tdp_W: 44
  32. # Time window #2 duration
  33. PL2_Duration_S: 0.002
  34. # Max allowed temperature before throttling
  35. Trip_Temp_C: 95
  36. # Set HWP energy performance hints to 'performance' on high load (EXPERIMENTAL)
  37. HWP_Mode: False
  38. # Set cTDP to normal=0, down=1 or up=2 (EXPERIMENTAL)
  39. cTDP: 0
  40. [UNDERVOLT.BATTERY]
  41. # CPU core voltage offset (mV)
  42. CORE: 0
  43. # Integrated GPU voltage offset (mV)
  44. GPU: 0
  45. # CPU cache voltage offset (mV)
  46. CACHE: 0
  47. # System Agent voltage offset (mV)
  48. UNCORE: 0
  49. # Analog I/O voltage offset (mV)
  50. ANALOGIO: 0
  51. [UNDERVOLT.AC]
  52. # CPU core voltage offset (mV)
  53. CORE: 0
  54. # Integrated GPU voltage offset (mV)
  55. GPU: 0
  56. # CPU cache voltage offset (mV)
  57. CACHE: 0
  58. # System Agent voltage offset (mV)
  59. UNCORE: 0
  60. # Analog I/O voltage offset (mV)
  61. ANALOGIO: 0