Package: pommed Version: 1.37~dfsg-1 Severity: normal My brightness keys were "jumping" the brightnes on my MacBook v1.1, e.g. increasing the brightness from 0% using function key would cycle like so: 0%-25%-50%-0%-75%-100%-0%-100%.
Turns out the step value for the MacBook v1.1 (Intel Gma950) is a bit too big. /sys/devices/virtual/backlight/mbp_backlight/max_brightness is 15. When I've changed the step value from the hexadecimal value to "1" I got back the smooth/gradual brightness increase/decrease via function key. Below is the relevant section of the modified pommed config file. And it turns out I don't need pommed anymore, since "it just works" without it now. Thank you for working on this package it was a pleasure to have working function keys all this time. Regards, Dmitrijs. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty-proposed'), (500, 'natty-backports'), (500, 'natty') Architecture: i386 (i686) Kernel: Linux 2.6.38-4-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pommed depends on: ii eject 2.1.5+deb1+cvs20081104-7.1 ejects CDs and operates CD-Changer ii libasound2 1.0.23-2.1ubuntu3 shared library for ALSA applicatio ii libaudiofile0 0.2.6-8ubuntu1 Open-source version of SGI's audio ii libc6 2.13-0ubuntu1 Embedded GNU C Library: Shared lib ii libconfuse0 2.7-1 Library for parsing configuration ii libdbus-1-3 1.4.1-0ubuntu2 simple interprocess messaging syst ii libpci3 1:3.1.7-4ubuntu5 Linux PCI Utilities (shared librar Versions of packages pommed recommends: ii dbus 1.4.1-0ubuntu2 simple interprocess messaging syst pommed suggests no packages. -- Configuration Files: /etc/pommed.conf changed: lcd_gma950 { # initial backlight level [0x6f] (0x1f - 0x94 usually, -1 to disable) init = -1 # step value (0x01 - 0x20) step = 1 # backlight level when on battery [0x40] (0x1f - 0x94 usually, 0 to disable) on_batt = 6 } -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org