1parts {
2    portrait {
3        background {
4            image   background_port.png
5        }
6    }
7    landscape {
8        background {
9            image   background_land.png
10        }
11    }
12
13    device {
14        display {
15            width   1024
16            height  600
17            x       0
18            y       0
19        }
20    }
21
22}
23
24layouts {
25
26    landscape {
27        width     1076
28        height    654
29        color     0xe0e0e0
30        event     EV_SW:0:1
31
32        part1 {
33            name    portrait
34            x       1400
35            y       0
36        }
37
38        part2 {
39            name    landscape
40            x       0
41            y       0
42        }
43
44        part3 {
45            name      device
46            x         26
47            y         29
48        }
49    }
50
51    portrait {
52        width     654
53        height    1076
54        color     0xe0e0e0
55        event     EV_SW:0:0
56
57        dpad-rotation 3
58
59        part1 {
60            name    portrait
61            x       0
62            y       0
63        }
64
65        part2 {
66            name    landscape
67            x       1400
68            y       0
69        }
70
71        part3 {
72            name    device
73            x       29
74            y       1050
75            rotation  3
76        }
77    }
78
79}
80
81keyboard {
82    charmap qwerty2
83}
84
85network {
86    speed  full
87    delay  none
88}
89