Initialize Tizen 2.3
[framework/system/deviced.git] / src / display / display-emul.conf
1 [Display]
2 # deviced is pending lcd on until lock screen shows.
3 # This is the maximum pending time.
4 LockScreenWaitingTime=0.3      #second
5
6 # Power-off popup is launched when power key is long pressed.
7 # This is duration of pressing power key.
8 LongPressInterval=2            #second
9
10 # This is polling time of auto brightness.
11 LightSensorSamplingInterval=1  #second
12
13 # display state is changed to SLEEP state after this time.
14 # If this value is large, it causes power consumption problem.
15 LCDOffTimeout=500               # milli second
16
17 # This is n step of auto brightness.
18 # If brightness is change from a to b, brightness's changed n times from a to b.
19 BrightnessChangeStep=10
20
21 # This is threshold value of light sensor.
22 # If lux value is greater than threshold,
23 # HBM(High Brightness Mode) is on.
24 HBMLuxThreshold=39768
25
26 # If this value is yes, LCD is always on except pressing power key.
27 # Default value is no, LCD is turned off by lcd timeout.
28 LCDAlwaysOn=yes                 # yes or no
29
30 # Just below application only allow to change display frame rate.
31 # refer to enum refresh_app
32 ChangedFrameRateAllowed=all             # all
33 ControlDisplay=no               # yes or no
34
35 # LCD is not turned off when this value is yes and key double pressed
36 PowerKeyDoublePressSupport=yes  # yes or no
37