Weston config clean-up: removed unused/commented configuration entries.
[profile/ivi/ico-uxf-weston-plugin.git] / settings / weston.ini
1 [core]
2 modules=ico_plugin_loader.so
3
4 [shell]
5 num-workspaces=1
6 shell-exe=
7
8 [output]
9 name=HDMI1
10 transform=90
11
12 [output]
13 name=VGA1
14 mode=off
15
16 [ivi-plugin]
17 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
18
19 [ivi-display]
20 displayno=1,0
21
22 [ivi-layer]
23 # default layer id
24 default=1
25 # layer id at the time of the system startup
26 startup=109
27 # background layer id
28 background=0
29 # input layer id
30 input=101
31 # cursor layer id
32 cursor=102
33
34 [ivi-animation]
35 # default animation
36 default=fade
37 # animation time (ms)
38 time=500
39 # animation frame rate(frame/sec)
40 fps=30
41
42 [ivi-debug]
43 # debug flags
44 # bit.0 0=hide on surface create(for with HomeScreen)/1=show on surface create
45 # bit.1 0=not show if display not exist/1=show if display not exist
46 flag=0
47
48 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug)
49 log=4