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

Bug: broken GPU usage values when not using nvidia proprietary drivers. #199

Open
ethancedwards8 opened this issue Apr 8, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ethancedwards8
Copy link
Member

ethancedwards8 commented Apr 8, 2023

Describe the bug

When the user is not using proprietary nvidia drivers on Linux, GPU usage is not reported correctly.

To Reproduce

Utilize the GPU usage segment without nvidia proprietary drivers.

Expected behavior

GPU usage being reported.

Screenshots

If applicable, add screenshots to help explain your problem.

2023-04-08-101724_1081x109_scrot

System

  • OS: Arch Linux
  • Tmux Version: tmux 3.3a
  • All plugins at most recent version

Potential fixes

Adding a disclaimer that the user must have the proprietary drivers installed or adding support for the Nouveau drivers.

@ethancedwards8 ethancedwards8 added the bug Something isn't working label Apr 8, 2023
@ethancedwards8 ethancedwards8 self-assigned this Apr 8, 2023
@shawarden
Copy link

Do the proprietary and/or non-proprietary nvidia drivers not create /sys/class/drm/card?/device/gpu_busy_percent ?

@ethancedwards8
Copy link
Member Author

ethancedwards8 commented Dec 9, 2023

I can vouch that the open source nvidia drivers do not expose this interface.

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

No branches or pull requests

2 participants