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

I have dual-booted my Macbook Pro with Ubuntu 12.04 . Whenever i log-in to Ubuntu, it does so with full screen brightness and keyboard backlight at full . How do i get rid of this? How can i tweak the start-up setting for screen brightness and disable keyboard backlight at start-up?

share|improve this question
see also askubuntu.com/questions/137355/… – naught101 Oct 12 '12 at 11:26

3 Answers

To fix the screen brightness on my Macbook I stopped the apple_bl kernel module from being loaded. This seem to fix this for me.

  1. Create a file called: /etc/modprobe.d/blacklist-applebl.conf
  2. In the above file add the line:

     blacklist apple_bl
    
  3. Reboot.

share|improve this answer
I tried this, but it still reboots with maximum brightness. – hektor May 26 '12 at 15:34
OK i read the question wrong. My install also always starts at full brightnesss. But I usually use suspend. Can you control the brightness using the keys? – Tim May 29 '12 at 2:43
Yep i can use the keys to control the brightness. – hektor May 29 '12 at 13:02

Has been a long time that you asked this question. I had a similar problem and solved it this way:

http://blog.christian-hufgard.de/keyboardscreen_backlight_settings_ubuntu_12_04-2012-07-30

share|improve this answer
1  
Welcome to Ask Ubuntu! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. Also, please edit this post at least to include explicit disclosure that this is your blog. Our policy requires this when linking in answers to a site with which you are affiliated. – Eliah Kagan Jul 31 '12 at 0:08

Keyboard backlight is only partially implemented, I think. It's working for unity, but in KDE there's no UI for it. You can manually change the keyboard backlight brightness on the command line. I don't have a mac, so I'm not sure what the exact command is, but for my samsung, the command is

echo 5 > /sys/class/leds/samsung\:\:kbd_backlight/brightness

(you have to do this as root, you can use sudo -s)

For the mac, have a look in /sys/class/leds, and see what's there.

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.