The change of the configuration and the implementation of the event input.
[profile/ivi/ico-uxf-weston-plugin.git] / settings / weston.ini
1 [core]
2 modules=ico_plugin_loader.so
3
4 #[input-method]
5 #path=/no_input_method_err_but_no_problem.so
6
7 [shell]
8 num-workspaces=1
9 shell-exe=
10
11 [output]
12 name=HDMI3
13 #mode=1680x945
14 mode=173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
15 transform=90
16
17 [output]
18 name=HDMI2
19 #mode=1280x480
20 mode=100.00  1280 1300 1400 1400  480 500 600 700 -hsync +vsync
21
22 #[output]
23 #name=LVDS1
24 #mode=1680x1050
25 #transform=90
26
27 #[output]
28 #name=VGA1
29 #mode=173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
30 #transform=90
31
32 #[output]
33 #name=X1
34 #mode=1024x768
35 #transform=flipped-270
36
37 [ivi-plugin]
38 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
39
40 [ivi-display]
41 displayno=1,0
42
43 [ivi-layer]
44 # default layer id
45 default=1
46 # layer id at the time of the system startup
47 startup=109
48 # background layer id
49 background=0
50 # input layer id
51 input=101
52 # cursor layer id
53 cursor=102
54
55 [ivi-animation]
56 # default animation
57 default=fade
58 # animation time (ms)
59 time=500
60 # animation frame rate(frame/sec)
61 fps=30
62
63 [ivi-debug]
64 # debug flags
65 # bit.0 0=hide on surface create(for with HomeScreen)/1=show on surface create
66 flag=0
67
68 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug)
69 log=4
70