• 0 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle
  • Ah, seems you’re partially correct - steam has a command for downloading a specific depot version. You need to know the specific ID to download, and notably games can use multiple depots to form the game files, but I thought you needed to use something like SteamCMD or DepotDownloader for that.

    I’m still upholding the fact that it’s not a “proper” feature, while I appreciate having those kind of utilities put in the user’s control, this isn’t something most people could figure out themselves.


  • It’s not like they have to create the compatibility layers from scratch; Valve did it for them.

    I do just want to point out, Valve didn’t do that - Proton is mostly just pre-existing software that they packaged together into an officially supported feature. I love that they did it, and having it in the biggest PC game platform presumably did wonders for Linux gaming, but it was most certainly not made from scratch.



  • Funnily enough, I’ve seen opinions that Windows has awful HDR handling and Plasma is much better, but I don’t have a proper HDR display to check. I’ve also had some success with VR, though I haven’t played much on Linux. That said, support from software for those things for Linux is still widely lacking, so it’s not much consolation.











  • In general, almost everything you install with pacman will update when you do pacman -Syu (and restart, in case of kernel updates). The way packages work, all the files needed for a piece of software to function are installed from a package, and when you install a newer version, it removes all the files from the old version and puts in new ones. (Caveats apply to configuration files you can modify - those don’t get replaced if you do)

    So after you update some software through pacman, it should be in an entirely clean state, just like if you just installed it. The main caveats apply to things like flatpak, which manage its own packages, and software like Steam and Discord, which have an additional auto-updater for some things that’s storing files separately.







  • With the way most distros are structured, you should never need a reinstall, since reinstalling the packages will fix any issues with broken system files. Broken configuration wouldn’t be as easy to fix, but still something you should be able to fix.

    The only reason to be reinstalling, in my eyes, is if you have a mess of packages and configuration you don’t remember, and want to get a clean slate to reconfigure instead of trying to figure out why everything was set up in a certain way.