Comment 22 for bug 762670

Revision history for this message
Daniel Woodworth (hdastwb) wrote :

I have fixed this by changing my xorg.conf file from this:

Section "Device"
 Identifier "Default Device"
 Option "NoLogo" "True"
EndSection

to this:

Section "Device"
 Identifier "Default Device"
 Option "NoLogo" "True"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection