Skip to content

Commit cabff57

Browse files
committed
added MultiMonitorTool Folder back (for development only)
1 parent 89e1b5c commit cabff57

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,3 @@ cython_debug/
153153

154154
output/
155155
.vscode/
156-
MultiMonitorTool/
+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[Monitor0]
2+
Name=\\.\DISPLAY1
3+
MonitorID=MONITOR\ACI27EC\{4d36e96e-e325-11ce-bfc1-08002be10318}\0009
4+
SerialNumber=#ASNImfyQBwHd
5+
BitsPerPixel=32
6+
Width=2560
7+
Height=1440
8+
DisplayFlags=0
9+
DisplayFrequency=144
10+
DisplayOrientation=0
11+
PositionX=0
12+
PositionY=0
13+
[Monitor1]
14+
Name=\\.\DISPLAY2
15+
MonitorID=MONITOR\LEN66FB\{4d36e96e-e325-11ce-bfc1-08002be10318}\0008
16+
SerialNumber=URHK6FCP
17+
BitsPerPixel=32
18+
Width=2560
19+
Height=1440
20+
DisplayFlags=0
21+
DisplayFrequency=60
22+
DisplayOrientation=0
23+
PositionX=2560
24+
PositionY=0
25+
[Monitor2]
26+
Name=\\.\DISPLAY3
27+
MonitorID=MONITOR\GSM0001\{4d36e96e-e325-11ce-bfc1-08002be10318}\0010
28+
SerialNumber=
29+
BitsPerPixel=32
30+
Width=1920
31+
Height=1080
32+
DisplayFlags=0
33+
DisplayFrequency=60
34+
DisplayOrientation=0
35+
PositionX=1601
36+
PositionY=-1080
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
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
2+
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,
3+
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
4+
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

main.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ def main():
88

99

1010
if __name__ == "__main__":
11-
# t
1211
main()

0 commit comments

Comments
 (0)