Skip to content

Instantly share code, notes, and snippets.

@gabrielsond
Last active December 21, 2021 00:57
Show Gist options
  • Save gabrielsond/dbfcaf516ab2b04338de584638b7d846 to your computer and use it in GitHub Desktop.
Save gabrielsond/dbfcaf516ab2b04338de584638b7d846 to your computer and use it in GitHub Desktop.
Dual Monitor & GPU Configuration for MultiMonitorTool (NVIDIA DP & Intel DP)
## Dual Monitor & GPU Configuration for MultiMonitorTool (http://www.nirsoft.net)
## Two BenQ EW3270U monitors:
## MonitorA (DP-Intel) (left)
## MonitorB (HDMI & DP-NVIDIA) (right)
## Two GPUs:
## Intel UHD 750 (HDMI & DP)
## NVIDIA RTX 3070 (DP)
## MonitorA is Monitor0 \DISPLAY5 (Intel UHD 750 DP; extended)
## MonitorB is Monitor1 \DISPLAY6 (Intel UHD 750 HDMI; disabled)
## MonitorB is Monitor2 \DISPLAY1 (RTX 3070 DP; primary)
## |--------|--------| |----------------------| |----------------------|
## | | DP |--------------| | | |
## | Intel |--------| | | | |
## | | HDMI |XXXXX | | | |
## |--------|--------| X | Monitor A | | Monitor B |
## | | | X | | | |
## | NVIDIA | DP |----X----| | | | |
## | | | X | | | | |
## |--------|--------| X | |----------------------| |----------------------|
## X | | X
## X |--------------------------------------| X
## X X
## XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[Monitor0]
Name=\\.\DISPLAY5
MonitorID=MONITOR\BNQ7950\{4d36e96e-e325-11ce-bfc1-08002be10318}\0002
BitsPerPixel=32
Width=3840
Height=2160
DisplayFlags=0
DisplayFrequency=60
DisplayOrientation=0
PositionX=-3840
PositionY=2
[Monitor1]
Name=\\.\DISPLAY6
MonitorID=MONITOR\BNQ7950\{4d36e96e-e325-11ce-bfc1-08002be10318}\0004
BitsPerPixel=0
Width=0
Height=0
DisplayFlags=0
DisplayFrequency=0
DisplayOrientation=0
PositionX=0
PositionY=0
[Monitor2]
Name=\\.\DISPLAY1
MonitorID=MONITOR\BNQ7950\{4d36e96e-e325-11ce-bfc1-08002be10318}\0005
BitsPerPixel=32
Width=3840
Height=2160
DisplayFlags=0
DisplayFrequency=60
DisplayOrientation=0
PositionX=0
PositionY=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment