In Ubuntu 13.04, whenever I decrease brightness, it still stays at its highest, and won't decrease. What's the fix?
Info
13.04, using Gnome Environment, but its Ubuntu 13.04. Dell Inspiron
Also, cannot get updates at ALL
"Failed to get repository information." Sudo apt-get update also gives errors at end.
Edit the grub configuration:
add:
after:
then update the grub and restart:
I faced the same problem and did the following to resolve the issue. Firstly, do this...
Terminal
and type sudo gedit /etc/rc.localThen add this line before exit 0
echo 980 > /sys/class/backlight/intel_backlight/brightness
Now save the file. You can adjust value as you wish.
The above steps will hold the brightness on reboots. Next, see this answer given to my question regarding the same issue Brightness Controls Not Working on a Dell Inspiron N4010 Laptop.