you could try this: (worked at my nvidia on my Thinkpad W520)
1) make a backup of /etc/X11/xorg.conf and run nvidia-xconfig:
Code:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.original
sudo nvidia-xconfig
(nvidia-xconfig will make another backup, but when you run nvidia-xconfig twice, then the backup isn't the original file anymore)
2) add the line with the brightnesscontrol to the /etc/X11/xorg.conf
Code:
...some other lines...
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "RegistryDwords" "EnableBrightnessControl=1"
SubSection "Display"
Depth 24
EndSubSection
EndSection
...end of file...
3) reboot
4) make bug report 
(I don't got the time and also don't know where
)
Bookmarks