-
Notifications
You must be signed in to change notification settings - Fork 931
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
Nvidia Driver 545 Breaks Skybox Example on Linux Wayland #4689
Comments
545.29.02 seems to still be on the "New Feature Branch" Marking as a driver-bug for now. |
Is this happening only on Vulkan? |
Testing this commit on 8 configurations: 30d67a3 Nvidia 535.113.01, Vulkan, wayland (Hyprland): Nvidia 535.113.01, Vulkan, x11 (xfce): Nvidia 545.29.02, Vulkan, wayland (Hyprland): Nvidia 545.29.02, Vulkan, x11 (xfce): I was not able to get OpenGL to run on any combination of 535, 545, x11, or wayland. Show big errorsNvidia 535.113.01, OpenGL, wayland (Hyprland):
Nvidia 535.113.01, OpenGL, x11 (xfce):
Nvidia 545.29.02, OpenGL, wayland (Hyprland):
Nvidia 545.29.02, OpenGL, x11 (xfce):
|
Thanks for all the info! Regarding GL not working, could you try again with |
The rewritten skybox example |
I just reran the example while live streaming, and it is frozen like the original issue! I don't know what's going on here. Edit: I tried several more times and rebooted but could not get it to work again. |
Some information was posted about this on the nvidia forum: |
As promised, 550.67 has fixed this issue. You can even see it in the release notes! |
Note that this is a duplicate of #4627. I was not able to comment or reopen the issue, so I've created a new issue. I built and tested a6aa3cd and the issue has not been fixed. Works great on NVIDIA 535 driver, broken on NVIDIA 545 driver.
Description
The example only renders one frame. This also affects my application which is based on the skybox example. This is probably an Nvidia driver bug because this driver version reworks many Wayland things.
Repro steps
cargo run --bin skybox
Expected vs observed behavior
Many frames should be rendered per second, but only one is observed once.
Extra materials
None
Platform
OS: Archlinux x86-64
Nvidia Driver: 545.29.02
GPU: 3080 Ti
DE: Hyprland
The text was updated successfully, but these errors were encountered: