!KEJUbONnoBpiYKGWEq:nixos.org

NixOS Gaming

702 Members
Gaming things, my hands are typing words.182 Servers

Load older messages


SenderMessageTime
27 Jan 2024
@k900:0upti.meK900 I'd probably nixos-rebuild boot and reboot, yeah 15:56:19
@x10an14:matrix.orgx10an14What's the start command when I log into a tty? Or does this include something like sddm?15:58:05
@x10an14:matrix.orgx10an14I see from your inline flake.nix test that it doesn't include something like sddm15:58:55
@x10an14:matrix.orgx10an14
In reply to @x10an14:matrix.org
What's the start command when I log into a tty? Or does this include something like sddm?
Found this https://community.kde.org/KWin/Wayland#Start_a_Plasma_session_on_Wayland
16:02:18
@x10an14:matrix.orgx10an14Just awaiting the nix build to finish now, then I'll reboot as suggested and try to start plasma6 instead of sway16:03:21
@k900:0upti.meK900 It should just be startplasma-wayland 16:04:46
@x10an14:matrix.orgx10an14Is GDB necessary for plasma6 build? Or is it maybe just test?16:13:35
@x10an14:matrix.orgx10an142024-01-27T17:12:59,957996789+01:00.png
Download 2024-01-27T17:12:59,957996789+01:00.png
16:13:44
@k900:0upti.meK900It is 16:15:27
@k900:0upti.meK900Well 16:15:28
@k900:0upti.meK900Not really necessary for Plasma itself 16:15:35
@k900:0upti.meK900But necessary for drkonqi, the crash reporting tool 16:15:44
@k900:0upti.meK900And we don't have a module option to disable it 16:15:54
@k900:0upti.meK900Though maybe we should? 16:15:59
@x10an14:matrix.orgx10an14Maybe, yeah. I dunno. Seems like the "main" culprit for the required compilation time?16:20:01
@x10an14:matrix.orgx10an142024-01-27T17:19:30,186922346+01:00.png
Download 2024-01-27T17:19:30,186922346+01:00.png
16:20:08
@k900:0upti.meK900 It should be cached on nix-community 16:20:18
@k900:0upti.meK900All of it, that is16:20:34
@x10an14:matrix.orgx10an14Hummm, maybe I should start adding nix-community cache then16:24:34
@lehmanator:gnulinux.club@lehmanator:gnulinux.club removed their profile picture.16:55:18
@lehmanator:gnulinux.club@lehmanator:gnulinux.club removed their display name Sam Lehman.17:02:42
@lehmanator:gnulinux.club@lehmanator:gnulinux.club left the room.17:05:43
@x10an14:matrix.orgx10an14So, plasma6 (wayland) through nur/kde2nix fixes both Divinity Original Sin 2 Definitive Edition + Baldurs Gate 3. I guess it's a sway thing then...17:36:47
@k900:0upti.meK900This makes me wonder17:40:13
@k900:0upti.meK900Is your Sway from the same nixpkgs as the rest?17:40:28
@k900:0upti.meK900I know you said you tried17:44:11
@k900:0upti.meK900But this smells like libgbm mismatch17:44:16
@x10an14:matrix.orgx10an14
In reply to @k900:0upti.me
Is your Sway from the same nixpkgs as the rest?

I think so. This is the sway binary I use (this is configured in home-manager, same nix codebase, but completely unconnected to nixos, beyond sharing same flake inputs):

  programs.bash.profileExtra = let
    systemd-cat = "${pkgs.systemd}/bin/systemd-cat";
    sway = "${config.wayland.windowManager.sway.package}/bin/sway";
  in ''
    if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty4" ]; then
       # https://wiki.archlinux.org/title/Sway#Automatically_on_TTY_login
       exec ${systemd-cat} --identifier=sway ${sway}
    fi
  '';
17:44:58
@k900:0upti.meK900Do you maybe have different versions of the flake activated though17:45:28
@k900:0upti.meK900That could also do it17:45:32

Show newer messages


Back to Room ListRoom Version: 6