You have been subscribed to a public bug:
There are quite a few models of keyboards that come equipped with a
keyboard backlight. Sadly, most of these do not have drivers for Linux.
Below is some code that allows control of the backlight on all keyboards
I've tested (mainly XtremeIT series, but it does also work on a few
other models)
#!/bin/bash
if [ -f /tmp/keyboard_light ]; then
xset -led 3 && rm /tmp/keyboard_light
else
xset led 3 && touch /tmp/keyboard_light
fi
I would ask this is put into Ubuntu, if only to provide a cleaner
experience.
** Affects: gnome-settings-daemon (Ubuntu)
Importance: Wishlist
Status: Triaged
--
Keyboard backlight does not function under Ubuntu - workaround needed
https://bugs.launchpad.net/bugs/682198
You received this bug notification because you are a member of Ubuntu Desktop
Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs