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

Add GPU VRAM Value to Tray Icon Pop-Up Similar to RAM's #2290

Open
TFWol opened this issue Nov 21, 2024 · 3 comments
Open

Add GPU VRAM Value to Tray Icon Pop-Up Similar to RAM's #2290

TFWol opened this issue Nov 21, 2024 · 3 comments

Comments

@TFWol
Copy link

TFWol commented Nov 21, 2024

Description of the feature, modification, idea or suggestion

When you hover over the tray icons to see more details, the RAM pop-up can show the GB used as well as the total %. Can the same be done for the GPU VRAM?

image

Proposed implementation details (optional)

No response

@TFWol TFWol changed the title Add GPU VRAM Value to Tray Icon Pop-up Simliar to RAM's Add GPU VRAM Value to Tray Icon Pop-Up Similar to RAM's Nov 21, 2024
@Gurthurb
Copy link

At least in my system, this isn't an enhancement, it's rather a bug.

What's being shown is the GPU usage %, not the VRAM usage %. The tray icon for VRAM usage history is in effect a clone of the one for GPU usage history.

The only way to actually show VRAM usage in a tray icon is to use "GPU memory usage (text)", which does actually appear to show the correct percentage. But its popup is still a clone of GPU usage history, which I'd say is a bug.

But I don't know if this is just particular to my system. Anybody else having the same issue?

@TFWol
Copy link
Author

TFWol commented Dec 15, 2024

@Gurthurb Yeah, I'm seeing that too.
The tray icons are right, but the info dialog that pops up for all of them is for "GPU Usage %"
image

@ge0rdi
Copy link
Contributor

ge0rdi commented Dec 20, 2024

FYI

This is handled by ExtendedTools plugin.
Currently it adds just GPU utilization section to mini info window:
https://github.com/winsiderss/systeminformer/blob/master/plugins/ExtendedTools/gpumini.c#L24

So new section(s) for GPU memory will have to be added there.

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

No branches or pull requests

3 participants