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

« back to all changes in this revision

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