From 13ecec71a924344f57b0923c83b93bb9bb90c137 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 28 Jul 2018 11:11:11 +0200 Subject: [PATCH] xsession: different compton configuration for nvidia Use of --glx-no-stencil introduces flickering. --- xsession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsession b/xsession index 8595b2e..212f77b 100644 --- a/xsession +++ b/xsession @@ -53,7 +53,7 @@ systemd-run -q --scope --user tmux start-server case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in "NVIDIA Corporation") - compton --daemon --backend glx --refresh-rate 60 --vsync opengl-swc --glx-no-stencil --glx-swap-method 3 + compton --daemon --backend glx --refresh-rate 60 --vsync opengl-swc --glx-swap-method 3 --glx-no-rebind-pixmap ;; *) compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay