Brightness controls skips Levels.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNOME Settings Daemon |
New
|
Undecided
|
Dmitriy Geels | ||
gnome-power-manager (Arch Linux) |
New
|
Undecided
|
Unassigned | ||
gnome-power-manager (Ubuntu) |
Invalid
|
Low
|
Unassigned |
Bug Description
Binary package hint: gnome-power-manager
Expected:
Hitting brightness up key or brightness down key changes brightness by one level out of 15.
Actual:
Hitting brightness up key or brightness down key changes brightness by two or three levels out of 15.
When I use the brightness control keys from a fresh install, the brightness jumps THREE increments.
By creating /etc/modprobe.
options video brightness_
I reduce this to consistently TWO brightness events, but this is still double the normal events. If I kill gnome-power-
when hitting brightness up/down with gnome-power-
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent
KERNEL[
UDEV [1267026969.898270] change /devices/
KERNEL[
UDEV [1267026969.903842] change /devices/
KERNEL[
UDEV [1267026971.357418] change /devices/
with gnome-power-manager not running, it shows no events.
Before:
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 25
Brightness up pressed:
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 40
With options video brightness_
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 25
Brightness up pressed:
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 35
With brightness_
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 25
Brightness up pressed:
cat /proc/acpi/
levels: 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100
current: 30
Description: Ubuntu lucid (development branch)
Release: 10.04
xserver-
Installed: 2:2.9.1-1ubuntu1
Candidate: 2:2.9.1-1ubuntu1
Version table:
*** 2:2.9.1-1ubuntu1 0
500 http://
100 /var/lib/
gnome-power-
Installed: 2.29.1-0ubuntu2
Candidate: 2.29.1-0ubuntu2
Version table:
*** 2.29.1-0ubuntu2 0
500 http://
100 /var/lib/
description: | updated |
tags: | added: apport-collected |
summary: |
- Brightness controls create triple brightness changes on Dell Mini 1012 + Brightness controls create triple brightness changes on Dell Mini 1012 - + "TEST CASE" |
summary: |
- Brightness controls create triple brightness changes on Dell Mini 1012 - - "TEST CASE" + Brightness controls skips Levels. |
Changed in gnome-power-manager (Ubuntu): | |
status: | Incomplete → Confirmed |
tags: | added: patch |
Changed in gnome-power-manager (Ubuntu): | |
status: | Triaged → Invalid |
Changed in gnome-settings-daemon: | |
assignee: | nobody → Dmitriy Geels (dmig) |
Thanks for taking the time to report this bug and helping to make Ubuntu better. Could you please run apport-collect -p gnome-power-manager 527157 ? You might also want to take a look at the debugging instructions located at https:/ /wiki.ubuntu. com/DebuggingGN OMEPowerManager and submit any other logs related to your problem. Thanks in advance.