wHiCh DiStRo ShOuLd I uSe FoR gAmInG?? - eviltoast
      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 days ago

        yeah, snaps… they should have just gone with appimage I don’t like them either, but at least we can all settle on one bag of pain.

  • NostraDavid@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 days ago

    If you’re a programmer: NixOS.

    Define your OS config, which programs to install, and dotfiles in one repo. Install a fresh OS, pull in the repo (nix-shell -p git, because NixOS doesn’t come with git >_> ) and run the command to install the whole thing (sudo nixos-rebuild switch --flake .#wodan for me. wodan is just the name of a config - I have multiple all combines into one repo, so I can share configuration between machines).

    Took me 17 minutes to set up my laptop exactly the same as my Desktop. Same configuration, applications, and OS settings. It’s so fucking nice.

    With Windows, that used to take 2 days to download and install everything manually.

    Only downside: You’ll need to learn Nix-the-language, nix-the-os, and nix-the-terminal-program, which took about a month of deeply digging into the Vimjoyer and LibrePhoenix channels.

    • stupidcasey@lemmy.world
      link
      fedilink
      arrow-up
      39
      ·
      edit-2
      4 days ago

      I think the whole works part is the most important part, Linux can be janky (and by that I mean obsolete information and deprecated or outdated packages are often recommended and there are a thousand different ways to do anything with only one of them actually working (don’t have an aneurysm)) on the best of days, If something just works you can change what you want later.

      • PlaidBaron@lemmy.world
        link
        fedilink
        arrow-up
        28
        ·
        4 days ago

        This is why I switched to Mint. It just works. It’s broken less than vanilla Ubuntu did. So thats what I use.

        • Zink@programming.dev
          link
          fedilink
          arrow-up
          8
          ·
          4 days ago

          Yeah. Generally when I’m using a Linux PC to work on something, I don’t want to be fixing the PC itself too. And we make an embedded Linux product at work, so it’s not like I miss out on the fun, lol.

          I use Mint everywhere. It works great. Being easier for newcomers to use and having an extra layer of polish does not restrict my use of the command line or scripting.

    • Laser@feddit.org
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      Debian gaming wasn’t great when a lot of the landscape was changing (around 2016?) and even one of my very Debian friendly colleagues switched his gaming machine to Arch back then because getting the new stuff like AMD Vulkan drivers and DXVK running was really hard on Debian. Don’t think he migrated that particular machine back since then.

      • Rob Bos@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        ·
        21 hours ago

        I’ve always enjoyed the tinkering. My gaming habits pretty much grew up with WINE. DXVK was very exciting!

        Never been a stranger to compiling my own kernel or mucking about with DLL overrides.

        • Laser@feddit.org
          link
          fedilink
          arrow-up
          1
          ·
          13 hours ago

          The thing is, back then, for the stuff to work on Debian, you needed to

          • compile your own newer kernel
          • compile the new mesa that depended on that kernel

          and with how frequent updates were, this was something you’d probably do multiple times per month – at this point, why bother with Debian when you need to compile all the packages yourself? Remember that was a gaming machine… so why bother with Debian and spend hours each month when with Arch, it was just a pacman -Syu followed by a reboot and you could try out all that fancy new stuff?

          • Rob Bos@lemmy.ca
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            10 hours ago

            That really was not my experience. I didn’t game much. WoW mostly. Some StarCraft. Minecraft. Online games. Debian unstable worked fine and I don’t think I had to compile my own kernel (for gaming) at any point past 2005 or so.

            • Laser@feddit.org
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              10 hours ago

              The discussion was implicitly around the changes brought by Vulkan and DXVK which enabled playing Windows Direct3D (this part is important) 11 and later 9 games without performance penalty. You could previously play Windows Direct3D 9 titles using Gallium Nine if you had an AMD card, though this was a bit iffy.

              WoW mostly.

              That’s OpenGL, so not affected.

              Some StarCraft.

              Not 3D even.

              Minecraft.

              Neither Windows nor Direct3D, but Java with OpenGL.

              True, if all the games you played were OpenGL-accelerated, these changes didn’t matter. But about 95% of games on the market weren’t.

              • Rob Bos@lemmy.ca
                link
                fedilink
                English
                arrow-up
                1
                ·
                10 hours ago

                I’m glad you’re here to tell me how my experience the last 30 years was. Thank you for enlightening me as to how my choices were wrong and how I was silently suffering.

                I gamed on Debian. I was so wrong.

      • rumba@lemmy.zip
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 days ago

        Prior to bookworm making non-free easy and nvidia driver opening one could make some arguments.

        These days, though, nothing compelling can be said to walk past Debian.

        • Laser@feddit.org
          link
          fedilink
          arrow-up
          3
          ·
          2 days ago

          Yeah, but the post I replied to said “since 1998”. That is prior to bookworm.

          Personally, I don’t care for it too much. Every time I try it (which is rare) something annoys me. "DO NOT EDIT THIS FILE"s, deviation from upstream that renders official documentation less valuable. With Arch (which I don’t use anymore), you can be pretty sure that what’s on your machine is what’s currently released by upstream. This refers both to version and the software itself. Remember cdrkit? xscreensaver? The weak OpenSSH keys? Sure, these must notable examples are from long ago, but there were just so many issues over the course of my “career” that the distribution for me is somewhat burned. Also because all of this could have been easily avoided.

          Anyhow, use what you want, but it’s for sure not my favorite distro.

  • Kyden Fumofly@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    2 days ago

    Just checked my Mint. Why Cinnamon uses so much VRAM? I have over 1GB idle, without anything running. In my Windows i usually have 400Mb with all things closed.

      • hue2hri19@lemmy.sdf.org
        link
        fedilink
        arrow-up
        4
        ·
        2 days ago

        Installed 24.04 this week. On the second day my graphical interface was completely borked. Bare in mind I only installed the usual things I need like neovim, appimage support, compilers, etc.

        I’ve used the same installation of Arch, Fedora and Suse on different machines for years in a row without an issue

      • Possibly linux@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        2 days ago

        Canonical is focused on servers and the cloud. Ubuntu lacks quality controls and does things differently than many other Linux systems which leads to instability. I’ve seen people complain about gnome but in reality they are complaining and Ubuntu gnome not stock. Ubuntu also uses netplan instead of network manager and doesn’t have as much systemd integration.

        Snap is also it’s own special form of hell. It runs as root as daemon and is slow to do anything. It also forces auto updates and takes control when you try to do anything with apt. It is much heavier than Flatpak and you are forced to get your apps from it.

        The sad part is that 15 years ago Ubuntu was actually pretty solid. They have just slowly lost relevance as they move the focus to things that make actual money.

        • polle@feddit.org
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 day ago

          Thanks for explaining! I am currently on kubuntu, because after some testing different distros, it had the best kde plasma 6 experience with less bugs then the others. Iam not really an ubuntu fan, but it just worked best as an kde distro.

          As for snap, I don’t know any backgrounds of it. But I had several problems with flatpaks and the same program in snap worked. It was mostly random small stuff like, Signal does not show notifcation bages or copy paste that did not work in remmina. In Both situations lots of debugging didn’t help, but switching to the snap package did. Could be a kde/flatpak/kubuntu issue of course. Auto update (for some specific) applications can be good I think and I can understand thats not the vibe that the typical linux person wants. As of the overall anti snap hype I started with just flatpaks, but they aren’t as golden as they are sold.

  • hperrin@lemmy.ca
    link
    fedilink
    English
    arrow-up
    80
    arrow-down
    6
    ·
    4 days ago

    This is crazy. You shouldn’t use Ubuntu for anything desktop related. There’s nothing vanilla about vanilla Ubuntu.

    (Custom Gnome extensions, patches on top of Gnome, custom sandbox packages that don’t always work, custom apt that refuses to install the real packages in place of snaps, paywalled security patches, should I keep going?)

    • MehBlah@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      3 days ago

      Except I have no trouble replacing snaps. I only replace them when there is a need. I always add gnome extensions to mine. I like a little extra and I get it easily with ubuntu. If you are a individual user you can get the ESM updates for free and I do.

      When one of the other distros demonstrates anything that I cant get with ubuntu I will move on. Until then I’ll keep using it because it keeps working.

      • hperrin@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        When one of the other distros demonstrates anything that I cant get with ubuntu I will move on. Until then I’ll keep using it because it keeps working.

        You can’t get vanilla Gnome on Ubuntu. There are tons of other distros that will give you vanilla Gnome (they don’t put any of their own patches on top of Gnome).

        But I think you were pretty clear that you don’t want vanilla Gnome, so if Ubuntu’s working for you, more power to you. I just wouldn’t recommend it to anyone new to Linux.

        • MehBlah@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 days ago

          I don’t like vanilla gnome. Like I said the first thing I do with any debian installation I work on is install extensions.

          • hperrin@lemmy.ca
            link
            fedilink
            English
            arrow-up
            4
            ·
            3 days ago

            Extensions are one thing. Even if a distro comes with some Gnome extensions, you can just disable them. Ubuntu puts custom patches on the Gnome packages they ship. Those can’t be disabled, and they could potentially interfere with extensions that don’t expect them to be there. That’s my problem with Ubuntu’s approach to Gnome.

            I understand that you don’t like vanilla Gnome, but I still wouldn’t recommend Ubuntu to anyone, especially noobs, as a desktop OS, because of the myriad issues with Canonical’s approach to modifying the source of the packages they ship.

            It’s the same reason if anyone reports a bug to any of my software, and they say it happens on Ubuntu, I’ll disregard it unless they can replicate it on an OS that doesn’t patch their packages that way. Canonical is responsible for fixing the bugs their patches cause, and they’ve added tons of extra triage work to devs who have to determine whether Canonical fucked something up or there’s actually an issue with their code.

            • MehBlah@lemmy.world
              link
              fedilink
              English
              arrow-up
              3
              arrow-down
              1
              ·
              edit-2
              3 days ago

              I totally get you don’t like it but once again you are not giving me any reason why what you prefer is somehow better.

              • hperrin@lemmy.ca
                link
                fedilink
                English
                arrow-up
                3
                arrow-down
                2
                ·
                edit-2
                3 days ago

                I’ve given you quite a few reasons, you just don’t care.

                Let me put this really simply. Canonical fucks shit up with their patches. Users experience this as buggy software. Users file bug reports to the software. The bugs aren’t valid because the problem is with Canonical’s mess of patches. That is bad for me as the dev, because I have to triage that bug and determine that it’s Ubuntu, not my software. That is bad for you as the user, because software that works perfectly fine on any other system doesn’t work on yours. This is also bad for you because the devs that build the software you use have to waste their time tracking down Ubuntu bugs, instead of spending their time improving the software you use.

                Maybe you don’t consider this a problem, because you’re used to how buggy Ubuntu is, or maybe you don’t use any software that Ubuntu has fucked up, but that is a problem that people experience, and if you don’t see that, that’s a you problem.

                Also, I specifically didn’t mention “what I prefer”, because it doesn’t matter. Canonical is the only big Linux company that does this to an extent that devs waste their time on it. Any other big name distro is better than Ubuntu.

                • MehBlah@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  2
                  arrow-down
                  1
                  ·
                  2 days ago

                  Your right I don’t care. Fanatics care about things no one else does. I don’t have many bugs with ubuntu and any that I do are usually trivial. You keep saying its bad but its not my experience. My experience started with Slackware. I still have a Slackware box that I still compile my own kernel on from time to time to keep in the know on kernel changes. I’m not by any metric an amateur. I’m sure some of these bugs seem unique and are a major problem for you.

                  I’ve tried mint and wasted my time with arch. I’m installed them all. I’ve even created my own. None of them have ever brought anything game changing to the table. I’ve seen bugs with every distro. Somehow to you these bugs are worse. I can clearly see they are similar to other distros and the bugs they have.

                  In reference to what you prefer. Its clear you don’t prefer ubuntu and you have continually mentioned it. So don’t pretend you don’t have a preference. Disguising it as some general disdain on how canonical operates doesn’t negate its clearly your preference. You will not change my mind and I don’t want to change yours. You seem like you just can’t take I don’t care about how you see it any other way than personally.

                  Other linux companies? Of which I really only know of three in total all do things that people don’t like

                  Red Hat(IBM) killed centos and I moved all my servers over to straight debian the week after their announcement. I didn’t like it but I didn’t foam at the mouth about it. They also clamped down on their sources so fedora is going to become increasingly obscure. Kind of like SCO became. They wont die that death but I look at Red Hat as a dead end.

                  SUSE has never been a distro I’ve used. No reason really. I always had other options. Their decisions were business ones and therefore unpopular to some.

                  Canonical is doing it their way and they are doing a good job. You can’t deny that but Its clear you don’t like it. I would really like you to stop generalizing and give me a specific bug they have out of the box that isn’t tied to some specific hardware. I don’t pay for ESM but I use it since I only have two Ubuntu machines that I use personally.

                  In the unlikely event anyone else bothers to read this. I will speak to you what I’ve said elsewhere in this thread. Find something you like and stick with it and don’t let someone elses problem become yours.

    • NeilBrü@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      3 days ago

      Kubuntu LTS (--minimal-install; no snap fuckery from the start) has been wonderful.

        • BlameTheAntifa@lemmy.world
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          2 days ago

          The only thing that stops me from recommending Fedora and OpenSUSE more often is that there are still so many niche packages that are only offered as .deb (like Unreal Engine). Being forced to use unofficial community Flatpaks makes me uncomfortable and new converts aren’t going to want to hear how they can compile something themselves, assuming that’s an option.

          • Possibly linux@lemmy.zip
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 days ago

            You should not install random package files. That is a bad idea in general and creates instability and introduces security problems.

    • foo@feddit.uk
      link
      fedilink
      arrow-up
      4
      ·
      2 days ago

      I won’t use Ubuntu Desktop now, but I used it for 6 years: 16 to 22, and loved it for many reasons. I left it for two reasons:

      1. Snaps
      2. Trying to get bridged networking going for VMs in Boxes ended up wrecking my network settings and I couldn’t get them back to normal. With more expertise I could have probably fixed it, but I realised it’s too easy to do things that I can’t fix.

      So, I went to NixOS for the declarative setup. It’s not always easy especially for niche cases , but at least I always have a working backup. Yes, there are other options, but I like NixOS so I plan to stick with it for now.

      My kids use Bazzite and I like that too.

  • DonutsRMeh@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    I actually wanted to run Ubuntu and then Fedora, but they both kept breaking out of nowhere. I don’t know get why people have a more stable experience than I do with these, I don’t even fucking tinker and fuck with shit.

  • bdonvr@thelemmy.club
    link
    fedilink
    arrow-up
    30
    arrow-down
    1
    ·
    4 days ago

    Fedora on the right tbh. Even when you chill and get wisdom Canonical and Snap are just a bit too far.

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    78
    arrow-down
    14
    ·
    edit-2
    4 days ago

    Kubuntu for modern systems, Xubuntu for older systems, Lubuntu for older, low-end systems with limited RAM, Ubuntu server for headless servers.

    Stay mad, Ubuntu haters.

      • cRazi_man@europe.pub
        link
        fedilink
        arrow-up
        38
        arrow-down
        1
        ·
        edit-2
        4 days ago

        It depends on the desktop environment.

        Ubuntu is the base version and uses GNOME.

        Ubuntu + KDE (the most superior of all DEs) = Kubuntu

        Ubuntu + XFCE = Xubuntu

          • Elvith Ma'for@feddit.org
            link
            fedilink
            arrow-up
            14
            ·
            4 days ago

            I’d just like to interject for a moment. What you’re refering to as Gubuntu, is in fact, Gnome/Ubuntu, or as I’ve recently taken to calling it, GNUbuntu. Ubuntu is not an operating system unto itself, but rather another free component of a fully functioning Gnome system made useful by the Gnome libs, utilities and vital system apps comprising a full OS as defined by POSIX. Many computer users run a modified version of the Gnome system every day, without realizing it. Through a peculiar turn of events, the version of Gnome which is widely used today is often called GNUbuntu, and many of its users are not aware that it is basically the Gnome system, developed by the Gnome Project.

            There really is a Ununtu, and these people are using it, but it is just a part of the system they use. Ubuntu is like he kernel: the program in the system that allocates the machine’s resources to the other programs that you run.

            The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the Gnome desktop system: the whole system is basically GNU with Ubuntu added, or GNUbuntu. All the so-called Ununtu distributions are really distributions of GNUbuntu!

    • BlameTheAntifa@lemmy.world
      link
      fedilink
      arrow-up
      19
      arrow-down
      3
      ·
      4 days ago

      I quite like Kubuntu with the Snap-free minimal install. That said, Snaps are so bad and Canonical’s repos are so dangerous that I cannot recommend it to anyone any more. It’s a shame how greed has ruined Ubuntu.

    • Sestren@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      4 days ago

      Snaps do suck, but from a usability standpoint, you really can’t ignore the fact that 99% of documentation assumes deb, and Ubuntu is generally more up to date than pure Debian. I don’t like it myself, but it works and it’s better than Windows.

      • biscuitswalrus@aussie.zone
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        4 days ago

        Snaps are awesome, I need to be on 20.04, or 18.04 for humble, for ROS noetic and so being able to install generic snaps which are fully up to date with modern software is awesome.

    • biscuitswalrus@aussie.zone
      link
      fedilink
      arrow-up
      6
      ·
      4 days ago

      I use Ubuntu for ROS and work specific tasks, but I get the fuck out when I want to game. Ubuntu looks like a job to me. Just like Windows looks like a job to me.

      But the thing is, that’s just me. Can’t imagine being mad at someone else for using it, but Ubuntu makes me irrationally mad because it’s associated to work.

        • kamenLady.@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          4 days ago

          I loved Fluxbox, which was over 20 years ago. I had completely forgotten about it.

          New set of memories unarchived, thanks!

            • kamenLady.@lemmy.world
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              3 days ago

              Kamen Rider will always be great.

              Henshin!

              Edit: I started rewatching the series a few months ago and can’t stop listening to the soundtracks again. l always loved Shunsuke Kikuchi’s music and hadn’t listened to it for far too long.

              • gonzo-rand19@moist.catsweat.com
                link
                fedilink
                arrow-up
                2
                ·
                3 days ago

                I actually started a personal project in June to watch the entire franchise in order, including the main movies and specials. Not sure about spin-offs yet, but I’m only 2/3 of the way through Kamen Rider X so I have a lot of time to decide, lol.

                The original series’s opening song is absolutely S-tier. I keep waiting for something to top it.