Do not use this fork! it's for my own Z575 laptop specifically! it has hardcoded voltages! See original repo. instead: https://github.com/johkra/amdmsrtweaker-lnx

Emanuel Czirai 420fff4f80 update readme with new github location 9 years ago
.gitignore ec46e153af ignore core dump file 10 years ago
LICENSE 382b6df4a1 added missing LICENSE file, README.md for GitHub 12 years ago
README.md 420fff4f80 update readme with new github location 9 years ago
TODO 6bbc83bf8a be consistent in TODO with the symbols 10 years ago
gen_cscope 504b4134df cscope for us 10 years ago
go 6391acf1a1 need sudo with grsec 9 years ago
higher a893ace16f auto use sudo when not root 10 years ago
main.cpp d1bf3ec1a0 another stuct requirement 10 years ago
makefile ef3d460494 make tab completion for main.cpp easier 10 years ago
mumu.h 10ac9dd782 this struct, kernel doesn't imply 10 years ago
readme.txt d9906bb7cf added basic Trinity and Richland support 12 years ago
show 9d7caf4e1e get rid of vector 10 years ago

README.md

amdmsrtweaker-lnx

amdmsrt (amdmsrtweaker-lnx) is a Linux port of the AmdMsrTweaker tool written by Martin Kinkelin and extended by Marcus Pollice.

The current version that you're looking at is modified by Emanuel Czirai and is meant to run only on my own laptop! Resides at: https://github.com/aoaaxy/amdmsrtweaker-lnx
Please do not use this one but instead, look at the original repo. which is meant to work generally: https://github.com/johkra/amdmsrtweaker-lnx

Changes to frequency will not be reflected by /proc/cpuinfo, but a quick benchmark such as "openssl speed sha1" should show a speed difference.

Compilation

Clone the repo and make sure you have gcc and make installed. Then execute "make" in the cloned directory. Optionally copy the file "amdmsrt" to a directory in $PATH such as /usr/bin or /usr/local/bin.

Usage

Make sure you have the msr module loaded (cpuid not required). ("modprobe msr" as root) The program will otherwise exit with a corresponding error message.

See the file "readme.txt" for usage examples. The program has to executed as root and the executable is called "amdmsrt".