Difference between revisions of "Undervolt intel CPU/ru"

Created page with "Мой беглый взгляд на файлы и поведение '''linux-intel-undervolt-tool''': /usr/bin/undervolt # программа, написана на pyt..."
(Created page with "Он не очень активно используется и <strike>не доступен как пакет на данный момент</strike> он был форкн...")
(Created page with "Мой беглый взгляд на файлы и поведение '''linux-intel-undervolt-tool''': /usr/bin/undervolt # программа, написана на pyt...")
Line 77: Line 77:
Он не очень активно используется и <strike>не доступен как пакет на данный момент</strike> он был форкнут https://github.com/hedgepigdaniel/linux-intel-undervolt-tool/ и доступен в '''AUR''' как '''linux-intel-undervolt-tool'''.
Он не очень активно используется и <strike>не доступен как пакет на данный момент</strike> он был форкнут https://github.com/hedgepigdaniel/linux-intel-undervolt-tool/ и доступен в '''AUR''' как '''linux-intel-undervolt-tool'''.


My quick look at '''linux-intel-undervolt-tool''' files and behaviour:
Мой беглый взгляд на файлы и поведение '''linux-intel-undervolt-tool''':
  /usr/bin/undervolt
  /usr/bin/undervolt
   # program written in python
   # программа, написана на python
   # if run without elevated right it give command to apply yourself with wrmsr
   # если запустить без права повышения - это даст команду применить себя с wrmsr
   # options:
   # параметры:
     '-gpu', type=int, help='Undervolt GPU by this amount of millivolts. Must be negative.'
     '-gpu', type=int, help='Undervolt GPU by this amount of millivolts. Must be negative.'
     '-cpu', type=int, help='Undervolt CPU by this amount of millivolts. Must be negative.'
     '-cpu', type=int, help='Undervolt CPU by this amount of millivolts. Must be negative.'
     '-config', type=str, help='Config file to load. Other flags has priority over -config.'
     '-config', type=str, help='Config file to load. Other flags has priority over -config.'
  /etc/undervolt.json
  /etc/undervolt.json
   # contain voltage parameters "cpu" and "gpu"
   # содержит параметры напряжения "cpu" и "gpu"
  /usr/lib/systemd/system/undervolt.service
  /usr/lib/systemd/system/undervolt.service
   # a systemd service enabled and started which restart after suspend/hibernate/hybrid-sleep with: -config /etc/undervolt.json
   # запуск и автозапуск службы systemd, которая перезапускается после suspend/hibernate/hybrid-sleep с: -config /etc/undervolt.json
  /etc/modules-load.d/undervolt-msr.conf
  /etc/modules-load.d/undervolt-msr.conf
   # load msr module at startup
   # загрузка модуля msr при включении системы


== Hardware known to work ==
== Hardware known to work ==
translator
11,127

edits