Port to Weston 1.3 API.
[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 [input-method]
9 path=/bin/weekeyboard
10
11 [output]
12 name=HDMI1
13 transform=90
14
15 [output]
16 name=HDMI3
17 transform=90
18
19 [output]
20 name=VGA1
21 mode=off
22
23 [ivi-plugin]
24 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
25
26 [ivi-display]
27 # logical display number list
28 displayno=1,0
29 # default input panel display
30 inputpanel=0
31
32 [ivi-layer]
33 # background layer id
34 background=0
35 # default(panel) layer id
36 default=1
37 # touch panel layer id
38 touch=101
39 # cursor layer id
40 cursor=102
41 # layer id at the time of the system startup
42 startup=103
43 # input panel layer decoration (magnification rate(%);difference from the bottom)
44 inputpaneldeco=120;132
45
46 [ivi-animation]
47 # default animation name;time;rate(frame/sec)
48 default=fade;500;30
49 # input panel surface animation(name;time)
50 inputpanel=fade;200
51
52 [ivi-option]
53 # option flags
54 # bit.0 1=show surface at screen create if HomeScreen exist/0=not show surface at create
55 # bit.1 1=1=show if display not exist/0=not show if display not exist
56 # bit.2 1=show input panel automatically/0=not show automaticaly
57 # bit.8 1=surface fixed aspect rate/0=not fixed aspect rate
58 flag=0x0004
59
60 # debug log output level
61 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug)
62 log=4