Skip to content
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

Regarding shadows in xrender backend and new bug #1358

Open
gh0stzk opened this issue Oct 13, 2024 · 5 comments
Open

Regarding shadows in xrender backend and new bug #1358

gh0stzk opened this issue Oct 13, 2024 · 5 comments

Comments

@gh0stzk
Copy link

gh0stzk commented Oct 13, 2024

Regarding the issue #1352 now is fixed but a line above and sometimes under the window is painted.

Platform

Arch, bspwm wm.

Configuration:

Configuration file
## ----- Shadows ----- ##

shadow = true;

shadow-radius = 7;
#shadow-opacity = .6
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-color = "#FF0000"

## ----- Fading ----- ##

fading = true;

fade-in-step = 0.03;
fade-out-step = 0.03;
fade-delta = 5
no-fading-openclose = true
no-fading-destroyed-argb = true

## ----- Transparency ----- ##

frame-opacity = 1.0;

# inactive-dim-fixed = true

## ----- Corners ----- ##

corner-radius = 6

#################################
#       General Settings        #
#################################

# Available backends "xrender" "glx" "egl"
backend = "xrender"

dithered-present = false;
vsync = true;

detect-rounded-corners = true;
detect-client-opacity = true;
detect-transient = true;

use-damage = true;
# xrender-sync-fence = false
# transparent-clipping = false

Steps of reproduction

at start and no matter if i kill picom and restart it again

Shot-2024-10-12-212823

@yshui
Copy link
Owner

yshui commented Oct 13, 2024

do you have an intel igpu?

@yshui
Copy link
Owner

yshui commented Oct 13, 2024

hmm, can't reproduce it here

@gh0stzk
Copy link
Author

gh0stzk commented Oct 13, 2024

do you have an intel igpu?

oww sorry for that, I forgot to specify and clarify, on amd the problem does not exist, the problem mentioned above is with intel with an igpu with the xf86-video-intel driver

@absolutelynothelix
Copy link
Collaborator

the xf86-video-intel driver

pure evil

@absolutelynothelix
Copy link
Collaborator

does the issue happen without the xf86-video-intel package installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants