26 May 2021 |
@grahamc:nixos.org | I work most of the time with my laptop open off to the side, plugged in over USB-C to a big ol' monitor. On NixOS Unstable, seemingly since GNOME 40, when I wake my computer up wakes up both monitors: the backlights turn on, but then they both stay black and my external monitor gives up looking for a signal. If I unplug my external monitor, it figures it out and displays the unlock prompt on my laptop's screen. If I then plug in the external monitor, they both go black again. Anyone have suggestions on what I should do to provide more information? | 16:57:34 |
| samueldr changed their display name from samueldr‎ to samueldr. | 21:05:28 |
27 May 2021 |
Jan Tojnar | I would try the debug option in gnome | 06:54:22 |
Jan Tojnar | and also passing G_MESSAGES_DEBUG=all to some of the gnome-settings-daemon services | 06:55:00 |
Jan Tojnar | not sure which one. maybe power | 06:57:40 |
Jan Tojnar | will try to ask on #gnome-shell:gnome.org when the channel is more active | 06:58:50 |
| timstott joined the room. | 07:22:20 |
Jan Tojnar | You may want to enable the kms debug flag, and reproduce this issue | 22:55:27 |
Jan Tojnar | grahamc (he/him)^ | 22:55:31 |
Jan Tojnar | according to people there | 22:55:38 |
Jan Tojnar | also they ask about your kernel version | 22:55:58 |
@grahamc:nixos.org | okay, I just did another system upgrade today and I don't know if it has happened since -- I will enable kms debugging and give it a try | 22:56:46 |
@grahamc:nixos.org | thanks! | 22:56:47 |
Jan Tojnar | grahamc (he/him): I assume you use latest kernel, so linux-5.11.21? | 23:00:35 |
@grahamc:nixos.org | yeah | 23:00:45 |
@grahamc:nixos.org | but it was a different version before, checking ... | 23:00:59 |
@grahamc:nixos.org | 5.11.19 | 23:01:20 |
Jan Tojnar | META_DEBUG=kms IIRC | 23:04:16 |
Jan Tojnar | grahamc (he/him): forgot to forward that | 23:04:29 |
@grahamc:nixos.org | where do I put that? :) | 23:07:27 |
28 May 2021 |
Jan Tojnar | grahamc (he/him): I would try environment.sessionVariables.MUTTER_DEBUG = "kms"; | 01:53:47 |
Jan Tojnar | (MUTTER_DEBUG is the correct variable name, looking at the source code) | 01:54:13 |
Jan Tojnar | but not sure if it will not be filtered out by GDM | 01:54:28 |
Jan Tojnar | grahamc (he/him): maybe also set it to org.gnome.Shell@wayland.service user systemd service environment | 01:56:00 |
MartiniMoe | Is anyone else having problems with their user not showing up in gdm and System Settings -> Users when using zsh as default shell? I have to type the username manually in gdm and cant figure out what is wrong with my user configuration | 08:51:02 |
Jan Tojnar | MartiniMoe: how did you set zsh as default shell? | 09:07:08 |
MartiniMoe | In reply to @jtojnar:matrix.org MartiniMoe: how did you set zsh as default shell? https://github.com/MartiniMoe/nixos-config/blob/5c2a7d23c086480e40294b7a36364c221ed3a391/system/configuration.nix#L60 | 09:07:52 |
MartiniMoe | and also this in home-manager: https://github.com/MartiniMoe/nixos-config/blob/5c2a7d23c086480e40294b7a36364c221ed3a391/users/moe.nix#L76 | 09:08:28 |
Jan Tojnar | MartiniMoe that looks correct to me | 09:11:18 |
Jan Tojnar | maybe also try adding uid = 1000 | 09:11:31 |