radeon-profile icon indicating copy to clipboard operation
radeon-profile copied to clipboard

no GPU show.

Open archuser555 opened this issue 2 years ago • 5 comments

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

archuser555 avatar Mar 21 '22 19:03 archuser555

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

jmcelroy01 avatar Jun 09 '22 18:06 jmcelroy01

Me aswell,on an HD 6950

ghost avatar Jun 23 '22 07:06 ghost

Same problem for me. Arch, Radeon RX580

nicokimmel avatar Jul 08 '22 09:07 nicokimmel

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

Oxalin avatar Jan 27 '23 23:01 Oxalin

@Oxalin sure i will try your fork, sec

archuser555 avatar Feb 03 '23 21:02 archuser555