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

« back to all changes in this revision

Viewing changes to tests/kded/configs/singleOutput.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" : 1280,
 
15
            "height" : 800
 
16
        },
 
17
        "maxActiveOutputsCount": 1
 
18
    },
 
19
    "outputs" :
 
20
    [
 
21
        {
 
22
            "id" : 1,
 
23
            "name" : "LVDS1",
 
24
            "type" : "LVDS",
 
25
            "modes" :
 
26
            [
 
27
                {
 
28
                    "id" : 3,
 
29
                    "name" : "1280x800",
 
30
                    "refreshRate" : 59.9,
 
31
                    "size" : {
 
32
                        "width" : 1280,
 
33
                        "height" : 800
 
34
                    }
 
35
                },
 
36
                {
 
37
                    "id" : 2,
 
38
                    "name" : "1024x768",
 
39
                    "refreshRate" : 59.9,
 
40
                    "size" : {
 
41
                        "width" : 1024,
 
42
                        "height" : 768
 
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" : 30,
 
57
                "y" : 40
 
58
            },
 
59
            "preferredModes" : [3],
 
60
            "rotation" : 1,
 
61
            "connected" : true,
 
62
            "enabled" : true,
 
63
            "primary" : true,
 
64
            "edid" : "AP///////wBMLcMFMzJGRQkUAQMOMx14Ku6Ro1RMmSYPUFQjCACBAIFAgYCVAKlAswABAQEBAjqAGHE4LUBYLEUA/h8RAAAeAAAA/QA4PB5REQAKICAgICAgAAAA/ABTeW5jTWFzdGVyCiAgAAAA/wBIOU1aMzAyMTk2CiAgAC4="
 
65
        }
 
66
    ]
 
67
}