GNOME Bugzilla – Bug 658144
Backlight sometimes DIM to a higher level
Last modified: 2011-09-07 13:29:40 UTC
When I have my backlight set to a low level, the DIM function changes the backlight to a higher level than the current one. This is something we don't want, and should be fixed :) This is quite easy to fix with the following patch: https://launchpadlibrarian.net/78879888/gnome-settings-daemon.debdiff
Created attachment 195602 [details] [review] Only dim if old brightness was higher than dim brightness. And also fix typo :)
Created attachment 195636 [details] [review] test patch I'm not sure that's right; pre_dim_brightness is in absolute units (typically 0-15) and idle_brigntness is in percentage units. Could you try the attached patch and tell me if it also fixes the issue. Thanks.
Hi! Thanks for you patch. This one works fine indeed. (gnome-settings-daemon:2995): power-plugin-DEBUG: idletime alarm: 1 (gnome-settings-daemon:2995): power-plugin-DEBUG: normal to dim (gnome-settings-daemon:2995): power-plugin-DEBUG: Doing a state transition: dim (gnome-settings-daemon:2995): power-plugin-DEBUG: brightness already now 0/15, so ignoring dim to 4/15
commit 64c0b75c05699253d9fbceb85021e893ca2e0e7f Author: Richard Hughes <richard@hughsie.com> Date: Mon Sep 5 12:34:13 2011 +0100 power: Never idle-dim the display to a higher brightness level Resolves https://bugzilla.gnome.org/show_bug.cgi?id=658144
*** Bug 657850 has been marked as a duplicate of this bug. ***