Since this is blocking cert of this machine for precise, culd the
desktop team please take a look and see if it is addressible?
** Changed in: gnome-settings-daemon (Ubuntu)
Assignee: (unassigned) => Canonical Desktop Team (canonical-desktop-team)
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/959106
Title:
brightness changing problem in ASUS machines
Status in “gnome-settings-daemon” package in Ubuntu:
New
Bug description:
For all ASUS machines, it will only notify the userspace app by udev event
while the brightness value is changed, instead of keyevent.
The procedure in the asus-wmi kernel module is as described below
1. receive the keyevent from WMI
2. if the brightness event is not handled by ACPI, then update the brightness
value through WMI
3. call backlight_force_update(), it will
1. send a change notification on the actual_brightness file (userspace can
monitor it using inotify or related), and
2. send a uevent which can be catched by udev or others (with SOURCE
being an env variable containing the source of this change)
The problem is that it won't report keyevent, so g-s-d won't show the
brightness OSD. But it actually reports the event, uevent.
It won't harm to monitor the uevent and read the brightness value from
actual_brightness and shows the OSD, even if there is already a keyevent
reported.
Please consider to add this feature, thanks.
The brightness uevent looks like this
==
KERNEL[16407.000334] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
KERNEL[16407.000555] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
UDEV [16407.000605] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
KERNEL[16407.000730] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
UDEV [16407.000997] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
UDEV [16407.001164] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
KERNEL[16407.002040] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
UDEV [16407.002212] change
/devices/pci0000:00/0000:00:02.0/backlight/acpi_video0 (backlight)
==
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/959106/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp