Last active
June 1, 2019 02:46
-
-
Save ronnymajani/db7ac0a0a0d510ea7da41d2764eb5221 to your computer and use it in GitHub Desktop.
[Enable backlight XP15-9570 Manjaro Linux] X11 config file to enable the keyboard backlight on the XPS15 9570. Simply put the file `20-intel.conf` in `/etc/X11/xorg.conf.d/` #xps15 #manjaro #linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "Device" | |
Identifier "Intel Graphics" | |
Driver "intel" | |
Option "Backlight" "intel_backlight" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment