1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
{
"HDMI": {
"Screen": {
"width": 4480,
"height": 1440,
"widthMM": 1185,
"heightMM": 381
},
"Monitors": {
"eDP10\u007f": {
"edid": "BOE0unknown unkn",
"primary": true,
"x": 0,
"y": 360,
"rotate_setting": 1,
"width": 1920,
"height": 1080,
"refresh_rate": 60.0
},
"HDMI10": {
"edid": "LEN0L24q-10 L24q",
"x": 1920,
"y": 0,
"rotate_setting": 1,
"width": 2560,
"height": 1440,
"refresh_rate": 59.95
}
}
},
"laptop-only": {
"Screen": {
"width": 1920,
"height": 1080,
"widthMM": 508,
"heightMM": 285
},
"Monitors": {
"eDP10\u007f": {
"edid": "BOE0unknown unkn",
"primary": true,
"x": 0,
"y": 0,
"rotate_setting": 1,
"width": 1920,
"height": 1080,
"refresh_rate": 60.0
}
}
}
}
|