-
Notifications
You must be signed in to change notification settings - Fork 308
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
Bug: Doesn't detect AMD GPUs #218
Comments
Looks good. I could never find an API that shows GPU usage, but I guess I wasn't looking hard enough. If you want to implement this, that would be great. |
Hey @ethancedwards8, is this being worked on ? |
Sadly no. We (maintainers) don't have AMD hardware and can't really test or develop this feature. If you could implement the feature, providing you have the hardware, that would be amazing. |
I'm not a contributor, nor do I know how to as I've only ever managed my own git repos, but you can just replace line 32 of
...and it will report the gpu usage for any one or more amd or intel gpu(s) |
this works as tested on my mates laptop with an on cpu amd gpu |
Describe the bug
The status plugin for GPU usage doesn't process AMD and intel GPUs
To Reproduce
Steps to reproduce the behavior:
gpu-usage
to@dracula-plugins
Expected behavior
It should report any GPU usage.
System
Possible fix:
Change
gpu_usage.sh
line 32 from......to something along the lines of...
...which can handle one or more GPUs of any type?
Same fixes can be used for
gpu_ram_info.sh
:...and
gpu_power.sh
:The text was updated successfully, but these errors were encountered: