Enable HDMI3 output by default (fix for TIVI-1836)
[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=HDMI3
14 transform=90
15
16 [output]
17 name=VGA1
18 mode=off
19
20 [ivi-plugin]
21 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
22
23 [ivi-display]
24 displayno=1,0
25
26 [ivi-layer]
27 # default layer id
28 default=1
29 # layer id at the time of the system startup
30 startup=109
31 # background layer id
32 background=0
33 # input layer id
34 input=101
35 # cursor layer id
36 cursor=102
37
38 [ivi-animation]
39 # default animation
40 default=fade
41 # animation time (ms)
42 time=500
43 # animation frame rate(frame/sec)
44 fps=30
45
46 [ivi-debug]
47 # debug flags
48 # bit.0 0=hide on surface create(for with HomeScreen)/1=show on surface create
49 # bit.1 0=not show if display not exist/1=show if display not exist
50 flag=0
51
52 # 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug)
53 log=4