Bugfix for TIVI-1997, TIVI-2244, TIVI-2256, A ivi cursor layer may pick up a touch...
[profile/ivi/ico-uxf-weston-plugin.git] / settings / weston.ini
1 [core]
2 shell=
3 modules=ico_plugin_loader.so
4
5 [shell]
6 num-workspaces=1
7 shell-exe=
8 locking=false
9 animation=zoom
10 startup-animation=fade
11
12 [input-method]
13 path=/bin/weekeyboard
14
15 [output]
16 name=HDMI1
17 transform=90
18
19 [output]
20 name=HDMI3
21 transform=90
22
23 [output]
24 name=VGA1
25 mode=off
26
27 [ivi-plugin]
28 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
29
30 [ivi-display]
31 # logical display number list
32 displayno=1,0
33 # default input panel display
34 inputpanel=0
35
36 [ivi-layer]
37 # background layer id
38 background=0
39 # default(panel) layer id
40 default=1
41 # touch panel layer id
42 touch=101
43 # cursor layer id
44 cursor=102
45 # layer id at the time of the system startup
46 startup=103
47 # input panel layer decoration (magnification rate(%);difference from the bottom)
48 inputpaneldeco=120;132
49
50 [ivi-animation]
51 # default animation name;time;rate(frame/sec)
52 default=fade;500;30
53 # input panel surface animation(name;time)
54 inputpanel=fade;200
55
56 [ivi-thumbnail]
57 gpu_accel_fps=10
58 shm_buffer_fps=2
59 no_accel_fps=5
60
61 [ivi-option]
62 # option flags
63 #  0x0001 1=show surface at screen create if HomeScreen exist/0=not show surface at create
64 #  0x0002 1=1=show if display not exist/0=not show if display not exist
65 #  0x0004 1=show input panel automatically/0=not show automaticaly
66 #  0x0080 1=surface fixed aspect rate/0=not fixed aspect rate
67 #  0x8000 1=no use GPU dependent acceleration
68 #  0x1000 1=force use Intel Sandybridge Mobile GPU dependent acceleration
69 flag=0x0004
70
71 # debug log output level and debug flag
72 #  lower 16 bit: log level(0=no/1=err/2=warn/3=info/4=trace/5=debug)
73 #  upper 16 bit: debug flag(0x00010000: performance log)
74 log=0x00000004