Mer/Blueprints/Backlight behaviour
({{Mer}}) |
|||
Line 1: | Line 1: | ||
+ | {{Mer}} | ||
+ | |||
System active -> System idle -> System inactive | System active -> System idle -> System inactive | ||
* Global properties in use: | * Global properties in use: | ||
Line 23: | Line 25: | ||
** If SS modified to Active, SetBrightness to ABV | ** If SS modified to Active, SetBrightness to ABV | ||
** If SS modified to Inactive, SetBrightness to 0, turn off screen | ** If SS modified to Inactive, SetBrightness to 0, turn off screen | ||
- | |||
- | |||
- |
Latest revision as of 10:27, 22 September 2010
Mer is back : Please visit http://www.merproject.org to learn more about this news. |
System active -> System idle -> System inactive
- Global properties in use:
- Seconds since last input (SSLI)
- System state (SS: Active, Idle, Inactive)
- Gconf2 settings:
- Backlight level while system active (Active Backlight Value)
- Backlight level when display dimmed (Dimmed Backlight Value
- Seconds idle before making display dimmed (Seconds To Dim)
- Boolean value as if to keep backlight lit (Stay Lit)
- Seconds idle before turning off display (Seconds To Turn Off)
- HAL methods:
- LaptopPanel/SetBrightness
- Event-Reactions:
- If ABV modified, and SS = Active, SetBrightness to ABV
- If ADV modified, and SS = Idle, SetBrightness to ADV
- If STD > SSLI, set SS to Idle unless SL
- If SSLI < STD, set SS to Active
- If STTO > SSLI, set SS to Inactive unless SL
- If SS modified to Idle, SetBrightness to ADV
- If SS modified to Active, SetBrightness to ABV
- If SS modified to Inactive, SetBrightness to 0, turn off screen
- This page was last modified on 22 September 2010, at 10:27.
- This page has been accessed 4,976 times.