Skip to content

Workaround for Intel throttling issues in Linux.

License

Notifications You must be signed in to change notification settings

r3t4k3r/throttled-qubes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

This tool is a fork of erpalma original tool

For some reasons original tool support at least fedora40, but in Qubes OS current fedora version is 37. This tool try to build original python tool into static executable binary

Also you can read Evv1l thinkguides for improve Thinkpad permformance

Requirements

  • Docker installed in qube

How to use

In any qube, for example personal, do:

git clone https://github.com/r3t4k3r/throttled-qubes # clone the repo
cd throttled-qubes
scripts/build.sh # build the binary

after steps above you will see throttled.zip in the project folder

Do next steps in dom0:

qvm-run --pass-io personal 'cat /home/user/Downalods/throttled-qubes/throttled.zip' > throttled.zip
unzip throttled.zip
cd throttled

here you can select what to do:

  • sudo ./install.sh for installing systemd service and copy binary into /opt/... directory
  • sudo ./throttled.bin for run the tool

About

Workaround for Intel throttling issues in Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.7%
  • Shell 3.5%
  • Dockerfile 0.8%