You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
I am using nvtop to monitor my GPU usage. When I launch a game via Steam, nvtop shows that the game is indeed utilizing the discrete GPU. However, the application in question does not seem to recognize this and displays a message indicating otherwise.
Steps to Reproduce:
Launch nvtop to monitor GPU usage.
Start the game via Steam.
Observe nvtop confirming the game is using the discrete GPU.
Check the application's GPU usage status.
Expected Behavior:
The application should detect and display that the game is using the discrete GPU.
Actual Behavior:
The application does not recognize that the game is using the discrete GPU, as shown in the attached screenshot.
Screenshot:
System Information:
OS: Ubuntu 24.04 LTS
Hardware: Framework 16
The text was updated successfully, but these errors were encountered:
I think the description of what this tool does is wrong.
It doesn't actually check which gpu is being used.
From what I can see it only checks if the DRI_PRIME variable is set (it doesn't even check what value it has).
There's programs like for example slack, chrome, steam (not games, steam itself), discord that by default uses the dGPU, thus keeping it awake.
This tool will completely miss that since those applications do not have DRI_PRIME configured.
And if you configure DRI_PRIME to pick the iGPU this tool falsely flags that they are using the dGPU, since it doesn't look at what the actual value is
Edit:
Oh and the above applications ignore DRI_PRIME and will still use the dGPU regardless of what you try to do, so DRI_PRIME can't even be trusted it seems
Description:
I am using nvtop to monitor my GPU usage. When I launch a game via Steam, nvtop shows that the game is indeed utilizing the discrete GPU. However, the application in question does not seem to recognize this and displays a message indicating otherwise.
Steps to Reproduce:
Expected Behavior:
The application should detect and display that the game is using the discrete GPU.
Actual Behavior:
The application does not recognize that the game is using the discrete GPU, as shown in the attached screenshot.
Screenshot:
System Information:
The text was updated successfully, but these errors were encountered: