lenovo_fix.conf 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. # Auto reload config on changes
  7. Autoreload: True
  8. ## Settings to apply while connected to Battery power
  9. [BATTERY]
  10. # Update the registers every this many seconds
  11. Update_Rate_s: 30
  12. # Max package power for time window #1
  13. PL1_Tdp_W: 29
  14. # Time window #1 duration
  15. PL1_Duration_s: 28
  16. # Max package power for time window #2
  17. PL2_Tdp_W: 44
  18. # Time window #2 duration
  19. PL2_Duration_S: 0.002
  20. # Max allowed temperature before throttling
  21. Trip_Temp_C: 85
  22. # Set cTDP to normal=0, down=1 or up=2 (EXPERIMENTAL)
  23. cTDP: 0
  24. # Disable BDPROCHOT (EXPERIMENTAL)
  25. Disable_BDPROCHOT: False
  26. ## Settings to apply while connected to AC power
  27. [AC]
  28. # Update the registers every this many seconds
  29. Update_Rate_s: 5
  30. # Max package power for time window #1
  31. PL1_Tdp_W: 44
  32. # Time window #1 duration
  33. PL1_Duration_s: 28
  34. # Max package power for time window #2
  35. PL2_Tdp_W: 44
  36. # Time window #2 duration
  37. PL2_Duration_S: 0.002
  38. # Max allowed temperature before throttling
  39. Trip_Temp_C: 95
  40. # Set HWP energy performance hints to 'performance' on high load (EXPERIMENTAL)
  41. HWP_Mode: False
  42. # Set cTDP to normal=0, down=1 or up=2 (EXPERIMENTAL)
  43. cTDP: 0
  44. # Disable BDPROCHOT (EXPERIMENTAL)
  45. Disable_BDPROCHOT: False
  46. # All voltage values are expressed in mV and *MUST* be negative (i.e. undervolt)!
  47. [UNDERVOLT.BATTERY]
  48. # CPU core voltage offset (mV)
  49. CORE: 0
  50. # Integrated GPU voltage offset (mV)
  51. GPU: 0
  52. # CPU cache voltage offset (mV)
  53. CACHE: 0
  54. # System Agent voltage offset (mV)
  55. UNCORE: 0
  56. # Analog I/O voltage offset (mV)
  57. ANALOGIO: 0
  58. # All voltage values are expressed in mV and *MUST* be negative (i.e. undervolt)!
  59. [UNDERVOLT.AC]
  60. # CPU core voltage offset (mV)
  61. CORE: 0
  62. # Integrated GPU voltage offset (mV)
  63. GPU: 0
  64. # CPU cache voltage offset (mV)
  65. CACHE: 0
  66. # System Agent voltage offset (mV)
  67. UNCORE: 0
  68. # Analog I/O voltage offset (mV)
  69. ANALOGIO: 0
  70. # [ICCMAX.AC]
  71. # # CPU core max current (A)
  72. # CORE:
  73. # # Integrated GPU max current (A)
  74. # GPU:
  75. # # CPU cache max current (A)
  76. # CACHE:
  77. # [ICCMAX.BATTERY]
  78. # # CPU core max current (A)
  79. # CORE:
  80. # # Integrated GPU max current (A)
  81. # GPU:
  82. # # CPU cache max current (A)
  83. # CACHE: