YaLTeR / niri

A scrollable-tiling Wayland compositor.
https://matrix.to/#/#niri:matrix.org
GNU General Public License v3.0
3.58k stars 105 forks source link

Severe Freeze Upon Re-Entry #684

Open KoshulaDora opened 6 days ago

KoshulaDora commented 6 days ago

Niri causes a freeze upon re-entry from display manager. The degree of freeze is so severe that none of tty can be called up on with alt+ctrl+f1-6. Nothing moves. Nothing shows. Nothing functions. You will have to force reboot the pc if you want to keep using it.

System Information

Additional Info

This issue doesn't happen with hyprland, sway, i3, or any other wm.

YaLTeR commented 6 days ago

Does it unfreeze after 20 or so seconds? Does it happen at initial niri startup?

I will need niri output during the freeze: journalctl --user-unit=niri

KoshulaDora commented 5 days ago

Does it unfreeze after 20 or so seconds? Does it happen at initial niri startup?

Sometimes? Typically when I make a clean move from logging into my default x11 wm and try to move to niri it works, but after trying to get back to niri it tends to freeze. It never unfreezes after a while.

I will need niri output during the freeze: journalctl --user-unit=niri

I am sorry, the text is far too big so I created a gist and linked it. Will that be fine?

YaLTeR commented 4 days ago

That's quite weird. Seems that niri doesn't get the permission to the DRM device after the session is restored.

Could you check if the same issue happens in COSMIC with cosmic-comp?

KoshulaDora commented 4 days ago

Could you check if the same issue happens in COSMIC with cosmic-comp?

Kind of? I can still use the tty in Cosmic, so it isn't the same kind of freeze, and the cursor actually shows and blinks. Here is the relevant but unsolved issue.

Here are the outputs of journalctl --user _EXE=/usr/bin/cosmic-comp and journalctl --user _EXE=/usr/bin/cosmic-session, respectively:

Sep 28 20:36:27 archlinux cosmic-comp[5559]: Failed to read config 'workspaces'
Sep 28 20:36:27 archlinux cosmic-comp[5559]: failed to read local shortcuts config 'system_actions': NoConfigDirectory
Sep 28 20:36:27 archlinux cosmic-comp[5559]: Key-Binding 'Period' only matched case insensitive for "period"
Sep 28 20:36:27 archlinux cosmic-comp[5559]: Key-Binding 'Comma' only matched case insensitive for "comma"
Sep 28 20:36:27 archlinux cosmic-comp[5559]: Key-Binding 'Period' only matched case insensitive for "period"
Sep 28 20:36:27 archlinux cosmic-comp[5559]: Key-Binding 'Comma' only matched case insensitive for "comma"
Sep 28 20:36:27 archlinux cosmic-comp[5559]: shortcuts custom config error: GetKey("custom", Os { code: 2, kind: NotFound, message: "No such file or directory" })
Sep 28 20:36:27 archlinux cosmic-comp[5559]: tiling exceptions custom config error: GetKey("tiling_exception_custom", Os { code: 2, kind: NotFound, message: "No such file or directory" })
sep 28 20:36:27 archlinux cosmic-session[5553]: starting cosmic-session
sep 28 20:36:27 archlinux cosmic-session[5553]: starting process ' cosmic_session_sock=12 cosmic-comp '
sep 28 20:36:27 archlinux cosmic-session[5553]: process ' cosmic_session_sock=12 cosmic-comp ' failed with code 1
sep 28 20:36:27 archlinux cosmic-session[5553]: cosmic-comp exited with error code 1
sep 28 20:36:27 archlinux cosmic-session[5553]: draining stdin receiver before restarting process
sep 28 20:36:27 archlinux cosmic-session[5553]: sleeping for 6ms before restarting process cosmic-comp (restart 0)
sep 28 20:36:27 archlinux cosmic-session[5553]: restarted process ' cosmic_session_sock=12 cosmic-comp ', now at 1 restarts
sep 28 20:36:27 archlinux cosmic-session[5553]: process 'processkey(1v1)' cancelled

Overall this issue seems to be very unrelated however, and I don't have anywhere near enough time or interest in trying to get cosmic run properly.

YaLTeR commented 2 days ago

I'd need help from someone more experienced with DRM for this one. Don't know what can cause this issue to happen. It's as if Lightdm doesn't release the DRM device for niri. It also for some reason leaves DISPLAY set, does it know that niri is a Wayland compositor?

KoshulaDora commented 2 days ago

I'd need help from someone more experienced with DRM for this one. Don't know what can cause this issue to happen. It's as if Lightdm doesn't release the DRM device for niri. It also for some reason leaves DISPLAY set, does it know that niri is a Wayland compositor?

Oh you don't need to worry about that, the display is my config issue, I forgot to disable it after removing xwayland satelite from startup.

The bug is still reproduced with that config removed.