You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new script which will undervolt Intel i-series CPUs and install the necessary following packages:
python3-pip
undervolt: available on python package repository (Wheels or sdist)
stress: for stress testing
i7z: for monitoring CPU temperatures
This script will also add python package path into the environment variables and create a startup service that will automatically apply offset voltages to the registers when system boot.
Also add functionality to disable turbo boost when user agrees and if user agrees create the corresponding startup service.
To get more information about undervolting intel CPU on linux. Please refer this
The text was updated successfully, but these errors were encountered:
Create a new script which will undervolt Intel i-series CPUs and install the necessary following packages:
This script will also add python package path into the environment variables and create a startup service that will automatically apply offset voltages to the registers when system boot.
Also add functionality to disable turbo boost when user agrees and if user agrees create the corresponding startup service.
To get more information about undervolting intel CPU on linux. Please refer this
The text was updated successfully, but these errors were encountered: