Hello and welcome to the forums.
Can you give the following a try? It will force the system to use the intel_backlight interface as the main backlight interface.
1. Create the /usr/share/X11/xorg.conf.d/20-intel.conf file with root privlidges (from a terminal window):
Code:
sudo -i gedit /usr/share/X11/xorg.conf.d/20-intel.conf
2. Copy/paste the following code:
Code:
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
3. Save the file.
4. Log out and back in again to test.
Note: If you have any problems logging back in, simply go to the first virtual console by pressing Ctrl+Alt+F1, login to that console and delete the file you created:
Code:
sudo rm /usr/share/X11/xorg.conf.d/20-intel.conf
...and restart your computer:
Bookmarks