dccsillag / picom

A lightweight compositor for X11
Other
164 stars 20 forks source link

xrender backend may create dirty trails of windows #18

Open dccsillag opened 3 years ago

dccsillag commented 3 years ago

The effect is the same as described in https://github.com/dccsillag/picom/issues/6, however, disabling window size animation (as described in that issue) does not solve the problem.

Also, this only happens in the xrender backend -- glx is fine.

It kinda looks like, for some reason, damage is not applying outside the window for some types of windows.

I've noticed that this happens in:

and this does not happen in:

dccsillag commented 2 years ago

Fixed in https://github.com/dccsillag/picom/pull/22. Once that's merged I'll close this.