-
Notifications
You must be signed in to change notification settings - Fork 175
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
Steam and games crashing Xwayland #11057
Comments
|
Hello @Virkkunen, in a preliminary skim of your logs, this looks more like an issue between QT6 and the NVIDIA driver. From dmesg, I take it these are the relevant lines:
I read this as the NVIDIA driver having an allocation issue, then a bit later gamescope falls over. I suspect this is related to Regardless, this issue should be reported to your desktop environment and/or the NVIDIA dev(s). |
I'll try running with driver 550, which was the previous driver I had. Because of the flickering issues with the lack of explicit sync, I never had Steam open for long enough to notice these type of crashes. Also, shouldn't part of this issue be related to #8853? |
I've also just tried setting |
I've reverted |
From my part, I think this issue can be closed. For clarification, I've been doing some extensive testing and I can confirm that the issue is related to VRAM. Drivers 555 fill VRAM ridiculously quick and will crash Xwayland as soon as it hits 9.9Gib/10Gib on my GPU. Drivers 550 will take longer to fill, and it won't crash even if it hits 9.996Gib/10Gib, although it'll have a performance hit on my games. This issue has been reported on NVIDIA's forums: |
Your system information
Please describe your issue in as much detail as possible:
Describe what you expected should happen and what did happen. Please link any large code pastes as a Github Gist
After a while of playing any game, Steam and the game will crash Xwayland, either by immediately closing both (and Kwin sends me a notification that Xwayland has crashed) or by crashing my entire desktop, requiring a reboot. A few times Steam has crashed while closed to the tray. If it's the former type of crash, some related processes might still be running and if I try to drag a window, my whole desktop will freeze and there will be high CPU and GPU usage on kwin and Xwayland. I can still connect to my PC with ssh, but I have to reboot to be able to use my desktop again.
I've tried:
nvidia-open-dkms
drivernvidia.NVreg_EnableGpuFirmware=0
on my kernel for the proprietary driversSome useful logs:
journalctl --user
, each ending on a dump after a crash: logs.txt logs_02.txtSteps for reproducing this issue:
The text was updated successfully, but these errors were encountered: