-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
🐛 After 16.19.2 update way-displays crashes and hits restart limit #736
Comments
The last line of you logs says it started. Are you certain it doesn't eventually start? I am aware it struggles in the beginning tho - will have to find time to optimize it. Please run |
I've attached the output of It looks like it me be related to this issue from way-displays, but I haven't experienced it until the most recent release of manjaro-sway-settings. (I did make sure to run Thank you for taking a look at this and your work on manjaro-sway. |
So did one on the workarounds from that issue work? If so: which one? |
I wasn't able to find anything in that issue which fixed it. Adding myself to the input group fixed the "input warnings" from the log. I manually disabled VRF but I still experience the repeated way-displays crashing. One odd behavior that I only just now noticed is that: if I have my usb-c dock plugged in, with two external displays attached to it, way-displays works/starts correctly. If I'm not connected to the dock/displays then it crashes and hits the restart limit. I'm happy to take this over to the way-displays repo if you think this isn't a manjaro-sway issue. The timing of it popping up just seemed suspect. Thank you. |
Well, didn't you say manually starting way-displays afterwards works? Then I'd suspect something related to the startup behavior of the service unit I wrote. Sadly it works just fine here. But I wanted to take a closer look at those units (and perhaps create some more) soon. Perhaps before I fix that, just exec_always way-displays in user space. |
Just noting that I'm experiencing similar issues, most notably the gray screen after boot for ~3 seconds |
While even on my old thinkpad x1 gen6 this is far from 3 seconds, this "grey screen" thing I can reproduce too. |
I also get the grey screen behavior. i7-1360P (Framework 13). Here's a quick video if that helps: https://www.youtube.com/shorts/JF9iH6Q4dOM |
Both my workstation and my laptop suffer from this, and both have relatively modern AMD processors (~3 years old). I found out via accident the other day that I can "break through" the grey screen by manually opening dmenu (Super+D) while they grey screen is still there. It opens dmenu and shows my desktop as expected. |
I currently lack time to debug this, but likely it is related to how dependencies ares structured in those modules, if somebody wants to debug this: https://github.com/manjaro-sway/desktop-settings/tree/sway/community/sway/etc/systemd/user |
i dont have this issue after debugging for #786. not sure exactly what would have fixed as i messed with a lot of things... i would start with checking
|
I can't reproduce this, sorry. Perhaps it got solved when weeding out the system units.. |
branch
stable
Architecture
x86_64
Description
After 16.19.2 desktop-settings update, way-displays crashes and hits restart limit. The desktop stays gray for several seconds after logging in. I think maybe the desktop is not ready when way-displays tries to start. Manually starting way-displays after everything is ready works fine. (
systemctl --user start way-displays
)Reproduction steps
Screenshots
No response
Logs
The text was updated successfully, but these errors were encountered: