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

Edges preserving #25

Closed
anstadnik opened this issue Jan 6, 2020 · 2 comments
Closed

Edges preserving #25

anstadnik opened this issue Jan 6, 2020 · 2 comments

Comments

@anstadnik
Copy link

Platform: Arch linux

GPU, drivers, and screen setup: Intel UHD Graphics 620, mesa 19.3.1-1, laptop screen and monitors configured side-by-side with xrandr (works the same with laptop screen only)

Compton version: bgit-f92eb from aur repo

Compton configuration: Written below

Steps of reproduction

Install picom from the aur repo, use dual_kawase blur method

Expected behavior

For some reason I can clearly see the edges of objects. I think that that should not be the case with blurring. Is that a bug or intended behavior?

Current Behavior & Other details

DeepinScreenshot_select-area_20200106110219

{
  method = "dual_kawase";
  strength = 20;
};

DeepinScreenshot_select-area_20200106110439

{
  method = "dual_kawase";
  strength = 1;
};

DeepinScreenshot_select-area_20200106111247

{
  method = "box";
  size = 20;
  deviation = 20.0;
};
@tryone144
Copy link
Owner

How do you achieve the transparency effect? Is it by setting it with active-opacity or an opacity-rule? And have you set blur-background-fixed = true? If not, the blur is applied with some alpha-value to compensate for windows fading out with inactive-opacity = 0 (see #2). This feature might need some work though as I am not sure the current implementation aligns with the way the new backends are intended to work.

@anstadnik
Copy link
Author

I used opacity-rule with inactive-opacity = 1; active-opacity = 1;, and the setting blur-background-fixed = true solved the issue, now blur works perfectly, thank you.

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

2 participants