From 64fe8464e757e5b77b32c80e6cb305595099c2a3 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Thu, 1 Feb 2018 19:28:58 +0100 Subject: [PATCH] I finally need xrandr-sync-fence for the nvidia drivers --- x/compton_default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/compton_default.conf b/x/compton_default.conf index 68f7ee0..88fa9d4 100644 --- a/x/compton_default.conf +++ b/x/compton_default.conf @@ -14,7 +14,7 @@ glx-no-rebind-pixmap = true; glx-swap-method = -1; # With newer NVIDIA drivers, this option is needed to prevent lags/flickering: -#xrender-sync-fence = true; +xrender-sync-fence = true; unredir-if-possible = true; vsync = "opengl-oml";