From 0d86e537d11586f74220378efcf09cb210918c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Fri, 4 Nov 2022 14:19:38 +0100 Subject: [PATCH] Apparently it's Intel Graphics? --- config/automatrop/roles/system/files/xorg/intel_backlight.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/automatrop/roles/system/files/xorg/intel_backlight.conf b/config/automatrop/roles/system/files/xorg/intel_backlight.conf index 6b68693..36f6eb5 100644 --- a/config/automatrop/roles/system/files/xorg/intel_backlight.conf +++ b/config/automatrop/roles/system/files/xorg/intel_backlight.conf @@ -1,5 +1,5 @@ Section "Device" - Identifier "intel" + Identifier "Intel Graphics" Driver "intel" Option "Backlight" "intel_backlight" EndSection