• 1 Post
  • 68 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle


  • Linux gives processed a chance to gracefully close. However, it also will absolutely NOT allow a process to hang up the shutdown or restart procedure after a point. If you’re using systemd (which there is a good chance you are), it’ll count down. If the process hasn’t stopped in the time allotted, it gets Old Yellered.

















  • Valve made a compatibility layer for the Steam Deck and Linux called Proton. It uses a lot of technologies, including WINE, dxvk, and more to make Windows games run well on Linux. It basically takes Windows API calls and translates them to Linux with little to no performance penalty.

    Steam also has native builds for Windows, macOS, ChromeOS, and Linux now, so you can just install it. Most Linux distros have Steam right in their software manager now.

    Typically, unless the game has blocked Linux with something like kernel-level anticheat, it’ll “just work” on Linux now. There is a community database called ProtonDB that has a list of games and how well they do or don’t work.

    Hope this helps and feel free to ask any questions.