~ubuntu-branches/ubuntu/wily/libkscreen/wily-proposed

« back to all changes in this revision

Viewing changes to autotests/configs/singleoutputBroken.json

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-10-01 15:47:21 UTC
  • Revision ID: package-import@ubuntu.com-20141001154721-96ng88bgtxpj8sjv
Tags: upstream-5.1.0.1
ImportĀ upstreamĀ versionĀ 5.1.0.1

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" : 1280,
 
15
            "height" : 800
 
16
        },
 
17
        "maxActiveOutputsCount": 2
 
18
    },
 
19
    "outputs" :
 
20
    [
 
21
    {
 
22
        "id" : 2,
 
23
        "name" : "LVDS1",
 
24
        "type" : "LVDS",
 
25
        "modes" :
 
26
        [
 
27
        {
 
28
            "id" : 3,
 
29
            "name" : "128000x80000",
 
30
            "refreshRate" : 59.9,
 
31
            "size" : {
 
32
                "width" : 128000,
 
33
                "height" : 80000
 
34
            }
 
35
        },
 
36
        {
 
37
            "id" : 42,
 
38
            "name" : "1280x800",
 
39
            "refreshRate" : 59.9,
 
40
            "size" : {
 
41
                "width" : 1280,
 
42
                "height" : 800
 
43
            }
 
44
        },
 
45
        {
 
46
            "id" : 2,
 
47
            "name" : "1024x768",
 
48
            "refreshRate" : 59.9,
 
49
            "size" : {
 
50
                "width" : 1024,
 
51
                "height" : 768
 
52
            }
 
53
        },
 
54
        {
 
55
            "id" : 1,
 
56
            "name" : "800x600",
 
57
            "refreshRate" : 60,
 
58
            "size" : {
 
59
                "width" : 800,
 
60
                "height" : 600
 
61
            }
 
62
        }
 
63
        ],
 
64
        "pos" : {
 
65
            "x" : 0,
 
66
            "y" : 0
 
67
        },
 
68
        "preferredModes" : [42],
 
69
        "rotation" : 1,
 
70
        "connected" : true,
 
71
        "enabled" : true,
 
72
        "primary" : true,
 
73
        "edid" : "AP///////wBMLcMFMzJGRQkUAQMOMx14Ku6Ro1RMmSYPUFQjCACBAIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA/h8RAAAeAAAA/QA4PB5REQAKICAgICAgAAAA/ABTeW5jTWFzdGVyCiAgAAAA/wBIOU1aMzAyMTk2CiAgAC4="
 
74
    }
 
75
    ]
 
76
}