Bug 299980

Summary: power management does not obey times set for dimming
Product: [Frameworks and Libraries] solid Reporter: S. Burmeister <sven.burmeister>
Component: powermanagement-daemonAssignee: Dario Freddi <drf>
Status: RESOLVED DUPLICATE    
Severity: normal CC: oliver.henshaw
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description S. Burmeister 2012-05-14 07:40:59 UTC
4.8.3 With these settings within powermanagmentprofilesrc the display is dimmed after ~20 seconds with low battery. Yet systemsettings shows that it should be dimmed after one minute.


[AC]
icon=battery-charging

[AC][BrightnessControl]
value=100

[AC][DPMSControl]
idleTime=600

[AC][HandleButtonEvents]
lidAction=1
powerButtonAction=16

[Battery]
icon=battery-060

[Battery][BrightnessControl]
value=60

[Battery][DPMSControl]
idleTime=300

[Battery][DimDisplay]
idleTime=120000

[Battery][HandleButtonEvents]
lidAction=1
powerButtonAction=16

[Battery][SuspendSession]
idleTime=600000
suspendType=1

[LowBattery]
icon=battery-low

[LowBattery][BrightnessControl]
value=30

[LowBattery][DPMSControl]
idleTime=120

[LowBattery][DimDisplay]
idleTime=60000

[LowBattery][HandleButtonEvents]
lidAction=1
powerButtonAction=16

[LowBattery][SuspendSession]
idleTime=300000
suspendType=1


Reproducible: Always

Steps to Reproduce:
1. use the above settings
2. wait until you battery is low
3. count the seconds until the display is dimmed
Actual Results:  
Dimmed after ~20 seconds

Expected Results:  
dimmed after one minute
Comment 1 Oliver Henshaw 2013-02-17 15:11:51 UTC

*** This bug has been marked as a duplicate of bug 304696 ***