From 1d43a7ee54e6972902dfec8d9a919767d407d656 Mon Sep 17 00:00:00 2001 From: Asara Date: Fri, 28 Sep 2018 02:48:49 -0400 Subject: [PATCH] Add xorg config for intel driver backlight --- X/20-intel.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 X/20-intel.conf diff --git a/X/20-intel.conf b/X/20-intel.conf new file mode 100644 index 0000000..9ebbe83 --- /dev/null +++ b/X/20-intel.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Intel Graphics" + Driver "intel" + Option "Backlight" "intel_backlight" +EndSection