• 3 Posts
  • 221 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • priapus@sh.itjust.workstoLinux@lemmy.mlPSA: PlaytronOS
    link
    fedilink
    English
    arrow-up
    2
    ·
    18 days ago

    I’ve switched instances since this comment, so I didn’t see it until now, when I’ve just happened to log back in. Really glad to hear things have generally been smooth, that’s a shame about the new device policy, though. I’ve never been a fan of Debian for use on workstations. At least with Flatpak, you can still have updated software nowadays.

    Only issue I had was that the PC freezes if it enters sleep mode.

    Sleep issues are sadly common since sleep is weirdly complicated and motherboards are often bad at properly implementing things in a standard way. They often just implement it well enough that it works on Windows, then forget about it. If you’re lucky, a future motherboard or kernel update might fix it.

    The vast majority of systems won’t have a problem, but when you do, it is a real pain in the ass.





  • You could just look at my profile to see that I’m not. I’m also not new to Linux communities in general. Doesn’t change that I’ve never seen someone recommend NixOS to a complete beginner. I have (rarely) seen Arch recommended, but those recommendations will generally be downvoted and have many replies disagreeing. Linux Mint is by far the distro I see most often recommended, followed by Fedora.












  • They absolutely didn’t work. I didn’t try removing the compatibility files afaik, but switching versions should basically have had the same result as that did trigger an first-time setup each time. The Ubisoft installer wasn’t part of that install for as far as I could see, or failed for each proton version without any visible signs.

    Understood, my bad for assuming! It sounds like you had some really bad luck, as I couldn’t find users with the same issues on ProtonDB.

    The problem here is mostly that the information offered on various locations differs and it is a question of trial and error to find out what works and what not, especially if you’re still figuring out the gaming ecosystem.

    I definitely agree that this is a big issue. ProtonDB is generally the best source, and besides that a lot of the best resources are unfortunately in difficult to search Discords. I would love to see a more organized resource for this kinda stuff. This issue extends beyond gaming on Linux, too. Looking up any Linux issues results in a ton of super outdated or just bad info.

    It was Linux Mint, on an Nvidia Prime-based laptop.

    Linux Mint is a great distro, but one that I personally recommend against for gaming. People recommending distros that aren’t great for some use cases is also a problem with Linux gaming. Mint’s stability means using outdated Nvidia drivers, something that I would absolutely try to avoid.

    I already saw somebody else mentioning Bazzite, so my next attempt will be to try that distribution.

    I do love Bazzite, it is easily the distro I recommend most to users trying Linux for gaming. The only warning I have is that if you use hardware that needs kernel drivers that aren’t upstream, and they aren’t packaged by Bazzite, you will probably run into trouble. I wanted to use a steering wheel that needed a custom driver and just had to give up on getting it working. The only solutions seemed to require a ton of knowledge about ublue and all the containerization technology they use. It’s not my main distro, so I really didn’t feel like dedicating the time to learning all that.

    However, that’s the only issue I’ve ever run into with Bazzite, and otherwise it is super user-friendly and Just Works™.


  • Thats all fair, I’m not trying to say their a better option for you or developers in general, just that they do offer features and benefits targeted at developers. I disagree with the idea that theyre only made for users with very simple needs.

    Ive never run into any issues trying to build random projects or run random tools is distrobox, but I also haven’t used it as a main development tool. I prefer Nix for that.

    Those tools are definitely great too, they just don’t offer the same purity because they dont handle external dependencies. Guaranteeing a reproducible build environment is something I find very valuable.


  • I think most users just don’t really know much about atomic distros. A lot of people in this thread don’t seem to really understand the benefits and mention downsides that don’t really exist in most of them. I think eventually (and by that I mean in a VERY long time) atomic distros will become the standard. AerynOS is an upcoming one that seems to have a really amazing blend of it’s atomic features without disrupting the user experience people expect from more typical distros. It won’t replace Nix for me, but I hope it’ll convince a lot of people to try it out.


  • I don’t think that’s a very accurate assessment at all. NixOS, VanillaOS, and Bluefin are three of the first atomic distro’s I think of and they’re all heavily aimed at developers. All of them offer features to help separate development environments, which improve reproducibility of packages and environments. I prefer the Nix approach to containers, but each one definitely offers benefits for software development.

    I do software development and need a ton of tools installed that aren’t just “flatpaks”.

    Every atomic distro supports distrobox and other containerization tools, and many support Nix and brew.

    These distros are good for people who want to treat their desktop like a phone, but flatpak kinda lets you do that on any distro. Atomic distros are great for those who want to use tools to separate development environments for purity and tinker with the ability to easily rollback.