It is currently April 25th, 2024, 3:42 am

Total Vram Test

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Total Vram Test

Post by jsmorley »

StArL0rd84 wrote:Oh, Doh :D
Tried autoscale and wmic tells me 4gig too.
Hmm. Perhaps this is why HWINFO and MSI Afterburner's not able to get it either.
I think you need to take your video card back. They left off half the RAM they told you it had.
User avatar
SilverAzide
Rainmeter Sage
Posts: 2605
Joined: March 23rd, 2015, 5:26 pm

Re: Total Vram Test

Post by SilverAzide »

D'oh! I was SO hoping this WMIC command worked... but:

Code: Select all

C:\>wmic.exe PATH Win32_videocontroller GET AdapterRAM, name
AdapterRAM  Name
4293918720  NVIDIA Quadro K5100M
I have an 8 GB video card... this only shows 4. This is because the AdapterRAM value is a uint32 value, which maxes out at 4 GB. So this command won't work with video cards with more than 4 GB of RAM. :(
Gadgets Wiki GitHub More Gadgets...
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Total Vram Test

Post by jsmorley »

SilverAzide wrote:D'oh! I was SO hoping this WMIC command worked... but:

Code: Select all

C:\>wmic.exe PATH Win32_videocontroller GET AdapterRAM, name
AdapterRAM  Name
4293918720  NVIDIA Quadro K5100M
I have an 8 GB video card... this only shows 4. This is because the AdapterRAM value is a uint32 value, which maxes out at 4 GB. So this command won't work with video cards with more than 4 GB of RAM. :(
Ah... Bummer.