-
Notifications
You must be signed in to change notification settings - Fork 60
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
Comments
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. |
I will close this since it does seem like it is making a change to decode usage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as shown by
nvtop
here: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:no compute process is shown here, which is strange.
Under
nvidia-smi pmon
there also seems to be no decoder usage shown:However, under
nvidia-smi dmon
there is actually decoder usage, does this mean that the driver is working?The text was updated successfully, but these errors were encountered: