this post was submitted on 05 Aug 2024
267 points (95.9% liked)

Linux Gaming

15335 readers
1 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

I know, lame post, but I wanted to say that Linux gaming has gotten soooo much better, to the point that I honestly think my games are running better than on Windows. I've played so many games, but notable ones are Halo: MCC, MS Flight Sim 2020, Satisfactory, Mass Effect Legendary Edition, and right now I'm starting a full playthrough of Dragon Age.

Dragon Age is notorious even on Windows for being a pain because it's such an old game. You have to install the 4gb patch, and even then it's a bit rocky. Not on Linux though! I did have to install PhysX but I googled it and saw it was 2 buttons to install on Linux! Now it's been rock solid and stable, with no crashes.

Linux gaming may have a high bar to learn, but that bar is constantly getting lower! Exciting times!

you are viewing a single comment's thread
view the rest of the comments
[–] matinmollapur@mastodon.social -1 points 3 months ago (1 children)

@ZeroHora @InternetUser2012

  1. **Launch options workaround**: Since the EA app doesn't recognize launch options, try creating a script that sets the necessary environment variables and launches the game. Here's a basic example:

open again

[–] matinmollapur@mastodon.social -1 points 3 months ago (1 children)

@ZeroHora @InternetUser2012

\#!/bin/bash  
export GAME\_DATA\_DIR="/path/to/your/mods"  
/path/to/your/game/executable  

Make the script executable (chmod +x script\_name.sh) and use it to launch the game. You might need to adjust the script depending on the specific requirements of the mods you're using.

open again

[–] matinmollapur@mastodon.social -1 points 3 months ago

@ZeroHora @InternetUser2012

  1. **Check ProtonDB**: Look up your games on ProtonDB (<https://www.protondb.com/>) to see if others have encountered and solved similar issues. The community there might have specific workarounds for the bugs you're experiencing.