From 4a278cdb6ef3f78982642f7f7bf93e28f5a0220e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 30 Sep 2014 08:56:01 +0200 Subject: [PATCH] compton: use xrender-sync + fence This seems to fix the issue with latest Intel drivers. --- rc/start.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/start.lua b/rc/start.lua index 4f3f63c..e4a5135 100644 --- a/rc/start.lua +++ b/rc/start.lua @@ -1,5 +1,5 @@ -- Spawn a composoting manager -awful.util.spawn("compton --vsync opengl-swc --backend glx", false) +awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --glx-no-rebind-pixmap", false) -- Start idempotent commands local execute = {