From f65e6c502d2944345d540fe556be62934c722dcf Mon Sep 17 00:00:00 2001 From: Matthew Ess Date: Thu, 2 Jan 2020 01:26:39 -0500 Subject: [PATCH] Use xorg config for intel gfx --- configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index 8066bc9..313ba6e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -106,9 +106,10 @@ config = '' Section "Device" - Identifier "Card0" - Driver "intel" - Option "Backlight" "/sys/class/backlight/intel_backlight" + Identifier "Intel Graphics" + Driver "intel" + + Option "TearFree" "true" EndSection '';