Description
Tool for changing voltages and clock speeds for AMD processors with control over every power state and CPU core.
Disclaimer
This software can damage your hardware, use at your own risk.
More information on how to use this software can be found on GitHub.
Installation Instructions
Firstly add the Copr repository to your system:
sudo dnf copr enable kylegospo/amdctl
After adding the repository, install amdctl
:
sudo dnf install amdctl
Finally, enable MSR writes by executing the following and then rebooting:
sudo grubby --update-kernel=ALL --args="msr.allow_writes=on"
The above command can be undone by executing:
sudo grubby --update-kernel=ALL --remove-args="msr.allow_writes=on"
If you would like your changes to be kept at boot, a quick guide for setting up a systemd service can be found here.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | x86_64 (31)* | Fedora 38 (0 downloads) |
Fedora 39 | x86_64 (111)* | Fedora 39 (123 downloads) |
Fedora 40 | x86_64 (32)* | Fedora 40 (48 downloads) |
Fedora 41 | x86_64 (6)* | Fedora 41 (9 downloads) |
Fedora rawhide | x86_64 (18)* | Fedora rawhide (67 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kylegospo/amdctl
More info about enabling Copr repositories