-
-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple shadows in fullscreen #251
Comments
This should have already be fixed 2.5 months ago... Can you try the glx backend? |
I just noticed that I was calling compton using the Tried compton v7.4 (the latest version in the arch linux repositories), I encountered the same bug, but also in non fullscreen mode. Tried compton vgit-f227e (the latest dev version in the aur), I encountered the same bug, but only in fullscreen mode. Disabling the experimental backends option & enabling glx fixes the bug for me but I can't use gaussian blur anymore. The reason I switched to building my own experimental version in the first place was because I found the kernel blur effect to be very weak & wanted to use gaussian blur. From what I can tell the glx backend fixes this bug, but as soon as I reenable blur by changing the method to kernel I don't only have a weaker blur effect, but I see the visual bug again, also in non fullscreen mode, although it's way less notable. So far it looks like this issue is not connected to the backend, but rather to the blur function (?) |
Can you test this config:
and this config:
with |
Using vgit-04520: Using vgit-f227e: Using glx (the second config) crashes on both versions:
Which one of these even is the newer version / should I update my own build manually at some point? Btw the experimental backends flag isn't documented in the man page |
Ah, my bad, didn't notice you don't have GL3. I think this might be xrender specific, I will investigate when I got time. |
@scrouthtv There is still something you could do to help.If you can record your screen with |
OK, thanks. |
I am also seeing this issue. After a little fiddling around, I disabled Using Arch EDIT to add: the problem goes away for me when I use |
So, this issue has come back now that the Arch package has updated to |
Hello, I'm currently experiencing the same issue with line shadowing, but in fullscreen Termite terminal only. Alacritty seems to handle it well. The issue occurs on both nvidia or intel card (I'm using nvidia-xrun script to do so). I'm currently on Arch 5.4.23-1-lts (plasma + i3) and using picom's fork (picom-tryone-git) for kawase blur feature, so I would also like to still be able to use '--experimental-backends' feature. I'm able to provide further details if you need it. |
confirm the same problem, only with use-damage = false could resolve it. |
Recently I've been plagued by multiple shadows on fullscreen with Urvxt. I think it started Initially, I just set
I'm using Arch |
drivers
Using
Linux archlinux 5.3.5-arch1-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
with an Intel i5 M 520 (4) @ 2.4 GHz and integrated graphics
and drivers:
(which I'm pretty sure I should uninstall some)
environment
vgit-04520
(built it myself for the experimental backends):config
bug
I've used compton on multiple setups so far, and experienced this bug everytime. I'm using (VTE) termite as a terminal emulator. Normally, everything works fine, but as soon as I switch termite to fullscreen and edit lines, there are some bugged shadows:

What it's supposed to do would look like this:

The visual bug I'm seeing are some single lines having an extra shadow. Maybe this is a VTE / termite bug? Or is the damage not updated properly?
Thanks for the help in advance.
The text was updated successfully, but these errors were encountered: