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

External window EGL/QT/GLFW test are failing without X server #1670

Open
Meakk opened this issue Oct 22, 2024 · 0 comments
Open

External window EGL/QT/GLFW test are failing without X server #1670

Meakk opened this issue Oct 22, 2024 · 0 comments
Labels
source:libf3d type:bug Something isn't working

Comments

@Meakk
Copy link
Contributor

Meakk commented Oct 22, 2024

Failure with QT is expected because it uses xcb platform by default.
Using an alternative platform like eglfs should work, but I couldn't make it work yet.

Failure with GLFW is expected too and it seems like it's possible to use EGL or OSMesa, but only if GLFW support for these platforms is enabled at compile-time.

Regarding EGL failure, it's passing locally on my side, so it needs more investigation.

To Reproduce
Steps to reproduce the behavior:

  1. Stops the X server
  2. Run tests TestSDKExternalWindowGLFW, TestSDKExternalWindowQT and TestSDKExternalWindowEGL
@mwestphal mwestphal added type:bug Something isn't working source:libf3d labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
source:libf3d type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants