Replies: 4 comments
-
Hello, Pulling the amount of Graphics Card VRAM is complicated. Because Glow does not include any libraries. I did a lot of tests to write this in Vanilla C# but I still have problems with multi-GPU. So unfortunately it is not possible in the near future. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the explaination. I found a post which claims that the value is stored in the Windows registry. Is it possible to include that? https://superuser.com/questions/1461858/fetch-correct-vram-for-gpu-via-command-line-on-windows https://github.com/farag2/PC-information/blob/master/PC.ps1#L174 |
Beta Was this translation helpful? Give feedback.
-
It does indeed show the correct amount of RAM in the registry key, whereas The computer has two graphics cards, 0000 is inbuilt to the motherboard and does not have any GPU RAM and 0001 is a NVidia card installed into a PCIe slot. Hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Testing is in progress. |
Beta Was this translation helpful? Give feedback.
-
Is it possible to display the amount of memory per graphics card(s) in the report, please?
Beta Was this translation helpful? Give feedback.
All reactions