Bugzilla – Bug 14342
Auto dim/undim should be smoother
Last modified: 2010-01-01 03:41:52 UTC
When the ambient light changes, the display appears to change in fairly course steps. It would be more attractive if it dimmed and undimmed smoothly.
Richard: is this something you would look at?
I asked Raphael to look at it.
Raphel, I wonder if the dimming should be done in the kernel, not the application. We should then be a able to make this very smooth. I'm thinking the kernel interface stays the same, just any changes are done smoothly. What do you think?
Richard: There is currently a ramping step variable defined in the Lua code. I can try to modify that to a lower level and increase the timer interval. This way the brightness should adjust faster/smoother as well. But it might make more sense to have the dimming in the kernel code for performance reasons.
*** This bug has been marked as a duplicate of bug 11851 ***