Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How do I disable the keyboard backlight, by turning it completely off, on a Macbook in 12.04?

Whenever I reboot, Ubuntu sets the backlight to 100% brightness, and frustratingly the new function keys no longer support being held down, so I have to press the dim key about 50 times to turn off the backlight.

share|improve this question
Check askubuntu.com/questions/137355/… – naught101 Oct 12 '12 at 11:26
@naught101, You linked to this question... – Cerin Oct 12 '12 at 16:40
SOrry, I meant askubuntu.com/questions/142177/… – naught101 Oct 13 '12 at 0:03

2 Answers

up vote 2 down vote accepted

Make the keyboard backlight device writable by everyone:

sudo chmod 777 /sys/class/leds/smc::kbd_backlight/brightness

Then, in your ~/.bash_aliases, add:

echo 0 | tee -a /sys/class/leds/smc::kbd_backlight/brightness

Alternatively, if you want the backlight to be disabled for all users, then add that line instead to /etc/profile.d/custom.sh.

The only caveat I've noticed is that unlocking your screen occassionally appears to reset the backlight to full brightness. Unfortunately, I don't know what's causing this.

share|improve this answer

is there a settings in the OS itself when you can control, turn on and off the back-light for your keyboard, if not the light will always be on, and if it does turn it off by there or turn the brightness to 0% and restart the Macbook and it should be o.k. or if that doesn't work install XChat and join the page that the topic is about and ask the more better professional about the matter. but i think you need to get the software to do so....

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.