-
Notifications
You must be signed in to change notification settings - Fork 70
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
Crash under Xorg when built with Wayland support #229
Comments
I'm not much of a Linux expert. Can you elaborate a bit? Is this a general problem or something specific to a certain setup? |
Guessing the driver still reports support for KHR_wayland_surface despite there being no Wayland compositor at all. Should just be a case of checking if the wl_display is null. I can take a look tomorrow. |
Common to distros following "batteries included" policy in order for packages to be useful for the largest set of users. Very few distros are Xorg-only i.e., build Vulkan-Loader without Wayland WSI support.
Ditto KHR_xcb_surface but it doesn't crash likely due to probing order i.e., no need to check KHR_xcb_surface when KHR_wayland_surface is detected.
I did something similar downstream. |
2b30756 (#225) unlike 18a63a2 (#109) still doesn't support building for both X11 and Wayland.
The text was updated successfully, but these errors were encountered: