If your laptop or netbook having same scenario as mine, here's how to fix it:
- Edit the 'rc.local' file. In terminal:
- Add the code below into the file, before the line exit 0:
gksu gedit /etc/rc.local
echo 7 > /sys/class/backlight/acpi_video0/brightness
The number 7 represents the display brightness level you want. Save and close this file.
The range of brightness level is different on different computers. You can check the maximum brightness level for your computer via this path: /sys/class/backlight/acpi_video0/max_brightness. For my HP mini 210, the max brightness is 10. So this means the range of brightness level for my netbook is from 0 to 10.
It works on a Dell Inspiron. Thanks, dude!
ReplyDeleteYou're welcome. Appreciate your feedback.
ReplyDeleteWith little changes, it worked on my Sony Vaio too:
ReplyDeleteecho 7 > /sys/class/backlight/sony/brightness
Thanks!
Thank you! It will be very helpful for other Sony laptop owners.
ReplyDeletedoesn't work on HP G72t a kernel patch fixed it in 11.10 now it is back. Very aggravating.
ReplyDeleteUnderstood how irritating it could be.
ReplyDeleteWhat folders do you have in /sys/class/backlight ?
acpi_video0 and intel_backlight thank you
ReplyDeleteI was having exactly the same problem. Your solution was very helpful! Thank you very much!
ReplyDeleteWe have same folders in /sys/class/backlight so I have no idea. Wish I could help.
ReplyDeleteNo problem. Thanks for the nice feedback.
ReplyDeleteThank you so much for the fix. This worked on Asus A42J series.
ReplyDeleteI got a fix for my system here
ReplyDeletehttp://ubuntuforums.org/showthread.php?t=1972303&highlight=screen+Brightness+ste+0%25
Thanks for the feedback. :)
ReplyDeleteThanks for the heads up. It is very helpful.
ReplyDeletethis worked for me
ReplyDeletehttp://ubuntuforums.org/showthread.php?t=1972303&highlight=screen+Brightness+ste+0%25
thnks a lot..really helpful :)
ReplyDeleteYou're welcome. Thank you for stopping by and commenting. :)
ReplyDeleteHi, thanks for the tips but I got a permission denied if I just echo this code.
ReplyDeleteI've to do this: "sudo su && echo 10 > /sys/class/backlight/acpi_video0/brightness" and then enter my password to make it work. What should I do to avoid this ?
thank you.
It will also prompt me to enter my password for root privilege when I use gksu. I would recommend to use gksu for graphical applications and sudo for command-line applications.
ReplyDeleteThis doesn't work on Asus U31SD-XH51.
ReplyDeleteIt worked for HP ProBook 4330s.
ReplyDeleteOS: Linux Mint Maya 13
☆ Thank you! ☆
Glad it helps.
ReplyDelete