I’d just like to interject for a moment…

  • 0 Posts
  • 278 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle



  • Another vote for gtklock. I liked it and used it for quite some time. I switched to swaylock-effects a while back purely because i switched to a distro that didn’t have gtklock packaged, and i couldn’t be bothered to package it myself. After i actually put some effort into ricing it a bit i’m not hating how it looks so i think i’m sticking with it. I suppose you could also try hyprlock since it has a password field as well, but i keep seeing tons of posts that show it crashing, so idk how reliable it is. From what i’ve seen it can be made to look really good though.








  • Hmm, i should probably experiment with it in a vm at some point, but from what you’re saying it sounds like it works ootb. In that case i would say Guix definitely handles this better. Nix packages that need graphics drivers don’t work ootb, because it expects the drivers to be in /run, because that’s where the drivers are on NixOS, and they can’t use the host drivers. NixGL tries to solve this, but i stopped using it because it causes other problems. For example, if you install a wayland compositor through nix and run it with the NixGL wrapper, if you then try to run a game or something that needs the host drivers, it won’t work because everything launched inside of the compositor inherits the NixGL status. So now i manually create a driver package and symlink it to /run, that way there is no wrapping and the drivers don’t conflict with each other, but it still feels hacky. I can also imagine it’s very inconvenient for someone who’s just getting into Nix and just wants to install a few things in a profile to be running into that issue.


  • I’ve found that depending on what distro/OS it is certain methods of burning the ISO don’t work correctly, no clue why. Windows needs their official tool, so because of that i use a vm to burn it. I’ve also had linux distros that couldn’t boot when dropping it onto a ventoy drive, and would only work when directly burning it with dd, so it might have something to do with what ISO you’re trying to burn and how you’re burning it.


  • I’m using Guix system so it’s not really relevant to me right now, but since you mentioned you’ve used it on foreign distros, how does Guix handle programs that need graphics drivers? When using Nix on foreign distros, the graphics drivers are handled in a weird way where you either have to use a wrapper like NixGL, or, what i do right now, is create the driver packages manually and symlink them to /run, which is how NixOS does it. Do you need to do anything special on the Guix side of things? I noticed that Guix system does not have its drivers in /run, so they must be doing it differently.







  • Multi-monitor issues surprises me, considering multi-monitor support is kind of a sellingpoint for wayland. I don’t think animations being incorrect has anything to do with wayland itself though, it’s up to the individual compositors to handle that.