picom: switch to glx backend using experimental backends

There are some artifacts with xr_glx_hybrid and it is not available as
experimental. Let's try glx with experimental backend. No tearing.
Tested with https://www.youtube.com/watch?v=MfL_JkcEFbE.
This commit is contained in:
Vincent Bernat 2021-07-13 08:27:22 +02:00
parent 71a3d1d4a4
commit 8c1b3b7bb2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
backend = "xr_glx_hybrid"; backend = "glx";
vsync = true; vsync = true;
mark-ovredir-focused = true; mark-ovredir-focused = true;
use-ewmh-active-win = true; use-ewmh-active-win = true;

View file

@ -3,5 +3,5 @@ Description=Compositor for X11
PartOf=graphical-session.target PartOf=graphical-session.target
[Service] [Service]
ExecStart=/usr/bin/picom ExecStart=/usr/bin/picom --experimental-backends
Restart=on-failure Restart=on-failure