tmux
tmux copied to clipboard
Bug: broken GPU usage values when not using nvidia proprietary drivers.
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
- 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.
Do the proprietary and/or non-proprietary nvidia drivers not create /sys/class/drm/card?/device/gpu_busy_percent ?
I can vouch that the open source nvidia drivers do not expose this interface.