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

nvidia-smi and nvtop shows different results. is libva-nvidia-driver truly working? #346

Closed
fxzzi opened this issue Dec 29, 2024 · 5 comments

Comments

@fxzzi
Copy link

fxzzi commented Dec 29, 2024

as shown by nvtop here:
image

there seems to be no decoder usage by any program. Even those which are called N/A (I think the compute N/A is librewolf)

Under nvidia-smi it seems to be a similar story:
image

no compute process is shown here, which is strange.

Under nvidia-smi pmon there also seems to be no decoder usage shown:
image

However, under nvidia-smi dmon there is actually decoder usage, does this mean that the driver is working?
image

@elFarto
Copy link
Owner

elFarto commented Dec 31, 2024

That's certainly odd. I would say no there's no hardware video decode happening, at least not in librewolf or electron. But as to what is causing the GPU to report that there is decode occurring I have no idea.

@thesword53
Copy link
Contributor

Hardware decoding is working:
image
image

@fxzzi
Copy link
Author

fxzzi commented Dec 31, 2024

Hardware decoding is working: image image

yeah, you're right. That 9% is the same shown in nvidia-smi pmon. And it does go to 0% when the video is paused.

Just a little strange that both nvidia-smi and nvtop are failing to specify that librewolf is the C process

@fxzzi
Copy link
Author

fxzzi commented Jan 20, 2025

I will close this since it does seem like it is making a change to decode usage.

@fxzzi fxzzi closed this as completed Jan 20, 2025
@fxzzi
Copy link
Author

fxzzi commented Jan 24, 2025

Yeah, looks like 570 drivers fixed the monitoring issue. Nvidia smi and nvtop both correctly show the compute process now:

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants