IngeniousRocks (They/She)

Don’t DM me unless you’re asking about linux or my art please

  • 0 Posts
  • 126 Comments
Joined 6 months ago
cake
Cake day: December 7th, 2024

help-circle


  • OHH you’re using flatpak!

    Have you configured flatseal to allow steam access to your “/usr/lib/*”?

    I didn’t notice any libraries failing to pull but you should give steam access there anyway to help get your Linux native games running easier. Allowing steam access outside its own container should fix most issues, but it doesn’t look like it will fix this one.

    Additionally, I noticed issues with msaa happening, are you using an Nvidia GPU by chance? If so, I recommend Opening the Nvidia x-config app and overriding antialiasing and forcing 4x or 8x fxaa instead of msaa. Msaa is borked on Nvidia, renders basically any game using it unplayable.

    Took me weeks to get Cities Skylines 2 working until I stumbled upon that accidentally.


  • Are you recieving any error messages? Do you have logging enabled? (If you add “PROTON_LOG=1 %command%” to your launch options you can enable logging, they’re stored in /var/log/ and will be called [steamid].log

    Enabling logging can tell you WHY things are breaking.

    My personal theory, because it seems to happen a lot, is the libraries that should be linked automatically aren’t loading and proton doesn’t know where to find them, it happens sometimes!

    If that’s the case, your log files will point to the missing libraries, install them or find them burried in your system and copy them to your game directory.














  • I don’t care about my distro. The choice I make when decicing on a distribution is entirely based on use case. I have LMDE on my server. I have Mint Cinnamon on my macbook. I use arch when I’m doing minimal installs for basic functionality. I don’t have a distro of choice for ARM, I’ve used rasbian and I use muOS on my rg35xxsp. I’ve been looking at learning gentoo and deploying that for raspberry pi as I have some projects in mind for some micro arcade cabinets and want as little overhead as possible in regards to background processes