Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Polynomial-C/radeon-profile-daemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

System daemon for reading info about Radeon GPU clocks and volts as well as control card power profiles so the GUI radeon-profile application can be run as normal user.

Supprts opensource xf86-video-ati and xf86-video-amdgpu drivers.

Dependencies

  1. qt5-base

Build

Type:

git clone https://github.com/marazmista/radeon-profile-daemon.git &&
cd radeon-profile-daemon/radeon-profile-daemon
qmake &&
make

systemd service

There is a service file for systemd in radeon-profile-daemon/extra. If installed manually, copy service file to /etc/systemd/system/. After that, execute systemctl enable radeon-profile-daemon.service and systemctl start radeon-profile-daemon.service to make the daemon running.

Links

About

Daemon for radeon-profile GUI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.3%
  • QMake 5.7%