How To Fix Stuttering Or Poor Performance When Playing EA Origin Games On Linux - Steam & Lutris

Subscribers:
12,300
Published on ● Video Link: https://www.youtube.com/watch?v=Vux370IKyoo



Category:
Guide
Duration: 3:01
10,663 views
154


This video covers a method of fixing stuttering or poor performance when playing games that require the EA Origin client such as Star Wars Jedi Fallen And Dragon Age Inquisition on Linux.

STUTTERING CAUSE

By default EA Origin will periodically write information to files in the Origin folder which causes stuttering in game but this can be easily fixed.

FIX - APPLY READ ONLY PERMISSIONS TO THE ORIGIN FOLDER

For example, for my installation of Star Wars Jedi Fallen Order, the Origin folder is located at:

/home/ryanj/.local/share/Steam/steamapps/compatdata/1172380/pfx/drive_c/users/steamuser/Application Data/

So in the Application Data folder, open up a Terminal and type the following command:

sudo chmod -R 555 Origin

This command will change the permissions of this folder to read only and now Origin will be prevented from writing to that folder, and thus stop the stuttering.

This method should work for all games that use the EA Origin client.

If you need to revert permissions running:

sudo chmod -R 777 Origin

Will give back write permissions again which unfortunately is what is needed to be done once there is an update to Origin.

An alternative to the above, and the one that I now use is:

chmod -R -w Origin

And to enable write again:

chmod -R +w Origin

#linuxgaming #eaorigin #proton




Other Videos By Intelligent Gaming


2020-10-18How To Use Pi-Hole To Block Adverts On A Local Network
2020-09-21How To Set Up Zorin OS For Gaming
2020-09-08How to Install & Play Dragon Age: Origins On Linux – Steam Proton & Lutris Method
2020-08-24Is Ubuntu The Best Linux Distribution For Gaming?
2020-08-16How To Install & Play Starcraft II On Linux Using Lutris - Blizzard Battle.Net, GPU Drivers & WINE
2020-08-09How To Create A Bootable Windows 10 Installation Media USB Flash Drive In Linux With Ventoy
2020-07-31How To Install Arch Linux Without The Terminal
2020-07-23How To Install & Use F-Sync Patched Linux Kernels
2020-07-19How To Set Up Linux Distributions For Gaming Using Python
2020-07-12How To Install & Play Borderlands 2 On Linux (Windows Version) – Proton Experimental Method
2020-07-09How To Fix Stuttering Or Poor Performance When Playing EA Origin Games On Linux - Steam & Lutris
2020-07-05How To Install Ubuntu Linux From A USB Flash Drive - Balena Etcher Method
2020-06-26How To Set Up Linux Mint For Gaming – Nvidia GPU Driver, Wine, Lutris, Steam Proton & Feral Gamemode
2020-06-14How To Install & Use TLP To Improve The Battery Life of A Laptop Running Linux - TLPUI
2020-06-07How To Dual Boot Linux & Windows On Separate Hard Drives - Ubuntu & Windows 10 - UEFI & BIOS
2020-06-02How To Set Up Ubuntu 20.04 LTS For Gaming
2020-05-27How To Overclock & Control Fans Of A Nvidia GPU In Linux
2020-05-21How To Install & Use The Liquorix Kernel In Ubuntu
2020-05-14How To Set Up Pop!_OS 20.04 LTS For Gaming
2020-05-11How To Set Up Pop!_OS 20.04 LTS For Gaming
2020-05-05How To Install & Use GOverlay On Linux



Tags:
linux gaming
proton
ea origin
star wars jedi fallen order
dragon age inquisition
stuttering
1080p
60fps
tutorial
fix
terminal