Hello,
The EA App features an in-game overlay that is well-known for causing noticeable performance issues during gameplay (which I can vouch for being the case on Linux), the option of which is enabled by default, and masked whilst the game is running. To disable the overlay, a user can:
- run the EA App manually from a Wine/Proton preset and disable the setting manually (tedious)
- set
user.igoenabled=0 within a configuration file located at <path to a Steam library>/steamapps/compatdata/1237970/pfx/drive_c/users/steamuser/AppData/Local/Electronic Arts/EA Desktop/user_<user id>.ini on Steam + Linux installations (poor discoverability)
Trade-offs:
- disabling EA App's in-game overlay also disables Steam's overlay, apparently
Possible solutions:
- add an option that would let a user automatically disable the in-game overlay with FlightCore
update docs/TROUBLESHOOTING.md with steps to resolve this issue manually update README.md with a link to the Northstar-specific troubleshooting document
If no interest is shared for the first proposed solution, I can create a PR that would implement the second.
Hello,
The EA App features an in-game overlay that is well-known for causing noticeable performance issues during gameplay (which I can vouch for being the case on Linux), the option of which is enabled by default, and masked whilst the game is running. To disable the overlay, a user can:
user.igoenabled=0within a configuration file located at<path to a Steam library>/steamapps/compatdata/1237970/pfx/drive_c/users/steamuser/AppData/Local/Electronic Arts/EA Desktop/user_<user id>.inion Steam + Linux installations (poor discoverability)Trade-offs:
Possible solutions:
updateupdatedocs/TROUBLESHOOTING.mdwith steps to resolve this issue manuallyREADME.mdwith a link to the Northstar-specific troubleshooting documentIf no interest is shared for the first proposed solution, I can create a PR that would implement the second.