Skip to content

RashidLadj/Unlock-CPU-in-Ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Unlock-CPU-in-Ubuntu

CPU limited ( Lock ) to 798 MHz

In Windows Unclock with "ThrottleStop"

In Ubuntu Unlock with this Script

attached the shell code to execute :


    # Resolve problem cpu Lock in ubuntu
    # Need :
    # sudo apt-get install cpufrequtils
    # sudo apt-get install msr-tools

    sudo cpufreq-set -c 0 -g performance
    sudo cpufreq-set -c 1 -g performance
    sudo cpufreq-set -c 2 -g performance
    sudo cpufreq-set -c 3 -g performance
    sudo modprobe msr
    sudo wrmsr 0x1FC 17422

About

CPU limited ( Lock ) to 798 MHz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages