Comment 4 for bug 1244645

Revision history for this message
James Ramsay (f-jack) wrote : Re: Brightness is at 100 percent and will not change

I found the fix myself, Create /usr/share/X11/xorg.conf.d/20-intel.conf with the following text:

Section "Device"
    Identifier "card0"
    Driver "intel"
    Option "Backlight" "intel_backlight"
    BusID "PCI:0:2:0"

EndSection

We just need to implement this into the kernel to where it is done automatically for intel backlight. I will notify the x server team