A solution for this problem that works for me (ubuntu 10.10, 2.6.35-24 kernel) is described here http://ubuntuforums.org/showthread.php?t=1612560 In a nutshell, add the boot option "acpi_osi=" to grub, by executing $ gksudo gedit /etc/default/grub (which calls an editor) to replace in the file /etc/default/grub the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" with GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=" Then execute $ sudo update-grub and reboot. Backlight-changing should now work seamlessly. Axel -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html