From 57566b49413ca8d5c4587aeb78b491a63289446f Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 2 Mar 2019 14:18:34 +0100 Subject: [PATCH] xsession: switch back to xrender It's not that I am becoming crazy with all this stuff... --- xsession | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/xsession b/xsession index bff8ea5..611363f 100644 --- a/xsession +++ b/xsession @@ -42,16 +42,16 @@ systemd-run -q --scope --user tmux start-server case $(glxinfo | awk -F': ' '($1 == "OpenGL vendor string") {print $2}') in "NVIDIA Corporation") # This require to disable "Allow flipping" in "nvidia-settings" - compton --daemon --backend glx \ - --glx-no-stencil \ - --glx-swap-method copy \ - --glx-no-rebind-pixmap \ - --xrender-sync-fence \ - --paint-on-overlay \ - --unredir-if-possible \ - --no-dnd-shadow --no-dock-shadow + # compton --daemon --backend glx \ + # --glx-no-stencil \ + # --glx-swap-method copy \ + # --glx-no-rebind-pixmap \ + # --xrender-sync-fence \ + # --paint-on-overlay \ + # --unredir-if-possible \ + # --no-dnd-shadow --no-dock-shadow # It seems there is no way to not have tearing with xrender... - #compton --daemon --backend xrender --paint-on-overlay + compton --daemon --backend xrender --paint-on-overlay ;; *) compton --daemon --backend glx --xrender-sync --xrender-sync-fence --vsync opengl-swc --paint-on-overlay