What’s best practice to safely play pirated games on Linux? Looking to mitigate potentially malicious executables from wrecking havoc on my system.

  • rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 months ago

    I didn’t realize you were new, it sounded like an issue anyone could have. Gaming on Linux is definitely not a perfect experience. Please don’t be afraid to ask around in the various linux_gaming communities, there are always people who are willing to help.

    What’s your computer like? What brand and model is your GPU? What distribution? If the GPU is Nvidia, do you know if you have the open-source Nouveau or the proprietary Nvidia driver?

    A bit of a glossary:

    • Wine: a compatibility layer that allows Windows executables to run on Linux systems by translating Windows system calls to Linux calls.
    • Proton: a derivative of Wine maintained by Valve, optimized for gaming on Steam.
    • Wineprefix or prefix: a mock-up of a Windows filesystem. The application running inside Wine sees this as the C: drive. The default wineprefix is located in ~/.wine. The system’s root directory is mounted as the Z: drive.
    • Lutris, Bottles, Heroic: graphical front-ends to manage many aspects of your Wine applications.
    • Kaldo@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      5 months ago

      It’s a Dell laptop with an Nvidia GPU. I tried Linux Mint but I’m having constant OS-breaking freezes after gaming for a while and it’s happening on 2 different games so far (completely unresponsive, and it’s with steam games so no custom tinkering in lutris/wine). Thinking I’ll just try a fresh install but with PopOS when I have time.

      Thanks for the summary, it all does make a bit more sense to me now but first time I had to spend half an hour just to find BG3 saves in Heroic due to the seemingly duplicates of folder structures all over the place lol

      • rtxn@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 months ago

        Nvidia is unfortunately kind of a dick about Linux support. The open-source Nouveau driver is making great strides, but I don’t think it’ll be ready for general adoption for several years. The proprietary driver (the nvidia-dkms package) is far more usable, but there are always some issues.

        If you want to focus on gaming, you should consider Nobara or Garuda Linux.

        Garuda is based on Arch, and its main selling point is that whatever you need for gaming (Wine, Steam, DXVK, VKD3D) is either installed out of the box, or installed and configured in one click. Since Arch, and by extension, Garuda, is a rolling release, it gets very frequent updates that are always cutting edge, but it might require some maintenance at times.

        Nobara is maintained by Glorious Eggroll, who also maintains custom Wine and Proton releases and has made massive contributions to Linux gaming. It’s based on Fedora, which is a point-release distribution - it receives security updates continuously, and feature updates every few years, so it should require little maintenance.