-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Crashes on Wayland with nvidia driver 560.35.03 #3342
Comments
Wayland with Vulkan
|
Wayland with OpenGL
|
XWayland with Vulkan
|
XWayland with OpenGL
|
Downgrading the driver to 555.58.02 gets XWayland working - vulkan falls back to opengl, but opengl starts fine. It is probably because it seems to fall back to software rendering:
|
cc @BlockoS |
I believe that there are two issues here in summary:
As to whether Vulkan via XWayland was ever working, I am not sure. I cannot test it anymore unfortunately as I cannot downgrade beyond 555 driver due to nvidia kernel module not building against 6.10 kernel. |
Should I report this to nvidia in parallel? |
Yes. |
Done: |
I ran the test case with
|
Describe the bug
On Fedora 40 x86_64 with latest nvidia driver and egl-wayland from updates testing, attempting to start examples under wayland crashes regardless of the renderer or the SDL videodriver.
To Reproduce
Steps to reproduce the behavior:
--with-sdl --with-wayland
added to the makefilecd examples/runtime
../../.build/linux64_gcc/bin/examplesDebug
Expected behavior
Examples start as normal
Additional context
Changing
SDL_VIDEODRIVER
betweenx11
andwayland
, or renderer with--gl
or--vulkan
only changes the errors. Defining__NV_DISABLE_EXPLICIT_SYNC=1
allows both Vulkan and OpenGL renderers to work with wayland videodriver, but not with x11. Native Xorg session works with x11 videodriver (but not with wayland, obviously).The text was updated successfully, but these errors were encountered: