From 8c1b3b7bb24fd710baecf5bc3566e6c8bc3e2e17 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 13 Jul 2021 08:27:22 +0200 Subject: [PATCH] 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. --- dotfiles/picom.conf | 2 +- dotfiles/systemd/picom.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 2ea6bab..3fcc463 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,4 +1,4 @@ -backend = "xr_glx_hybrid"; +backend = "glx"; vsync = true; mark-ovredir-focused = true; use-ewmh-active-win = true; diff --git a/dotfiles/systemd/picom.service b/dotfiles/systemd/picom.service index 853fa86..a92b793 100644 --- a/dotfiles/systemd/picom.service +++ b/dotfiles/systemd/picom.service @@ -3,5 +3,5 @@ Description=Compositor for X11 PartOf=graphical-session.target [Service] -ExecStart=/usr/bin/picom +ExecStart=/usr/bin/picom --experimental-backends Restart=on-failure