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