The brightness controls on my Lenovo ThinkPad W510 were not working at first. The display was stuck on a really bright setting which was tough on the eyes. I asked a user on UbuntuForums to help.
He showed me what to do, and recommended the ThinkWiki page for the W510.
Here is the fix:
sudo gedit /etc/X11/xorg.conf
Then add the following line at the bottom of the “device” section.
Option “RegistryDwords” “EnableBrightnessControl=1″


What if you have no xorg.conf file in /etc/X11 ???
you should be able to safely create the file.
this change in the Xorg.conf makes my W510 to hang while booting… the only thing that helps is to use the brightness-buttons while being in the grup menu.
hope this gets fixed soon…
should work now. After a good deal of poking I finally found the problem- the wrong type of " character. What a pesky little thing… oh well. Good luck!
yeah, there's some funky character there (the last character is ″ but should be ").
please fix your post…
The line should read:
Option "RegistryDwords" "EnableBrightnessControl=1"
Thanks a lot. It works for me, however the effect seems a transient one and whenever I login from a locked screen, it restores to the max brightness so i have to adjust it again.
Howard
Ha, you should consider yourself lucky it shows full brightness. *MY* w510 always comes up dimmed, regardless of whether it's on battery, on it's monster 135w power brick, etc. I can't a darned thing on it.
Thank you, my lap working fine now, the brightness problem has bothered me for quite some time.
http://forums.fedoraforum.org/showthread.php?p=15…
Based on your instructions, it also works on Fedora 16
For those of us with a more complicated xorg.conf – add the entry to the "Device" Stanza, with
"Identifier Device0"
<—- Start /etc/X11/xorg.conf section —>
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
#Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "Quadro FX 880M"
Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection
<—- End /etc/X11/xorg.conf section —>
Somehow the 'zero' looks like the letter 'o' in this font:-
That is
"Videocard'ZERO'"
Identifier "Device'ZERO'"
Dude, change ( " ) symbol to the normal one! Yours are making computers stuck at boot!