• PenisWenisGenius@lemmynsfw.com
    link
    fedilink
    arrow-up
    8
    arrow-down
    5
    ·
    edit-2
    1 month ago

    I’m installing Debian next time. Arch is OK but it breaks too often and keeping everything working in an Arch installation is a full time job. Void Linux is like Arch but more stable. Voids weakness is that some of the underlying libraries are different (something about multilib and glibc I think) and there are certain Linux programs that can never run in void and you can’t get them. Monodevelop and virtual box for example. I might have to switch to something else soon just because I need this stuff. (yes I know about qemu and bochs, yes I know about compiling basic c# programs via the command line, and all of that is unsuitable for my use case). Void seems to be a great choice as long as you don’t need to use Monodevelop or virtualbox though. It’s great at gaming once you switch to x11.

    There’s a good chance Debian will have a harder time playing steam games due to older mesa drivers or something but it might be a necessary tradeoff.

    Edit: also, WTF is the font situation in Void Linux? Half my webpages are have some shitty font front the 90s instead of whatever the normal font is and most of my pdfs look weird and can’t be printed because of it. I have just about every single thing in Void repository with the word “font” installed yet I still have to get out my Ubuntu laptop every time I want to print a pdf.

    • Lulzagna@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      1 month ago

      I use arch as a daily driver. Very seldom have any issues, and any issues I do have are from the software. I.e. mesa breaking vaapi, grub breaking boot, etc.

      Use stagnant software if you can’t spare 5 minutes once in a while rolling back problematic packages.

    • LoudWaterHombre@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      6
      ·
      1 month ago

      I use Debian Stable as my daily driver. No issues with steam. No issues with old packages, everything just works and is, I’m not sure why I’m shocked at this, kinda stable.

      • PenisWenisGenius@lemmynsfw.com
        link
        fedilink
        arrow-up
        3
        ·
        1 month ago

        I’ve had a Debian server in my basement for 4 or 5 years. I’ve encountered a total of 2 entire issues the entire time I’ve had that running. One of which was actual bullshit that I’m still pissed about but the other issue I eventually fixed on my own. It has worked well enough that Debian deserves a go at being a daily driver next time I do an os reinstall.

        I really really wish I could come up with a command line script way to issue a command that makes the computer reconnect to the wifi without human intervention of any kind, without so much as even a single ui password dialog, but that’s not a distro specific thing. I use iwctl right now, it seems to be the most reliable and I’ve tried them all.

    • areyouevenreal@lemm.ee
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      1 month ago

      This isn’t actually true. They offer both glibc and musl these days. Glibc is the normal one most Linux distros use. Musl doesn’t work with some things, but is still desirable to some people for various reasons. Flatpak could be used to work around this, as it should pull in whatever libc that the program needs. Distrobox would also work. Though again this only applies of using the musl libc version.

      Another potential sore point is not using systemd init. There are some things dependant on systemd, though generally there are packages which act as a replacement for whatever systemd functionality is needed.

      I still have no idea what’s wrong with Voids fonts though. You are on your own there!