From b8bdf1b8d959a4e6e1946a96e4c06a50dc494d4f Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 23 Dec 2017 06:31:54 +0300 Subject: Add more compton experimentation data --- .xmonad/xmonad.hs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index ddae622..ed36291 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -102,7 +102,24 @@ A summary of the more common issues: | white flashes in FF | always | never | @ +Another custom config, with the following bits in it: +@ +backend = "glx" +refresh-rate = 0; +vsync = "opengl-swc"; +dbe = false; +paint-on-overlay = true; +detect-transient = true; +detect-client-leader = true; +glx-copy-from-front = false; +glx-swap-method = "undefined"; +@ + +Apparently works on GTX 1070, but not here: getting weird quirks (not +screen tearing or phantom cursor, but something else) in emacs window. +Seems to be the same with and without FCP setting, though maybe a bit +more laggy with FCP. -} -- cgit v1.2.3