https://github.com/ublue-os/countme/blob/main/growth_global.svg

Graphs can be found here on their github. Since around mid November the active user count for Bazzite has gone up by around 16k active users.

Personally, my only wish for Bazzite is a Cosmic version 👼 I tried it out recently and it seems fairly impressive

  • Victor@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    3 months ago

    I’m surprised people are so keen on these gaming-focused distros.

    I just want a great, general-purpose computing system that can do gaming as well. 😁

    • Ada@piefed.blahaj.zone
      link
      fedilink
      English
      arrow-up
      20
      ·
      3 months ago

      It’s not so much that people are focused on gaming distros, it’s more that gaming distros historically haven’t been much of a thing, and gamers generally had to use windows for their gaming, because the linux experience was limited and sub-optimal. Even dedicated linux users would keep a windows partition/machine that they used for gaming.

      That’s not true anymore, as basically anything without kernel level anti cheat works on linux, which means that a huge amount of folk that would have moved to linux earlier, but couldn’t, are now coming over.

      Which is to say, it’s not so much that there is “so many of them”, it’s more that, they’re coming over in a big wave, because they’ve been there for years, but haven’t been able to move until recently, and now, they know that there are distros out there that look and feel like something they’re familiar with.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        3 months ago

        I guess we have different use cases is all. People who primarily use their computers for gaming.

        My PC is:

        1. My media server
        2. My workstation when WFH
        3. My entertainment center if the TV is busy
        4. My gaming PC
        5. My hobby development PC

        (In no particular order.)

        • EldritchFemininity@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          3
          ·
          3 months ago

          I think a lot of people are basically looking for “Windows but not Microsoft/Windows”. So it’s their gaming PC where they also browse the internet/social media and watch YouTube or Twitch (sometimes at the same time that they’re gaming), and maybe do some other ancillary stuff like art (digital art, 3d rendering, music, video or photo editing, etc.) or some other hobby related stuff.

          So Bazzite is kinda at the center of this perfect storm where plenty of PC gamers have seen the SteamOS/Big Picture mode and gone, “If I could use SteamOS as a traditional desktop, I would in a heartbeat” while Microsoft is also fumbling harder than they ever have - which is saying a lot - and Linux is the easiest to get up and running that it’s ever been - to the point where immutable distros are as plug and play as Windows. Then Bazzite comes along and says, “Hey, SteamOS isn’t desktop comparable yet, so we went and made it ourselves (with blackjack, and hookers).”

    • sam@piefed.ca
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 months ago

      Most people I know primarily use their desktop computers for games. Bazzite also works great for general purpose computing, although it isn’t advertised as such.

      • dajoho@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        Agreed. Bloody fantastic for general purpose. Seems like a well kept secret. A lot of people assume Bazzite is just Steam in Big-Screen mode.

      • JustEnoughDucks@feddit.nl
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        3 months ago

        For some things.

        For many things it isn’t. It is usable (I use it) but with a bunch of workarounds for anything embedded development-related since it needs specific vendor software with device access. I have had to use a variety of distrobox + app image solutions that are often a bit worse than a system that installs them as native apps.

        • sam@piefed.ca
          link
          fedilink
          English
          arrow-up
          3
          ·
          3 months ago

          I don’t personally count “embedded development-related” as “general computing” so I think there’s a disconnect there. 😅

    • DillingerEscape@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      3 months ago

      Universal Blue is the project which maintains Bazzite and other brilliant immutable images based on Fedora Silverblue (Gnome) and Fedora Kinoite (KDE)

      Bazzite has Steam bundled in the image which is a bit better for performance, Bazzite-dx is Bazzite with devtools.

      Aurora is another image made for general computing, Steam is installed as a Flatpak with a little worse performance but not much

      Bluefin is your typical dev-workstation

      If you’re serious about gaming I recommend KDE as your desktop environment, plays nicer with HDR, VRR and fractional scaling than Gnome.

      • Victor@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Why is Flatpak Steam worse for performance? I’ve been using it for years, seemingly better performance than Windows on the same system. Something inherent about Flatpak?

        If you’re serious about gaming I recommend KDE as your desktop environment, plays nicer with HDR, VRR and fractional scaling than Gnome.

        Mm, I don’t think I’d be willing to sacrifice my Niri workflow. Niri also supports fractional scaling and VRR, but not yet HDR, which I can live without until it’s implemented. 😁

        • BaroqueInMind@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          1
          ·
          3 months ago

          Flatpak is simply a sandboxed application, similar to a Docker container. Its better to have natively installed applications over sandboxed if you are seeking the highest level of performance.

          You have essentially made all your games run within a sandboxed instance which has a limited set of binaries that emulate another mini OS within your primary OS.

          If you haven’t seen any performance issues, then keep on doing what you’re doing, the software is very well made compared to Ubuntu Snap and likely has similar driver performance as close as possible to bare-metal

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            3 months ago

            essentially made all your games run within a sandboxed instance which has a limited set of binaries that emulate another mini OS within your primary OS.

            Isn’t it just library bundling? It’s not like it’s running inside a virtual machine or anything.

            I can see the Rocket League process right there when listing my user processes, e.g.

            There are so many conflicting reports regarding the performance on Flatpak, for Steam but also in general, so I don’t know what to believe.

            At least one source said the performance overhead is negligible on modern hardware, so I think I’m gucci.