Public bug reported:
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: ubuntu
Importance: Undecided
Status: New
--
Keyboard backlight does not function under Ubuntu
https://bugs.launchpad.net/bugs/682198
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs