-
-
Notifications
You must be signed in to change notification settings - Fork 589
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
picom: symbol lookup error: picom: undefined symbol: eglCreateImage #945
Comments
what's the output of |
Oops, forgot that. Orignial post edited, and here as well:
|
Oh I think I know what's going on. 5a72b57 adds use of Per obsproject/obs-studio#5302 a workaround is to run |
No I will work around it on my end. |
Users with an old EGL version won't be able to use the egl backend. OTOH we shouldn't prevent them from running picom because of a feature they won't even use. Don't assume the existence of EGL 1.5 symbols. Fixes #945 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Users with an old EGL version won't be able to use the egl backend. OTOH we shouldn't prevent them from running picom because of a feature they won't even use. Don't assume the existence of EGL 1.5 symbols. Fixes yshui#945 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Users with an old EGL version won't be able to use the egl backend. OTOH we shouldn't prevent them from running picom because of a feature they won't even use. Don't assume the existence of EGL 1.5 symbols. Fixes yshui#945 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
Platform
Arch Linux
GPU, drivers, and screen setup
glxinfo -B
outputeglinfo
outputEnvironment
Using i3
picom version
Diagnostics
picom
doesn't run so I can't get the output ofpicom --version
, but I've triednext
commit 0141bfb and picom 10.1 package provided by Arch community repo and both yield the same result.picom
doesn't run so I can't get thie output ofpicom --diagnostics
Configuration:
Configuration file
Steps of reproduction
picom
picom: symbol lookup error: picom: undefined symbol: eglCreateImage
Expected behavior
Application successfully starts.
Current Behavior
Stack trace
OpenGL trace
Other details
Similar to #932
The text was updated successfully, but these errors were encountered: