I have a Dell Inspiron N4010 laptop. My brightness hotkeys are not able increase or decrease the brightness of the screen. And as a matter of fact, I also can not reduce the brightness from the Brightness & Lock
menu under System Settings
. Any solutions?
EDIT: I think I may have found the reason behind the problem. In the previous versions of Ubuntu there were acpi_video0
and intel_backlight
inside the /sys/class/backlight
folder. Now in 13.04 there are dell_backlight
and intel_backlight
in that folder. And the most interesting part, my friend installed 13.04 on his Dell Vostro and in his system's /sys/class/backlight
folder there are acpi_video0
and intel_backlight
. So the brightness hotkeys are working for him.
Best Answer
I have the same model and I had the same problem all the way through 13.04 development until one day before release and then it started working. I filed the bug here: Bug #1105604: Brightness control stopped working
What you can do is to use a manual override that I used throughout development, by modifying
/etc/rc.local
as follows:The downside is that you can't change the brightness easily except by manually modifying the file
/sys/class/backlight/intel_backlight/brightness
When I did have it working, I used the Fn + brightness keys to check the settings: the lowest setting is
490
and after that it goes up in increments of488
. So these are the default settings for/sys/class/backlight/intel_backlight/brightness
:My brightness controls were previously working, but are broken again so I decided to create a script to manage it:
Note: I added a line in
/etc/rc/local
to give me authority to the brightness file:Then I assigned it to the keys Alt+Up and Alt+Down as shown here: