Free Windows 10 support ended for most people this past month, and the trend line of Linux usage has been quite clear leading up to this, as people prepared for the inevitable. An increase in Linux usage is also correlated to a drop in Chinese players, which did happen this month a little bit, but Linux usage is also trending up when filtering for English only. It’s worth noting that for all the official support Macs ever saw in gaming, they never represented anything better than about 5% of the market.

  • Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 hours ago

    At least some of the problems I reported about Bazzite are inherited from Fedora. Bazzite didn’t create Anaconda.

    Fedora has the problem of being generally fine, but most of the world for the last decade has been targeting Ubuntu as THE Linux distro, so there’s a lot if Git repos out there that don’t include instructions for Fedora. Way fewer things are packaged in rpm rather than deb. I’ve never seen Linux Mint kernel panic unless I was fucking around with the video drivers, I’ve seen Fedora kernel panic.

    The main reason I’m using Fedora right now rather than Mint is Mint tends to have an older codebase, and we’re at a point in PC technology where things like wayland offer support for video and graphics stuff that don’t work well under X11. like my 1440p ultrawide 144Hz monitor sitting next to a 1080p 60hz side monitor. Fedora KDE has it ready to go, Mint Cinnamon does not.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      there’s a lot if Git repos out there that don’t include instructions for Fedora

      For new users, if it doesn’t exist in the repos, you’ve gone too far. Don’t look for RPMs or debs, look for your distros package, and failing that, look to add a repo tons of people online recommend for whatever you’re using (e.g. RPMFusion IIRC). The vast majority of what you want will be there.

      If it’s something you really can’t live without, ask on the forums for your distro, and wait until you get multiple answers from different people saying the same thing. Give it a few days too.

      Installing from source isn’t a bad thing, I do it all the time. But a lot of people will trust some random post on SM and then complain that it doesn’t work or broke their system or something (see LTT’s video where he uninstalled his DE by trying to install Steam). Don’t install from source or random RPMs/debs until you’re comfortable tracking down what dependencies you need and are able to read scripts to make sure nothing funky is going on. Many posts online will be outdated, and with Linux getting more attention, malware is a growing concern.

      Mint tends to have an older codebase

      Does Mint still not use Wayland?

      Having an older codebase is generally good for new users, since the software tends to be more tested and more people will know the workarounds. Newer software will have different issues, so be careful chasing the latest and greatest if you’re not comfortable sifting through logs to figure out what happened.

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 hours ago

        For new users, if it doesn’t exist in the repos, you’ve gone too far.

        I don’t think this holds up under scrutiny. Theoretically sure, installing using your distro’s package manager is the beginner skill, compiling from source is the advanced skill.

        The reality is, people transplanting from Windows often own hardware they want to continue to use, that require software that isn’t in a distro’s package manager. For me, this included a DisplayLink docking station, an Epson printer and a SpaceMouse. For some, it will include gaming keyboards or mice, stream decks, who knows what else. A lot of times, there are folks making open source software for these things, but they don’t package them. So you end up on Github as a beginner looking for the thing to make your thing work.

        As you migrate into the ecosystem, you start buying hardware that is well supported by the Linux ecosystem, that problem starts to fade away.

        by rpm vs deb, I wasn’t meaning downloading individual files…though I’ve done that. DisplayLink offered their driver as a .deb. At first, that Epson printer only issued a .rpm, and I had to use Alien to install a .rpm on a Linux Mint computer. With time, they offered a .deb, and eventually the printer was just natively supported by CUPS. I meant, I find that the Debian/Ubuntu repos (the dpkg/APT system that uses .deb files) have more stuff in them than Fedora’s repos (the DNF package manager that uses .rpm files) do.

        Does Mint still not use Wayland?

        When I built my current PC, Wayland support in Mint Cinnamon was “We’ve just now added it, it doesn’t work worth a damn but you can try it.” They’re coming along, but they’re behind.

        Is an older codebase generally good for new users? The first distro I installed on an x86 PC was Mint Cinnamon 17. Quiana. On a then brand new Dell Inspiron laptop. For about 6 months, the kernel that shipped with the OS didn’t support the laptop’s built-in trackpad. I had to manually update the kernel through Mint Update for the trackpad to work. There’s problems at the bleeding edge, but there’s problems at the trailing edge as well.