I am a new user running Lubuntu 64-bit alternate. My computer has an AMD C-60 CPU.
How to install AMD C-60 tweaking script for Linux?
I am a new user running Lubuntu 64-bit alternate. My computer has an AMD C-60 CPU.
How to install AMD C-60 tweaking script for Linux?
Download undervolt from here.
Extract the contents of undervolt-0.4.tgz with Archive Manager or change directories using cd
to the directory containing undervolt-0.4.tgz and run the following command.
tar xzf undervolt-0.4.tgz
Open the terminal and change directories using cd
to the undervolt-0.4 directory.
Run the following commands to make undervolt:
sudo apt install make
make
Copy the file named undervolt into a bin or sbin directory.
sudo cp undervolt /usr/local/sbin
Information about undervolt usage is in the README.fr file.
Download c60-tweak-master.zip from here and extract the contents of c60-tweak-master.zip. Change directories using cd
to the directory containing c60-tweak-master.zip and run the following commands.
sudo apt install unzip
unzip c60-tweak-master.zip
Change directories using cd
to the c60-tweak-master directory.
Execute the script in a terminal with sudo ./c60-tweak.sh
and follow the on-screen instructions.
I was searching and trying a few ways, undervolt and c60-tweak-master aren't working under the current Ubuntu / xUbuntu LTS release 18.04 (in my case). The performance of this cpu without tweaking it is awful (fixed between 0.8 and 1 GHz), I'm running a nextcloud server on it.
So I found this one: https://github.com/johkra/amdmsrtweaker-lnx 1. Download the amdmsrt-amd64.zip for 64 bit 2. Make sure the needed kernel modules are loaded (just google to make it permanent after reboot): sudo modprobe msr sudo modprobe cpuid
Unzip & run amdmsrt-amd64 as root.
With this you can undervolt and overclock the cpu to its full potential, just like under windows with brazostweaker.
My stable settings with slight undervolt for the AMD C60 cpu are this (1.3GHz,1.3GHz,1GHz): home/amdmsrt-amd64 P0=13.3334@1.125 P1=13.3334@1.125 P2=10@1.1 P3=@1.0
The cpu load on the nextcloud "server" changed to the following with 5 parallel downloads: Without: ~4.0 With: ~1.25 +-0.25
Hope this helps some people because for me its pretty useful :-)
.sh
file, make sure that it is executable and follow the usage instructions from the README. – pLumo Oct 11 '18 at 09:21undervolt
? Then, you should first read the README file that comes packaged with theundervolt.tar.gz
, this describes how to install it. And if you have problems with that, you can ask ... – pLumo Oct 11 '18 at 09:32