-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
GPU stats broken for Ubuntu 24.04 + Nvidia #131
Comments
Experiencing the same issue on Fedora Workstation 40 with Wayland, but not when running X11 |
Could you run in your terminal this command for a few seconds, paste the output into a file and upload it here? thank you! |
Not OP but facing same issue, here is my log: Click to expand
|
below is as much command output as I could fit within character limit... hope this helps! many thanks for working on this :) Details
|
I also experience the problem on 24.04 with the Nvidia 560 drivers. Found this in my log:
edit: above happens when I select None as a gpu. When I select a Nvidia gpu I get some other error:
|
This bug should be fixed in the new version that's gonna be released soon. Please share some feedback if you have any other issue regarding this or if everything is working fine. |
@ljuzig I would like to test the v27 beta, but I'm not sure how to install the extension from a zip file. Extracting it to Are there extra steps necessary to install the plug-in from a zip? |
|
Thanks, that did the trick for installing. I'm still not getting any statistics for the nvidia gpu, only gpu information: A dump of my |
@veldenb your data works fine on my end: You must have some sort of other error. Could you try enable debug on Astra Monitor settings, logout, log back in, open the GPU menu and close it 2/3 times, wait a couple of seconds and then share Thank you! |
Nothing special in the Debug.log:
I do see some strange messages in journalctl:
Timestamps are a bit off due to my local time zone (GMT+2:00) I think. |
I don't think it's the
And then replaced the command in
After logging in again I can then see it running in the background:
But still same behaviour, no metrics with dummy input. |
This looks like a bug in nvidia-smi:
I'll make you a debug build with more information when I can just to make sure there is not something wrong in astra-monitor as well. |
That would be great, I added some dump statements to the js files by hand. The nvidia xml is parsed correctly and added to the object tree. I think all works well except selecting the right gpu for the stats. When I select a gpu in the settings window the gpu gets selected but also kills the settings window. So maybe something goes wrong there when writing or reading the selected gpu. |
I found a fix that works for me and created a PR for it: #149 |
I'm going to issue a new release, thank you! |
Description
GPU stats are completely blank for me, whether standalone graph, tooltip, or submenu within CPU. It seems that GPU stats cannot be retrieved by Astra at all, although GPU hardware info & addresses do show up. Other utilities like Nvidia Settings and GreenWithEnvy are working perfectly and show full stats. GTop is successfully detected & added to data sources list.
I've experienced this bug since I first installed Astra Monitor upon release of Ubuntu 24.04... Don't have any experience with prior versions.
Steps to Reproduce
Screenshots
Environment
The text was updated successfully, but these errors were encountered: