How to disable Macbook keyboard backlight

Cerin

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.

Cerin

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to disable custom keyboard fullscreen?

From Dev

How to disable keyboard input in DateTimePicker?

From Dev

how to Disable special keyboard keys?

From Dev

Macbook Pro backlight control not working on Ubuntu 16.04

From Dev

How to disable and enable keyboard in ubuntu?

From Dev

How to disable Macbook keyboard backlight

From Dev

How can I disable backlight when I lock the screen?

From Dev

How to disable and enable keyboard in ubuntu?

From Dev

Disable keyboard backlight on Sony Vaio S series (2012) (Ubuntu 13.04)

From Dev

How to disable a keyboard?

From Dev

How can I disable backlight when I lock the screen?

From Dev

How to disable keyboard?

From Dev

How to turn off the backlight of the Apple logo on top of MacBook?

From Dev

Keyboard-Backlight in Device Manager?

From Dev

How do I switch on the backlight on the WASD Code Keyboard?

From Dev

How to disable “Ctrl+Shift+J” shortcut on a MacBook Pro’s Japanese keyboard?

From Dev

Can I change the keyboard backlight?

From Dev

Macbook Pro backlight control not working on Ubuntu 16.04

From Dev

Macbook backlight not working on Arch

From Dev

How to disable keys from the keyboard?

From Dev

MSI keyboard backlight

From Dev

How to disable tty1 and backlight using Arch Linux

From Dev

cannot turn on keyboard backlight

From Dev

Disable backlight keyboard feature in Lenovo x230i for Ubuntu 14.04

From Dev

How to ensure keyboard backlight is always on (at max) at boot time?

From Dev

Keyboard backlight disabled in Virtual Box

From Dev

Keyboard Backlight not Working on Arch Linux

From Dev

Keyboard backlight Ubuntu 18.10 not working

From Dev

Keyboard backlight on Asus laptop

Related Related

HotTag

Archive