- 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
- Copy/paste the following code:
Code:
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
EndSection
-
Save the file.
-
Log out and back in again to test.