Using Multiple GPU Meters - raiguard/ModernGadgets GitHub Wiki
If your PC has multiple GPUs, ModernGadgets includes three extra GPU Meters that can be individually configured to track each GPU separately. The process is fairly simple and straightforward.
First, you will need to configure the HWiNFO IDs for each GPU. HWiNFO will classify each GPU with a number, starting from 0. In the SMV, configure the IDs for each GPU in the corresponding GPU tab.
Once configuration is complete, simply click the toggle buttons in the GPU Meter settings skin to activate the additional GPU Meters.
You may have noticed that the new GPU Meters are all at default settings! This is because while the code between the gadgets is shared, the settings are not. To configure an individual gadget's settings, click the Open Config File
button next to that gadget's toggle button.
Most settings are simple 0/1
settings, and you can set them accordingly. The cpuName
setting is a special case. If set to auto
, it will use the GPU name retrieved from HWiNFO. If you set it to any other value besides auto
, it will use the value that you set.
The Manual Max VRAM
option has two values. If you need to use it, set useManualMaxVram
to 1, and enter the amount of VRAM that the GPU has on the next line, in MB.
Repeat this process for every GPU Meter. Once that is complete, you should be all set!