So, as a number of users seem to be experiencing, I am unable to change brightness on my laptop. Using the Brightness and Lock in settings, the slider moves but brightness does not adjust. The fn keys work for volume but not for brightness. I have updated my drivers and installed all updates, however the brightness is still at maximum.
I have heard that opening sudo gedit /etc/x11/xorg.conf
and entering Option "RegistryDwords" "EnableBrightnessControl=1"
can fix this, however when opening xorg.conf through Terminal I am greeted with a blank document... Not very reassuring.
Toshiba L750 Laptop
Nvidia Graphics Card
Dual boot with Windows
/etc/X11/xorg.conf
.. capitalX
. Also please post result ofls /sys/class/backlight/*/brightness
. Is your system optimus enabled. what is output oflspci | grep VGA
? – Web-E Jun 23 '12 at 14:27ls /sys/class/backlight/*/brightness
I get:/sys/class/backlight/acpi_video0/brightness
/sys/class/backlight/toshiba/brightness
Unsure how to tell if Optimus enabled, as for
lspci | grep VGA
I get:
– Raymond Standen Jun 23 '12 at 21:5101:00.0 VGA compatible controller: NVIDIA Corporation Device 0dec (rev a1)
echo 1024| sudo tee /sys/class/backlight/toshiba/brightness
andecho 1024| sudo tee /sys/class/backlight/acpi_video0/brightness
I am met with Invalid Argument – Raymond Standen Jun 24 '12 at 07:14acpi_video0
andtoshiba
. As such I triedecho 4
, again, for bothacpi_video0
andtoshiba
, brightness did not change. – Raymond Standen Jun 24 '12 at 09:58Option "RegistryDwords" "EnableBrightnessControl=1"
. I don't know why this didn't work the first time I tried it, but now it works. My eyes are thankful haha – Raymond Standen Jun 28 '12 at 10:38