Skip to content

Application to read current clocks of ATi Radeon cards (xf86-video-ati and fglrx)

Notifications You must be signed in to change notification settings

pontostroy/radeon-profile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Simple application to read current clocks of ATi Radeon cards (xf86-video-ati and fglrx).

xf86-video-ati 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

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
  • 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)

Links

Troubleshooting

  • "no values": Check /sys/kernel/debug. If it's empty, try # mount -t debugfs none /sys/kernel/debug

Bulid

Type: qmake-qt4 && make in source directory.

Screenshot

Gallery

About

Application to read current clocks of ATi Radeon cards (xf86-video-ati and fglrx)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Prolog 0.1%