• Maestro@fedia.io
    link
    fedilink
    arrow-up
    18
    ·
    4 hours ago

    And what about Linux? A month ago I still had to go multi-arch on my x64 Debian system, leading to a lot of problems…

    • woelkchen@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      arrow-down
      1
      ·
      3 hours ago

      I still had to go multi-arch on my x64 Debian system, leading to a lot of problems…

      That’s what Flatpak is for. 32bit crap is moved into its own corner without interfering with any system level stuff.

      • Maestro@fedia.io
        link
        fedilink
        arrow-up
        3
        ·
        3 hours ago

        Doesn’t the Flatpak version have it’s own issues? I’m considering just installing Bazzite on a separate partition.

    • RamRabbit@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      9
      ·
      edit-2
      4 hours ago

      And what about Linux?

      Every distro has supported 64-bit programs for the last decade. Why aren’t you able to run 64-bit programs?

      • bisby@lemmy.world
        link
        fedilink
        English
        arrow-up
        18
        ·
        4 hours ago

        Correct, so why does steam on linux still run as a 32 bit app and require 32 bit libraries to run games.

        • lime!@feddit.nu
          link
          fedilink
          English
          arrow-up
          9
          ·
          edit-2
          4 hours ago

          steam itself is moving towards 64-bit on linux on well, but fact is that most games are 32-bit and linux doesn’t have the same compatibility guarantees as windows since you can just recompile software to run on new systems. you can’t do that with old games, so you need multilib.

          • bisby@lemmy.world
            link
            fedilink
            English
            arrow-up
            13
            ·
            4 hours ago

            I believe wine has a WoW64 implementation now, to allow 32 bit software to run on 64 bit wine prefixes. Which means any windows games (unless they are 16 bit) can work on 64 bit non-multi-arch system.

            Linux games are the core problem. But they also have a Steam Runtime where they ship the entire runtime libraries needed to run a game for compatibility reasons… and Steam Runtime 4.0 (which just shipped and/or announced a few days ago?) is set up for only 64 bit systems.

            So if the answer is:

            • Steam itself can be 64 bit, and is moving that direction
            • Windows games can be 64 bit only due to proton/wine handling the 32bit translation in WoW64
            • Linux games themselves can be any architecture since the steam runtime manages the libraries for the games.

            Then the answer is just “they’re getting around to it, they are only just now getting around to it for windows, and linux is a lower priority” because clearly its all possible.

            So “What about linux?” is just asking if there is a timeline for the speed that things are moving in that direction.