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

gaussian blur causes gl_create_blur_context() has failed to allocate memory when no parameters specified #347

Closed
absolutelynothelix opened this issue Mar 21, 2020 · 1 comment

Comments

@absolutelynothelix
Copy link
Collaborator

cockbox:~/Downloads/picom$ ninja -C build && build/src/picom --experimental-backends --backend glx --frame-opacity 0.5 --blur-method gaussian
ninja: Entering directory `build'
ninja: no work to do.
gl_create_blur_context() has failed to allocate memory, at ../src/backend/gl/gl_common.c:1078. Aborting...
Aborted (core dumped)
cockbox:~/Downloads/picom$ ninja -C build && build/src/picom --experimental-backends --backend glx --frame-opacity 0.5 --blur-method gaussian --blur-size 10 --blur-deviation 5.0
ninja: Entering directory `build'
ninja: no work to do.

i think it's related to @tryone144's pr for blur cli interface? probably default options aren't set? i'll probably investigate later, but just noted here

@yshui yshui closed this as completed in 0fa0c35 Mar 21, 2020
@yshui
Copy link
Owner

yshui commented Mar 21, 2020

Thanks for reporting, fixed.

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