Undervolt Intel CPUs under Linux
Project description
Warning!
This program is untested (apart from by myself) and it may damage your hardware! Use at your own risk.
undervolt
undervolt is a program for undervolting Intel CPUs under Linux. It works in a similar manner to the Windows program ThrottleStop (i.e, MSR 0x150). You can apply a fixed voltage offset to one of 5 voltage planes.
For more information, read here.
Installing
From PyPi:
$ pip install undervolt
From source:
$ git clone https://github.com/georgewhewell/undervolt.git
Examples
Apply -100mV offset to CPU Core and Cache:
undervolt --core -100 --cache -100
Apply -75mV offset to GPU, -100mV to all other planes:
undervolt --gpu -75 --core -100 --cache -100 --uncore -100 --analogio -100
Usage
$ undervolt -h
usage: undervolt [-h] [-v] [-f] [--core CORE] [--gpu GPU] [--cache CACHE]
[--uncore UNCORE] [--analogio ANALOGIO]
[--digitalio DIGITALIO]
optional arguments:
-h, --help show this help message and exit
-v, --verbose print debug info
-f, --force allow setting positive offsets
--core CORE offset (mV)
--gpu GPU offset (mV)
--cache CACHE offset (mV)
--uncore UNCORE offset (mV)
--analogio ANALOGIO offset (mV)
--digitalio DIGITALIO offset (mV)
Credit
This project is trivial wrapper around the work of others from the following resources:
http://forum.notebookreview.com/threads/undervolting-e-g-skylake-in-linux.807953
https://forums.anandtech.com/threads/what-controls-turbo-core-in-xeons.2496647
Many thanks to all who contributed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file undervolt-0.1.1.tar.gz.
File metadata
- Download URL: undervolt-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a48aa5bfbd6f502a236b903f170af761111a1d0dbcb25641555f6a4fb814cac1
|
|
| MD5 |
eeaefb76548e533b5763e9582b0dacda
|
|
| BLAKE2b-256 |
8522611112160ccebc865f7d8a3ed0e0279dfcd9c81c90e831c8967eb0aead1c
|