As far as the screen tearing, on Xfce I solved it using compton compositor and it works great and it's lightweight and smooth.


backend = "glx";
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
vsync = "opengl-swc";

put that in compton.conf in /home


Reply via email to