-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Blank screen and crash on interaction #5037
Comments
The backtrace you provided doesn't contain debug symbols. This most likely happens because the Sway binary you're using doesn't have debug information bundled. Can you try again with a manually compiled Sway binary? See https://github.com/swaywm/sway/wiki/Development-Setup#compiling-as-a-subproject |
Sure, here it is:
Git commit f2a60d |
It works again :) |
After an update my Sway is starting with a complete blank screen.
Once an action is issued (e.g. open terminal or thunar), it crashes.
I'm using an Intel HD GPU.
Sway version 1.4
Debug Log: pastebin.com
Stack trace:
What I tried as well:
I'm using MESA 19.3.4, so this issue is probably something else.
I have a dedicated GPU (nvidia) which is used within QEMU, but untouched from the system. I could verify that by comparing the previous Sway debug logs which had the card listed as "nvidia".
I think the error's root lies within the
HDMI-A-1: Atomic commit failed (modeset): Permission denied
line.PS: If it helps, here is a list of Arch packages I've updated, possibly breaking things.
The text was updated successfully, but these errors were encountered: