-
Notifications
You must be signed in to change notification settings - Fork 111
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
egl: failed to create dri2 screen #355
Comments
I ran across some relevant documentation: It seems that the Is this something that can be configured ito improve usage by the RLTK ? |
I ran across some relevant documentation: It seems that the Is this something that can be configured ito improve usage by the RLTK ? The root cause appears to lie within
|
Update ... The next stage of the tutorial: "2.4. Field of View" fails with said error: " I'm guessing progress on the tutorial is blocked until I find a workaround or perhpas a way to avoid using EGL temorarily. Full transcript:
Keywords: EGL, DIR2, Mesa, OpenGL, error, graphics, Ubuntu, NVIDIA |
Recently I've found that the
Also, it seems that this issue is a problem with NVIDIA graphics. Personally, for a text-box demo example having the Rendering fail is still a FAIL; better if there were some kind of cut-out or an opt-out config option/setting (imho). |
Background
I have encountered a problem just ran the early stages of the Roguelike tutorial, specifically the two initial map examples.
To be sure, I've downloaded the source from the github example:
Problem
Error
Set-up
The tutorial version was using earlier builds of the
rltk
andspecs
. I reconfigured the toml file, rancargo update
to test with the newer versions (see below), same problem.Cargo.toml
LSB
The error seems to be with the Mesa 3D graphics using Wayland on Kubuntu 23.10.
Summary
libEGL warning: egl: failed to create dri2 screen
problem?Suggestions welcome.
The text was updated successfully, but these errors were encountered: