673fbc4f3d66103ddb1e2d428035ddd1760c3c2d
[profile/ivi/ico-uxf-weston-plugin.git] / settings / weston.ini
1 [core]
2 modules=ico_plugin_loader.so
3 shell=
4
5 [shell]
6 num-workspaces=1
7 client=
8 locking=false
9 animation=fade
10 startup-animation=fade
11
12 [input-method]
13 path=/bin/weekeyboard
14
15 #[output]
16 #name=LVDS1
17 #mode=1680x1050
18 #transform=90
19 #icc_profile=/usr/share/color/icc/colord/Bluish.icc
20
21 [output]
22 name=VGA1
23 #mode=1920x1080
24 transform=90
25
26 #[output]
27 #name=X1
28 #mode=1024x768
29 #transform=flipped-270
30
31 [output]
32 name=HDMI1
33 #mode=1920x1080
34 transform=90
35
36 [output]
37 name=HDMI3
38 #mode=1920x1080
39 transform=90
40
41 [output]
42 name=UNKNOWN1
43 #mode=1920x1080
44 transform=90
45
46 [ivi-plugin]
47 modules=ico_ivi_shell.so,ico_window_mgr.so,ico_window_animation.so,ico_input_mgr.so
48
49 [ivi-display]
50 # logical display number list
51 displayno=1,0
52 # default input panel display
53 inputpanel=0
54
55 [ivi-layer]
56 # background layer id
57 background=0
58 # default(panel) layer id
59 default=1
60 # touch panel layer id
61 touch=101
62 # cursor layer id
63 cursor=102
64 # layer id at the time of the system startup
65 startup=103
66 # input panel layer decoration (magnification rate(%);difference from the bottom)
67 inputpaneldeco=120;132
68
69 [ivi-animation]
70 # default animation name;time;rate(frame/sec)
71 default=fade;500;30
72 # input panel surface animation(name;time)
73 inputpanel=fade;200
74
75 [ivi-thumbnail]
76 gpu_accel_fps=15
77 shm_buffer_fps=2
78 no_accel_fps=10
79
80 ##[ivi-access-control]
81 ##access_api.0=User::SystemApp;*
82 ##access_api.1=User::MakerApp;set_window_layer,set_positionsize,set_visible
83 ##access_api.2=User::MakerApp;set_map_buffer,map_sirface,unmap_surface
84 ##access_api.3=User::MakerApp;device_configure_input,device_configure_code,device_input_event
85 ##access_api.4=User::AuthenticatedApp;set_positionsize,set_visible
86 ##access_api.5=*;set_input_region,unset_input_region
87
88 [ivi-option]
89 # option flags
90 #  0x0001 1=show surface at screen create if HomeScreen exist/0=not show surface at create
91 #  0x0002 1=1=show if display not exist/0=not show if display not exist
92 #  0x0004 1=show input panel automatically/0=not show automaticaly
93 #  0x0010 1=support shm_buffer thumbnail/not support shm_buffer
94 #  0x0080 1=surface fixed aspect rate/0=not fixed aspect rate
95 #  0x8000 1=Acceleration depending on GPU(intel GPU only)/0=independing GPU
96 flag=0x0004
97
98 # debug log output level and debug flag
99 #  lower 16 bit: log level(0=no/1=err/2=warn/3=info/4=trace/5=debug)
100 #  upper 16 bit: debug flag(0x00010000: performance log)
101 log=0x00000004