lenovo_fix.conf 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. # Disable BDPROCHOT (EXPERIMENTAL)
  23. Disable_BDPROCHOT: False
  24. ## Settings to apply while connected to AC power
  25. [AC]
  26. # Update the registers every this many seconds
  27. Update_Rate_s: 5
  28. # Max package power for time window #1
  29. PL1_Tdp_W: 44
  30. # Time window #1 duration
  31. PL1_Duration_s: 28
  32. # Max package power for time window #2
  33. PL2_Tdp_W: 44
  34. # Time window #2 duration
  35. PL2_Duration_S: 0.002
  36. # Max allowed temperature before throttling
  37. Trip_Temp_C: 95
  38. # Set HWP energy performance hints to 'performance' on high load (EXPERIMENTAL)
  39. HWP_Mode: False
  40. # Set cTDP to normal=0, down=1 or up=2 (EXPERIMENTAL)
  41. cTDP: 0
  42. # Disable BDPROCHOT (EXPERIMENTAL)
  43. Disable_BDPROCHOT: False
  44. [UNDERVOLT.BATTERY]
  45. # CPU core voltage offset (mV)
  46. CORE: 0
  47. # Integrated GPU voltage offset (mV)
  48. GPU: 0
  49. # CPU cache voltage offset (mV)
  50. CACHE: 0
  51. # System Agent voltage offset (mV)
  52. UNCORE: 0
  53. # Analog I/O voltage offset (mV)
  54. ANALOGIO: 0
  55. [UNDERVOLT.AC]
  56. # CPU core voltage offset (mV)
  57. CORE: 0
  58. # Integrated GPU voltage offset (mV)
  59. GPU: 0
  60. # CPU cache voltage offset (mV)
  61. CACHE: 0
  62. # System Agent voltage offset (mV)
  63. UNCORE: 0
  64. # Analog I/O voltage offset (mV)
  65. ANALOGIO: 0
  66. # [ICCMAX.AC]
  67. # # CPU core max current (A)
  68. # CORE:
  69. # # Integrated GPU max current (A)
  70. # GPU:
  71. # # CPU cache max current (A)
  72. # CACHE:
  73. # [ICCMAX.BATTERY]
  74. # # CPU core max current (A)
  75. # CORE:
  76. # # Integrated GPU max current (A)
  77. # GPU:
  78. # # CPU cache max current (A)
  79. # CACHE: