I have a Sony E Series laptop with Fedora 17 and Windows 8 in dual boot. The brightness adjusts just fine on my Windows8 but not in Fedora. If I change it with the brightness slider in the power settings nothing happens. The brightness stays maximum even if I adjust the slider to minimum.
Blinded by my screen and frustrated by the draining battery I tried everything on the net.
I tried things like -
- Reinstall bash.
yum reinstall bash
- Add this to kernel parameters in grub2.cfg -
acpi_backlight=vendor
- Add this line to xorg.conf -
Option "RegistryDwords" "EnableBrightnessControl=1"
- Add this line to grub.cfg -
"video.brightness_switch_enabled=1"
- Update the drivers for your video card.
- Install some utility. Example -
xbacklight utility
from freedesktop.org
None of these suggestions worked for me.
acpi_video0 intel_backlight
– Sigur Sep 01 '12 at 23:37su
at the terminal and enter the root password. – Kshitiz Sharma Sep 02 '12 at 02:57sudo echo ....
and after the password, nothing wrong. No errors. but when I usecat /sys/....
to check the value, it is the same, 4882. – Sigur Sep 02 '12 at 14:39sudo
does not work. But withsudo su
first to change to root and then... aha! It works! Thanks. – Sigur Sep 02 '12 at 18:58