We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the user is not using proprietary nvidia drivers on Linux, GPU usage is not reported correctly.
Utilize the GPU usage segment without nvidia proprietary drivers.
GPU usage being reported.
If applicable, add screenshots to help explain your problem.
Adding a disclaimer that the user must have the proprietary drivers installed or adding support for the Nouveau drivers.
The text was updated successfully, but these errors were encountered:
Do the proprietary and/or non-proprietary nvidia drivers not create /sys/class/drm/card?/device/gpu_busy_percent ?
/sys/class/drm/card?/device/gpu_busy_percent
Sorry, something went wrong.
I can vouch that the open source nvidia drivers do not expose this interface.
ethancedwards8
No branches or pull requests
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.
System
Potential fixes
Adding a disclaimer that the user must have the proprietary drivers installed or adding support for the Nouveau drivers.
The text was updated successfully, but these errors were encountered: