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

No blur on experimental branch #46

Closed
erdemoney opened this issue May 20, 2020 · 2 comments
Closed

No blur on experimental branch #46

erdemoney opened this issue May 20, 2020 · 2 comments

Comments

@erdemoney
Copy link

Platform: Void Linux glibc

GPU, drivers, and screen setup: laptop screen , intel integrated graphics

Compton version: feature/dual_kawase branch, picom (vgit-c67d7)

Compton configuration: simple config for testing

inactive-opacity = 0.6;
active-opacity = 0.8;

blur-method = "dual_kawase";
blur-strength = 6.9;

backend = "glx";

Steps of reproduction

Install experimental branch from source. Run via "picom --experimental-backends" with above configuration.

Expected behavior

Pretty blurred windows

Current Behavior & Other details

Windows are only transparent with no blur. I have tried configuring it only with command line flags (i.e picom --experimental-backends --blur-method dual_kawase --backend glx), and dropping in other peoples configs for this branch and still have no blur only transparency.

@erdemoney
Copy link
Author

I just added "blur-background-fixed = true" to my config and have blur! Not sure if this is expected behavior but its working now.

@tryone144
Copy link
Owner

Just for future reference: blur-background-fixed = true fixes your issue here because this implementation adjusts "blur-opacity" based on the window opacity (see related #33, #25). This has already been changed in the upstream PR, to avoid this kind of confusion.

Furthermore, the dual-filter kawase algorithm only supports integer strength-levels. Your setting of blur-strength = 6.9; will be interpreted as level 6.

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