~ubuntu-branches/ubuntu/wily/kscreen/wily

« back to all changes in this revision

Viewing changes to tests/configs/workstationWithNoConnectedScreens.json

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-15 01:30:43 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150115013043-l2q6wmndvl19yduk
Tags: 4:5.1.95-0ubuntu1
* New upstream snapshot
* New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "screen" :
3
 
    {
4
 
        "id" : 1,
5
 
        "maxSize" : {
6
 
            "width" : 8192,
7
 
            "height" : 8192
8
 
        },
9
 
        "minSize" : {
10
 
            "width" : 320,
11
 
            "height" : 200
12
 
        },
13
 
        "currentSize" : {
14
 
            "width" : 3200,
15
 
            "height" : 1880
16
 
        }
17
 
    },
18
 
    "outputs" :
19
 
    [
20
 
        {
21
 
            "id" : 1,
22
 
            "name" : "VGA1",
23
 
            "type" : "VGA",
24
 
            "modes" :
25
 
            [
26
 
                {
27
 
                    "id" : 3,
28
 
                    "name" : "1920x1080",
29
 
                    "refreshRate" : 59.9,
30
 
                    "size" : {
31
 
                        "width" : 1920,
32
 
                        "height" : 1080
33
 
                    }
34
 
                },
35
 
                {
36
 
                    "id" : 2,
37
 
                    "name" : "1600x1200",
38
 
                    "refreshRate" : 59.9,
39
 
                    "size" : {
40
 
                        "width" : 1600,
41
 
                        "height" : 1200
42
 
                    }
43
 
                },
44
 
                {
45
 
                    "id" : 1,
46
 
                    "name" : "800x600",
47
 
                    "refreshRate" : 60,
48
 
                    "size" : {
49
 
                        "width" : 800,
50
 
                        "height" : 600
51
 
                    }
52
 
                }
53
 
            ],
54
 
            "pos" : {
55
 
                "x" : 0,
56
 
                "y" : 0
57
 
            },
58
 
            "currentModeId" : 3,
59
 
            "preferredModes" : [3],
60
 
            "rotation" : 1,
61
 
            "connected" : false,
62
 
            "enabled" : true,
63
 
            "primary" : true,
64
 
            "edid" : "AP///////wBMLcMFMzJGRQkUAQMOMx14Ku6Ro1RMmSYPUFQjCACBAIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA/h8RAAAeAAAA/QA4PB5REQAKICAgICAgAAAA/ABTeW5jTWFzdGVyCiAgAAAA/wBIOU1aMzAyMTk2CiAgAC4="
65
 
        },
66
 
        {
67
 
            "id" : 2,
68
 
            "name" : "HDMI2",
69
 
            "type" : "HDMI",
70
 
            "modes" :
71
 
            [
72
 
                {
73
 
                    "id" : 3,
74
 
                    "name" : "1920x1080",
75
 
                    "refreshRate" : 60,
76
 
                    "size" : {
77
 
                        "width" : 1920,
78
 
                        "height" : 1080
79
 
                    }
80
 
                },
81
 
                {
82
 
                    "id" : 2,
83
 
                    "name" : "1024x768",
84
 
                    "refreshRate" : 59.9,
85
 
                    "size" : {
86
 
                        "width" : 1024,
87
 
                        "height" : 768
88
 
                    }
89
 
                },
90
 
                {
91
 
                    "id" : 1,
92
 
                    "name" : "800x600",
93
 
                    "refreshRate" : 59.9,
94
 
                    "size" : {
95
 
                        "width" : 800,
96
 
                        "height" : 600
97
 
                    }
98
 
                }
99
 
            ],
100
 
            "pos" : {
101
 
                "x" : 1280,
102
 
                "y" : 0
103
 
            },
104
 
            "preferredModes" : [3],
105
 
            "rotation" : 1,
106
 
            "connected" : false,
107
 
            "enabled" : true,
108
 
            "primary" : false,
109
 
            "edid" : "AP///////wAQrBbwTExLQQ4WAQOANCB46h7Frk80sSYOUFSlSwCBgKlA0QBxTwEBAQEBAQEBKDyAoHCwI0AwIDYABkQhAAAaAAAA/wBGNTI1TTI0NUFLTEwKAAAA/ABERUxMIFUyNDEwCiAgAAAA/QA4TB5REQAKICAgICAgAToCAynxUJAFBAMCBxYBHxITFCAVEQYjCQcHZwMMABAAOC2DAQAA4wUDAQI6gBhxOC1AWCxFAAZEIQAAHgEdgBhxHBYgWCwlAAZEIQAAngEdAHJR0B4gbihVAAZEIQAAHowK0Iog4C0QED6WAAZEIQAAGAAAAAAAAAAAAAAAAAAAPg=="
110
 
        }
111
 
    ]
112
 
}
 
 
b'\\ No newline at end of file'