-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Vulkan applications gets stuck after resizing #766
Comments
This seems to happen after S3 sleeping. Steam crashes constantly too. The latter is fixed after removing PAT parameters |
@Kimiblock does it only happen in the following situation?
|
After some more testing, I found out that even without sleeping GTK Demo gets stuck with |
Here's the complete log:
Repro steps:
As for the proprietary driver, there's no difference from my testing. |
Thanks for sharing a simplified set of steps. I will try this hopefully on Monday and see if I can reproduce this as well. |
I think I can reproduce this issue. I found this issue because I stumbled over the same Gsk-WARNING messages using easyeffects. Interestingly I came across these freezes and warning messages when opening the top right hamburger menu inside easyeffects. I also found out that when I resize the easyeffects window it also freezes and prints the messages. Trying out the gtk4-demo the window instantly freezes when resizing a certain amount. easyeffects
gtk4-demo
journalctl (same with gtk4-demo)
As soon as this freezing starts (~0.25 fps) it also affects my cursor until I close the application or move into another workspace. My setup: Driver: Let me know if I can be of any further help. |
NVIDIA Open GPU Kernel Modules Version
565.77
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Arch Linux
Kernel Release
6.12.9-arch1-1
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
NVIDIA GeForce RTX 4060 Laptop GPU
Describe the bug
Applications on internal screen (2560x1600@240Hz, VRR) get stuck after doing a resize. This does not seem to happen on the external screen(4K@60Hz).
GTK for instance complains about
Gsk-WARNING **: 22:48:51.639: vkWaitForFences(): The logical or physical device has been lost. (VK_ERROR_DEVICE_LOST) (-4)
.To Reproduce
gtk4-demo
Bug Incidence
Always
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
More Info
No response
The text was updated successfully, but these errors were encountered: