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

Recent NVIDIA driver update broke GPU reporting #420

Open
1 task done
chris-gputrader opened this issue Dec 13, 2024 · 5 comments
Open
1 task done

Recent NVIDIA driver update broke GPU reporting #420

chris-gputrader opened this issue Dec 13, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@chris-gputrader
Copy link

Is there an existing issue for this?

  • I searched the existing issues and did not find anything similar.

Current Behavior

GPU reporting was working fine but with the latest NVIDIA driver update 565.77 everything in GPU resources is showing N/A. nvtop and vitals seem to still report correctly.

Expected Behavior

No response

Steps to Reproduce

No response

Debug Logs

Expand logs
flatpak run --env=RUST_LOG=resources=debug net.nokyan.Resources
DEBUG resources::utils > Running as Flatpak
INFO  resources::application > Resources (net.nokyan.Resources)
INFO  resources::application > Version: 1.7.1
INFO  resources::application > Datadir: /app/share/resources
DEBUG resources::application > Operating system: Fedora Linux 41 (Workstation Edition)
DEBUG resources::application > Kernel version: 6.11.10-300.fc41.x86_64  ```
</details>


### Environment

_No response_

### Anything Else?

_No response_
@chris-gputrader chris-gputrader added the bug Something isn't working label Dec 13, 2024
@nokyan
Copy link
Owner

nokyan commented Dec 13, 2024

Are your host NVIDIA driver version and the Flatpak driver version equal?
You can check with the following commands:

cat /sys/module/nvidia/version
flatpak info "org.freedesktop.Platform.GL.nvidia-$(cat /sys/module/nvidia/version | tr '.' '-')"

@chris-gputrader
Copy link
Author

`❯ cat /sys/module/nvidia/version
flatpak info "org.freedesktop.Platform.GL.nvidia-$(cat /sys/module/nvidia/version | tr '.' '-')"
565.77
ID: org.freedesktop.Platform.GL.nvidia-565-77
Ref: runtime/org.freedesktop.Platform.GL.nvidia-565-77/x86_64/1.4
Arch: x86_64
Branch: 1.4
Origin: flathub
Collection: org.flathub.Stable
Installation: system
Installed: 2.1 MB

  Commit: 6d0443571bd02e073f4c7d276e5e5785f229640eac6fe9a6631d38206c46d3b3
  Parent: 292864500332d845090a83aab90fc0075449d25515395244fb1f9ef040450d50
 Subject: Add Vulkan 550.40.82 (6da56b62)
    Date: 2024-12-12 23:50:42 +0000`

@nokyan
Copy link
Owner

nokyan commented Dec 19, 2024

Does GPU usage display work in the GPU column of the Processes/Apps views?

@Norbiros
Copy link

Norbiros commented Jan 4, 2025

I encountered the same issue after updating to new drivers. Running flatpak update resolved it for me by downloading the correct drivers

@feer9
Copy link

feer9 commented Jan 31, 2025

I encountered the same issue after updating to new drivers. Running flatpak update resolved it for me by downloading the correct drivers

I can confirm running flatpak update solves this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants