Set power profiles.
Find a file
2025-04-28 10:20:34 +02:00
systemd Add 'compute' profile; Update readme; Rework installation script; Rework script diagnostics; 2025-04-28 10:20:34 +02:00
CHANGELOG.md Add 'compute' profile; Update readme; Rework installation script; Rework script diagnostics; 2025-04-28 10:20:34 +02:00
install.sh Add 'compute' profile; Update readme; Rework installation script; Rework script diagnostics; 2025-04-28 10:20:34 +02:00
README.md Add 'compute' profile; Update readme; Rework installation script; Rework script diagnostics; 2025-04-28 10:20:34 +02:00
setprof Add 'compute' profile; Update readme; Rework installation script; Rework script diagnostics; 2025-04-28 10:20:34 +02:00

setprof

setprof is a CLI-utility for setting the combined power profiles of the host system.

setprof <profile>

This programme has only been tested on an Arch Linux system running an AMD Ryzen 7 3700X CPU combined with an AMD Radeon RX 5700 XT GPU. Support for other graphics cards (especially from NVIDIA) is not guaranteed.

Built-in Profiles

The following profiles are built-in:

  • 3d for generic 3D rendering
  • compute for CPU/GPU computing
  • idle for power saving
  • vr for VR rendering

Installation

Run the provided install.sh script to install setprof:

install.sh <module> <base_directory>

Execute install.sh for more information.