Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no GPU show. #284

Open
archuser555 opened this issue Mar 21, 2022 · 5 comments
Open

no GPU show. #284

archuser555 opened this issue Mar 21, 2022 · 5 comments

Comments

@archuser555
Copy link

first, this is the issue number 100, and also, when i compile and do all without error, when i open ./target/radeon-profile i see that are no gpu, i have a gpu and its detect with lshw, did is a driver probleme, i have debian 11 and Amd Radeon Hd 5740

@jmcelroy01
Copy link

I have the Navi 23 Radeon RX 6650 XT and it currently doesn't show any gpu when opened either on Tumbleweed.

@ghost
Copy link

ghost commented Jun 23, 2022

Me aswell,on an HD 6950

@nicokimmel
Copy link

Same problem for me.
Arch, Radeon RX580

@Oxalin
Copy link
Contributor

Oxalin commented Jan 27, 2023

Are you still following this issue and are you still experiencing this problem?

I'm working on a new release. Some fixes for newer card are included, but you should still be able to list the GPUs with the last official release.

Are you running the daemon through Systemd or another mean? Is it running as root? Is your user part of the video group? You may have a problem with the socket shared between the daemon and Radeon Profile (client). If RP can't connect to the socket (socket missing, daemon not running properly, socket not accessible or you don't have the right as a user to connect to it), RP will not be able to list any GPU.

You could:

  • run RP as root and see if it lists the GPUs;
  • build the current release and run it from the console. Here, look for any messages thrown by RP. You can also run the daemon in console and see what it prints in the console when a connection from RP is happening.
  • build and run with the Debug profile the current release from QT Creator, so you may get more debug info.
  • build and test my fork. I've added debug code to help understand when the client and the socket was changed (naming convention, where it runs, access rights).

If you want to test my fork: https://github.com/Oxalin/radeon-profile
Make sure you also build and run the latest radeon-profile-daemon: https://github.com/Oxalin/radeon-profile-daemon

@archuser555
Copy link
Author

@Oxalin sure i will try your fork, sec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants