Simple application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu).
Install and run radeon-profile-daemon (https://github.com/marazmista/radeon-profile-daemon) for using this app as normal user. Otherwise app need to be run with root privilages for changing power profiles (and clocks readings sometimes). You can add username ALL = NOPASSWD: /usr/bin/radeon-profile
to your /etc/sudoers
. Here is tip for run app as normal user but involves change permissions to system files: http://bit.ly/1dvQMhS
qt5-default libqt5charts5-dev
)For full functionality:
git clone https://github.com/marazmista/radeon-profile.git
cd radeon-profile/radeon-profile
qmake
make
The resulting binary is ./target/radeon-profile
For Ubuntu 17.04, qt5-charts isn't available:
qtchooser -l
to list available profilesqmake -qt=[profile from qtchooser]
to specify Qt root or download and install a Qt bundle from https://www.qt.io/download-open-source/#section-2qt5opt.conf
in /usr/lib/x86_64-linux-gnu/qtchooser/
containing:/opt/Qt5.9.1/5.9.1/gcc_64/bin
/opt/Qt5.9.1/5.9.1
Available for Ubuntu from PPA stable and git develop repository
Add in terminal commands:
For git ppa:
sudo add-apt-repository ppa:radeon-profile/radeon-profile
For stable ppa:
sudo add-apt-repository ppa:radeon-profile/stable
Then run commands:
sudo apt update
sudo apt install radeon-profile
AUR package: https://aur.archlinux.org/packages/radeon-profile-git/
System daemon AUR package: https://aur.archlinux.org/packages/radeon-profile-daemon-git/
System daemon: https://github.com/marazmista/radeon-profile-daemon
Sort of official thread: http://phoronix.com/forums/showthread.php?83602-radeon-profile-tool-for-changing-profiles-and-monitoring-some-GPU-parameters
Icon: http://proicons.deviantart.com/art/Graphics-Cards-Icons-H1-Pack-161178339
Main screen