• ZeroHora
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    edit-2
    10 months ago

    Is really just:

    1. Install any Linux Distro
    2. See if you have the drivers for your hardware already installed
    3. Install Steam
    4. Change the setting for Enable Steam Play on Steam
    5. Download the game and play it.

    Of course, like in windows, something could go wrong and you need to tinker a little bit to fix it but for the vast majority is just like that.

    • Nevoic@lemmy.world
      link
      fedilink
      English
      arrow-up
      14
      ·
      10 months ago

      Yeah for both Ubuntu and Arch on two separate computers in my house, the process was just install the distro then install steam + Lutris (steam for steam games, Lutris for every other kind of game like League or WoW).

      Installing steam games is identical in Linux and Windows for the vast majority of games. Installing non-steam games is arguably easier since you never have to go to a web browser.

      Honestly the only reason Windows is “easier” is because it’s preinstalled on computers. As someone who has fresh installed Linux and Windows, Linux is miles easier to install. To install Windows 11 I tried following their recommendations (enabling TPM and secure boot in bios), but the W11 installer still didn’t like my 2 year old computer, so had to open up the command prompt, regedit, and add 3 Bypass registry DWord 32 bit values. Then actually installing the O.S you just sit there and wait with an unusable computer. Linux installations have nice GUIs that are far more modern, don’t require weird terminal hacks, and you have a usable computer while it’s installing (you can open up Firefox and browse the web for example).

      \rant

      • ZeroHora
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        10 months ago

        Man some time ago I had to install Win 11 on a laptop for my relative and nothing that I tried worked. I give up for a time and installed Zorin OS just to see how the distro looks like and of course no problems during installation. Later I tried again the Win 11 and the Zorin installation fixed whatever problem windows had with the driver.

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

          Every year or two I give Windows a genuine try for around a month. WSL2 is actually pretty decent, it’s a massive improvement on the Windows development experience I had back in 2015 when I tried running Windows full time doing Python/Ruby/Java development. Required cygwin, git bash, power shell, and cmd depending on what I was doing. It was a special kind of nightmare. Lots of native gems couldn’t compile, lots of tooling issues, etc.

          Now you can use exclusively Windows terminal, keep essentially all your development stuff in a Linux subsystem, and pretend you’re in Linux. Integration with things like vscode or intellij is quite decent with the WSL.

          That said, I hate Microsoft, hate the lack of customization, hate the default UI, hate the split between Windows 95-style settings and new Windows 10+, it’s inconsistent as hell. Moving windows across monitors with different scaling still resizes the windows in a very archaic way. You can’t reasonably use multiple desktops because you can’t easily rebind keys to swap desktops without third party software. I’ve changed DEs in Linux for smaller issues than these.

          • WarmSoda@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            10 months ago

            Thanks for the reply. You’re way above my pay scale with PCs lol I appreciate it.

    • circuitfarmer@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      6
      ·
      10 months ago

      Just adding: if you have an AMD GPU, the drivers are now included in the Linux kernel, so there is no manual install needed for those. For nvidia, you do still have to jump through some install hoops.