Skip to content

Instantly share code, notes, and snippets.

@ronnymajani
Last active June 1, 2019 02:46
Show Gist options
  • Save ronnymajani/db7ac0a0a0d510ea7da41d2764eb5221 to your computer and use it in GitHub Desktop.
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
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