{"id":13575833,"url":"https://github.com/marazmista/radeon-profile","last_synced_at":"2025-04-04T23:30:45.029Z","repository":{"id":7216912,"uuid":"8523651","full_name":"marazmista/radeon-profile","owner":"marazmista","description":"Application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu)","archived":false,"fork":false,"pushed_at":"2022-02-25T16:53:15.000Z","size":2159,"stargazers_count":739,"open_issues_count":126,"forks_count":75,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-05T11:44:14.701Z","etag":null,"topics":["amdgpu","graphics-card","linux","polaris","radeon","system-monitor","vega"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marazmista.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-02T16:49:57.000Z","updated_at":"2024-11-03T00:18:04.000Z","dependencies_parsed_at":"2022-08-06T20:01:09.016Z","dependency_job_id":null,"html_url":"https://github.com/marazmista/radeon-profile","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marazmista%2Fradeon-profile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marazmista%2Fradeon-profile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marazmista%2Fradeon-profile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marazmista%2Fradeon-profile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marazmista","download_url":"https://codeload.github.com/marazmista/radeon-profile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266474,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amdgpu","graphics-card","linux","polaris","radeon","system-monitor","vega"],"created_at":"2024-08-01T15:01:04.615Z","updated_at":"2025-04-04T23:30:42.989Z","avatar_url":"https://github.com/marazmista.png","language":"C++","funding_links":[],"categories":["C++","Graphics cards"],"sub_categories":["AMD"],"readme":"Simple application to read current clocks of ATi Radeon cards (xf86-video-ati, xf86-video-amdgpu).\n\n# xf86-video-ati and xf86-video-amdgpu  driver\nInstall 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\n\n# Functionality\n\n* Monitoring of basic GPU parameters (frequencies, voltages, usage, temperature, fan speed)\n* DPM profiles and power levels\n* Fan control (HD 7000+), definition of multiple custom curves or fixed speed\n* Overclocking (amdgpu) (Wattman, Overdrive, PowerPlay etc)\n* Per app profiles/Event definitions (i.e. change fan profile when temp above defined or set DPM to high when selected binary executed)\n* Define binaries to run with set of environment variablees (i.e. GALLIUM_HUD, MESA, LIBGL etc)\n\n# Dependencies\n\n* Qt 5.6\u003c= (qt5-base and qt5-charts) (On Debian/Ubuntu: `qt5-default libqt5charts5-dev`)\n* libxrandr\n* libdrm (for amdgpu, 2.4.79\u003c=, more recent, the better)\n* recent kernel (for amdgpu 4.12\u003c=, more recent, the better)\n* radeon card\n\nFor full functionality:\n* glxinfo - info about OpenGL, mesa\n* xdriinfo - driver info\n* xrandr - connected displays\n\n\n# Build\n\n```\ngit clone https://github.com/marazmista/radeon-profile.git\ncd radeon-profile/radeon-profile\nqmake\nmake \n```\n\nThe resulting binary is `./target/radeon-profile`\n\nFor Ubuntu 17.04, qt5-charts isn't available:\n* Use `qtchooser -l` to list available profiles\n* Use `qmake -qt=[profile from qtchooser]` to specify Qt root or download and install a Qt bundle from https://www.qt.io/download-open-source/#section-2\n* Make a `qt5opt.conf` in `/usr/lib/x86_64-linux-gnu/qtchooser/` containing:\n\n```\n/opt/Qt5.9.1/5.9.1/gcc_64/bin\n/opt/Qt5.9.1/5.9.1\n```\n\n# Installation\n### Ubuntu \nAvailable for Ubuntu from PPA [stable](https://launchpad.net/~radeon-profile/+archive/ubuntu/stable) and [git develop](https://launchpad.net/~radeon-profile/+archive/ubuntu/radeon-profile) repository\n\nAdd in terminal commands:\n\n* For git ppa: \n```\nsudo add-apt-repository ppa:radeon-profile/radeon-profile\n```\n* For stable ppa: \n```\nsudo add-apt-repository ppa:radeon-profile/stable\n```\n* Then run commands:\n```\nsudo apt update\nsudo apt install radeon-profile\n```\n### Arch Linux\n* AUR package: https://aur.archlinux.org/packages/radeon-profile-git/\n* System daemon AUR package: https://aur.archlinux.org/packages/radeon-profile-daemon-git/\n# Links\n\n* System daemon: https://github.com/marazmista/radeon-profile-daemon\n* Sort of official thread: http://phoronix.com/forums/showthread.php?83602-radeon-profile-tool-for-changing-profiles-and-monitoring-some-GPU-parameters\n* Icon: http://proicons.deviantart.com/art/Graphics-Cards-Icons-H1-Pack-161178339\n\n# Screenshot\n\nMain screen\n![Main screen](https://i.imgur.com/Z880p47.png)\n\n[More screenshots](http://imgur.com/a/DMRr9)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarazmista%2Fradeon-profile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarazmista%2Fradeon-profile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarazmista%2Fradeon-profile/lists"}