summaryrefslogtreecommitdiff
path: root/settings/weston.ini
blob: c6db4a0755626ff002d49a423ae3ce760c917646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[core]
modules=ico_plugin_loader.so

[shell]
num-workspaces=1
shell-exe=

[input-method]
path=/bin/weekeyboard

[output]
name=HDMI1
transform=90

[output]
name=HDMI3
transform=90

[output]
name=VGA1
mode=off

[ivi-plugin]
modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so

[ivi-display]
displayno=1,0

[ivi-layer]
# default layer id
default=1
# layer id at the time of the system startup
startup=109
# background layer id
background=0
# input layer id
input=101
# cursor layer id
cursor=102

[ivi-animation]
# default animation
default=fade
# animation time (ms)
time=500
# animation frame rate(frame/sec)
fps=30

[ivi-debug]
# debug flags
# bit.0 0=hide on surface create(for with HomeScreen)/1=show on surface create
# bit.1 0=not show if display not exist/1=show if display not exist
flag=0

# 0=no debug log write(1=err/2=warn/3=info/4=trace/5=debug)
log=4