Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 503128 - x11-apps/radeon-profile - application to read current clocks of ATi Radeon cards
Summary: x11-apps/radeon-profile - application to read current clocks of ATi Radeon cards
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/marazmista/radeon-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-01 15:41 UTC by Peter Asplund
Modified: 2019-04-20 13:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Asplund 2014-03-01 15:41:42 UTC
Simple application to read current clocks of ATi Radeon cards (xf86-video-ati).
GUI application for changing profiles and monitoring temperature, clocks and voltage (if available). Works with old profiles and DPM.

Qt4 is required and lm-sensors for temperature.

Reproducible: Always
Comment 1 Peter Asplund 2017-01-19 12:57:00 UTC
This software is still being developed:

xf86-video-ati and xf86-video-amdgpu driver

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 read clocks and changing profiles. 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

Fan control is available only on Radeon HD 7000 series and above.

Can be forced by --driver xorg parameter.
fglrx driver

Normal user can run it. Data is read from ati-config output. No support for power settings.

Can be forced by --driver fglrx parameter.
Dependencies

Crucial:

    Qt4 or Qt5 (see build below)
    libxrandr
    radeon card

For full functionality:

    glxinfo - info about OpenGL, mesa
    xdriinfo - driver info
    xrandr - connected displays
    lm_sensors - temperature (no need if hwmon for card is present in sysfs and if catalyst is installed)
Comment 2 Larry the Git Cow gentoo-dev 2019-04-20 13:08:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1a3a9433b2cbf0465f1dd458b3108e6d10ae59

commit 3d1a3a9433b2cbf0465f1dd458b3108e6d10ae59
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-04-20 13:08:13 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-04-20 13:08:45 +0000

    x11-apps/radeon-profile: Initial commit
    
    Closes: https://bugs.gentoo.org/503128
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 x11-apps/radeon-profile/Manifest                   |  1 +
 x11-apps/radeon-profile/metadata.xml               | 11 ++++
 .../radeon-profile/radeon-profile-20190311.ebuild  | 58 ++++++++++++++++++++++
 .../radeon-profile/radeon-profile-99999999.ebuild  | 58 ++++++++++++++++++++++
 4 files changed, 128 insertions(+)