Actually I found that the other files in /usr/X11/xorg.conf.d containing
a section "Device" were not shipped with any package, so I merged all
options in a single file in /etc/X11/xorg.conf.d with also a "Screen"
section. Here is its content:

===========================================
Section "Screen"
        Identifier "Laptop Screen"
        Device "Intel Graphics"
        Monitor "LVDS Monitor"
EndSection

Section "Monitor"
        Identifier "LVDS Monitor"
        Gamma 0.70 0.72 0.68
EndSection

Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
#       Option "AccelMethod" "uxa"
        Option "Backlight" "intel_backlight"
        Option "monitor-LVDS1" "LVDS Monitor"
        BusID "PCI:0:2:0"
EndSection
===========================================

Now the driver correctly uses the intel_backlight interface and I'm able
to adjust backlight again, so the bug is now just that it just ignores
options on the kernel command line, while on Jessie the same options are
taken into account.

Kind regards
Massimo Maiurana


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/55892c23.9010...@gmail.com

Reply via email to