Skip to content

Commit

Permalink
added MultiMonitorTool Folder back (for development only)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrecks-code committed Apr 14, 2024
1 parent 89e1b5c commit cabff57
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@ cython_debug/

output/
.vscode/
MultiMonitorTool/
36 changes: 36 additions & 0 deletions MultiMonitorTool/MultiMonitorToolConfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[Monitor0]
Name=\\.\DISPLAY1
MonitorID=MONITOR\ACI27EC\{4d36e96e-e325-11ce-bfc1-08002be10318}\0009
SerialNumber=#ASNImfyQBwHd
BitsPerPixel=32
Width=2560
Height=1440
DisplayFlags=0
DisplayFrequency=144
DisplayOrientation=0
PositionX=0
PositionY=0
[Monitor1]
Name=\\.\DISPLAY2
MonitorID=MONITOR\LEN66FB\{4d36e96e-e325-11ce-bfc1-08002be10318}\0008
SerialNumber=URHK6FCP
BitsPerPixel=32
Width=2560
Height=1440
DisplayFlags=0
DisplayFrequency=60
DisplayOrientation=0
PositionX=2560
PositionY=0
[Monitor2]
Name=\\.\DISPLAY3
MonitorID=MONITOR\GSM0001\{4d36e96e-e325-11ce-bfc1-08002be10318}\0010
SerialNumber=
BitsPerPixel=32
Width=1920
Height=1080
DisplayFlags=0
DisplayFrequency=60
DisplayOrientation=0
PositionX=1601
PositionY=-1080
4 changes: 4 additions & 0 deletions MultiMonitorTool/multiMonitorToolOutput.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Resolution,Left-Top,Right-Bottom,Active,Disconnected,Primary,Colors,Frequency,Orientation,Maximum Resolution,Name,Adapter,Device ID,Device Key,Monitor ID,Short Monitor ID,Monitor Key,Monitor String,Monitor Name,Monitor Serial Number
1920 X 1080,"1601, -1080","3521, 0",Yes,No,No,32,60,Default,1920 X 1080,\\.\DISPLAY3,NVIDIA GeForce RTX 2080 Ti,PCI\VEN_10DE&DEV_1E07&SUBSYS_866A1043&REV_A1,\Registry\Machine\System\CurrentControlSet\Control\Video\{3AB1B141-D3F6-11EE-A460-106FD93C4F11}\0002,MONITOR\GSM0001\{4d36e96e-e325-11ce-bfc1-08002be10318}\0010,GSM0001,\Registry\Machine\System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318}\0010,Generic PnP Monitor,LG TV,
2560 X 1440,"2560, 0","5120, 1440",Yes,No,No,32,60,Default,2560 X 1440,\\.\DISPLAY2,NVIDIA GeForce RTX 2080 Ti,PCI\VEN_10DE&DEV_1E07&SUBSYS_866A1043&REV_A1,\Registry\Machine\System\CurrentControlSet\Control\Video\{3AB1B141-D3F6-11EE-A460-106FD93C4F11}\0001,MONITOR\LEN66FB\{4d36e96e-e325-11ce-bfc1-08002be10318}\0008,LEN66FB,\Registry\Machine\System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318}\0008,Generic PnP Monitor,C27q-35,URHK6FCP
2560 X 1440,"0, 0","2560, 1440",Yes,No,Yes,32,144,Default,2560 X 1440,\\.\DISPLAY1,NVIDIA GeForce RTX 2080 Ti,PCI\VEN_10DE&DEV_1E07&SUBSYS_866A1043&REV_A1,\Registry\Machine\System\CurrentControlSet\Control\Video\{3AB1B141-D3F6-11EE-A460-106FD93C4F11}\0000,MONITOR\ACI27EC\{4d36e96e-e325-11ce-bfc1-08002be10318}\0009,ACI27EC,\Registry\Machine\System\CurrentControlSet\Control\Class\{4d36e96e-e325-11ce-bfc1-08002be10318}\0009,ROG PG279Q,ROG PG279Q,#ASNImfyQBwHd
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ def main():


if __name__ == "__main__":
# t
main()

0 comments on commit cabff57

Please sign in to comment.