cddd9f8af298e5586c1e3503dccd50784bf66110
[profile/ivi/ico-uxf-weston-plugin.git] / settings / weston.ini
1 [core]
2 modules=ico_plugin_loader.so
3 shell=ivi-shell.so
4
5 [shell]
6 num-workspaces=1
7 client=
8 locking=false
9 animation=fade
10 startup-animation=fade
11
12 [ivi-shell]
13 cursor-theme=default
14 cursor-size=32
15 desktop-layer-id=1000
16 workspace-background-layer-id=2000
17 workspace-layer-id=3000
18 application-layer-id=4000
19
20 background-image=/usr/share/weston/background.png
21 background-id=1001
22 panel-image=/usr/share/weston/panel.png
23 panel-id=1002
24 tiling-image=/usr/share/weston/tiling.png
25 tiling-id=1003
26 sidebyside-image=/usr/share/weston/sidebyside.png
27 sidebyside-id=1004
28 fullscreen-image=/usr/share/weston/fullscreen.png
29 fullscreen-id=1005
30 random-image=/usr/share/weston/random.png
31 random-id=1006
32 home-image=/usr/share/weston/home.png
33 home-id=1007
34 workspace-background-color=0x99000000
35 workspace-background-id=2001
36
37 ivi-surface-creator-path=/usr/bin/IVISurfaceCreator
38
39 [input-method]
40 path=/bin/weekeyboard
41
42 #[output]
43 #name=LVDS1
44 #mode=1680x1050
45 #transform=90
46 #icc_profile=/usr/share/color/icc/colord/Bluish.icc
47
48 [output]
49 name=VGA1
50 #mode=1920x1080
51 transform=90
52
53 #[output]
54 #name=X1
55 #mode=1024x768
56 #transform=flipped-270
57
58 [output]
59 name=HDMI1
60 #mode=1920x1080
61 transform=90
62
63 [output]
64 name=HDMI3
65 #mode=1920x1080
66 transform=90
67
68 [output]
69 name=DP1
70 #mode=1920x1080
71 transform=90
72
73 [output]
74 name=UNKNOWN1
75 #mode=1920x1080
76 transform=90
77
78 [ivi-plugin]
79 modules=ivi-controller.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
80
81 [ivi-display]
82 # logical display number list
83 displayno=1,0
84
85 [ivi-animation]
86 # default animation name, time(ms) and frame rate(frame/sec)
87 default=fade
88 time=500
89 fps=30
90
91 [ivi-option]
92 # option flags (but not used)
93 flag=0x0000
94
95 # debug log output level and debug flag
96 #  lower 16 bit: log level(0=no/1=err/2=warn/3=info/4=trace/5=debug)
97 #  upper 16 bit: debug flag(0x00010000: performance log)
98 log=0x00000004