Skip to content

A script that automatically applies custom ryzenadj profiles

License

Notifications You must be signed in to change notification settings

ico277/auto-ryzenadj

Repository files navigation

auto-ryzenadj

A c++ application that automatically applies custom ryzenadj profiles

Installation

Step 1: generating build files

With Applet

cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_APPLET=true

With Systemd Service files

cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_SYSTEMD=true

With OpenRC Service files

cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_OPENRC=true

Step 2: compiling

cd build/
make -j$(nproc)

Step 3: installing

sudo make install

Configuration

If you installed with -DENABLE_DAEMON=true (is set to true by default), you shoud find an example file at /etc/auto-ryzenadj.conf.example with presets for a Ryzen 3 Pro 4450U and comments explaining everything you need to know.

About

A script that automatically applies custom ryzenadj profiles

Resources

License

Stars

Watchers

Forks

Packages

No packages published