Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command, as it will automatically gather debugging information, in a terminal: apport-collect 1012743 When reporting bugs in the future please use apport by using 'ubuntu-bug' and the name of the package affected. You can learn more about this functionality at https://wiki.ubuntu.com/ReportingBugs.
** Package changed: ubuntu => gnome-settings-daemon (Ubuntu) ** Changed in: gnome-settings-daemon (Ubuntu) Status: New => Incomplete -- 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/1012743 Title: Unable to adjust backlight brightness Status in “gnome-settings-daemon” package in Ubuntu: Incomplete Bug description: Hi, gsd-backlight-helper seems to make a wrong decision on which backlight to modify/the correct node is missing. The hotkeys for changing the screen brightness don't work on MacBook Air using nouveau. gsd-backlight-helper sets /sys/devices/virtual/backlight/apple_backlight/brightness which doesn't change anything. manually setting the brightness like this # echo 15 > /sys/class/backlight/nv_backlight/brightness works well Package: gnome-settings-daemon State: installed Automatically installed: no Version: 3.4.2-0ubuntu0.1 leaf# strace ./gsd-backlight-helper --set-brightness 15 2>&1 | tail open("/sys/devices/virtual/backlight/apple_backlight/type", O_RDONLY|O_CLOEXEC) = 4 read(4, "platform\n", 4096) = 9 close(4) = 0 close(3) = 0 getuid() = 0 geteuid() = 0 open("/sys/devices/virtual/backlight/apple_backlight/brightness", O_WRONLY) = 3 write(3, "15", 2) = 2 close(3) = 0 exit_group(0) = ? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1012743/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp