{"id":1702,"date":"2021-12-16T14:15:10","date_gmt":"2021-12-16T11:15:10","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/26\/how-to-use-ea-origin-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/02\/26\/how-to-use-ea-origin-on-linux\/"},"modified":"2021-12-16T14:15:10","modified_gmt":"2021-12-16T11:15:10","slug":"how-to-use-ea-origin-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1702-how-to-use-ea-origin-on-linux\/","title":{"rendered":"How to use EA Origin on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Electronic Arts distributes its video games through Origin, a DRM gaming platform similar to Steam. Sadly, it hasn\u2019t ever had a Linux release, and it doesn\u2019t appear that EA will ever put it on the platform. However, it is possible to install the Windows version on Linux with Lutris. Here\u2019s how to do it.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395963 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux.png\" alt=\"\" width=\"1200\" height=\"593\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-11.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-12.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>Installing GPU drivers<\/h2>\n<p>To use Origin on your Linux PC, you will need to install GPU drivers. Sadly, games in origin require things like Vulkan. To get Vulkan working on your Linux PC, you will need to get GPU drivers set up.<\/p>\n<p>This section of the guide will walk you by setting up Nvidia, Intel, and AMD GPU drivers on your Linux system. To start the installation, open up a terminal window by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard or search for \u201cTerminal\u201d in the app menu.<\/p>\n<h3>Nvidia<\/h3>\n<p>To get proprietary Nvidia drivers up and running on your Linux operating system, follow these instructions.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, you can get the latest Nvidia drivers set up by entering the commands below in succession.<\/p>\n<pre>\nsudo add-apt-repository ppa:graphics-drivers\/ppa\nsudo dpkg --add-architecture i386 sudo apt install nvidia-driver-450\nsudo apt install libvulkan1 libvulkan1:i386\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>If you\u2019re on Arch Linux, ensure you have the \u201cmultilib\u201d software repository enabled in your Pacman configuration file. Then, use the commands below to get Nvidia drivers up and running.<\/p>\n<pre>\nsudo pacman -Syu\n<\/pre>\n<pre>\nsudo pacman -S nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<h4>Fedora<\/h4>\n<p>To get Nvidia drivers on Fedora working, you\u2019ll need to use a combination of terminal commands as well as the Gnome Software application.\u00a0<\/p>\n<pre>\nsudo dnf install fedora-workstation-repositories\n<\/pre>\n<pre>\nsudo dnf config-manager --set-enabled rpmfusion-nonfree-nvidia-driver\n<\/pre>\n<pre>\nsudo dnf install vulkan-loader vulkan-loader.i686\n<\/pre>\n<p>After all of the commands are entered into the terminal, open up Gnome Software and do the following operation to get Nvidia drivers working.<\/p>\n<p><strong><em>Add-ons &gt; Hardware Drivers &gt; NVIDIA Linux Graphics Driver &gt; Install<\/em><\/strong><\/p>\n<h3>AMD\/Intel<\/h3>\n<p>If you\u2019re using an AMD GPU or Intel graphics, follow the instructions below that corresponds with the OS you use.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, drivers can be set up on your computer with the following commands.<\/p>\n<pre>\nsudo add-apt-repository ppa:kisak\/kisak-mesa\nsudo dpkg --add-architecture i386\nsudo apt update\nsudo apt upgrade\nsudo apt install libgl1-mesa-dri:i386\nsudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>If you\u2019re on Arch Linux, ensure you have the \u201cmultilib\u201d software repository enabled in your Pacman configuration file. Then, use the following commands to get everything working.<\/p>\n<pre>\nsudo pacman -Syu\n<\/pre>\n<p>AMD:<\/p>\n<pre>\nsudo pacman -S lib32-mesa vulkan-radeon lib32-vulkan-radeon vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<p>INTEL:<\/p>\n<pre>\nsudo pacman -S lib32-mesa vulkan-intel lib32-vulkan-intel vulkan-icd-loader lib32-vulkan-icd-loader\n<\/pre>\n<h4>Fedora<\/h4>\n<p>You can get the Fedora drivers up and running with the following commands.<\/p>\n<pre>\nsudo dnf install vulkan-loader vulkan-loader.i686\n<\/pre>\n<p>Reboot when done.<\/p>\n<h2>Installing Lutris on Linux<\/h2>\n<p>Now that the GPU drivers are installed, we need to install the Lutris application on Linux. Lutris will automatically set up EA Origin as they have an installation script that takes care of everything.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Lutris app can be installed with the following commands.<\/p>\n<pre>\nsudo add-apt-repository ppa:lutris-team\/lutris\nsudo apt update\nsudo apt install lutris\n<\/pre>\n<h4>Debian<\/h4>\n<p>If you\u2019re on Debian Linux, you\u2019ll be able to get Lutris working with these commands.<\/p>\n<pre>\necho \"deb http:\/\/download.opensuse.org\/repositories\/home:\/strycore\/Debian_10\/ .\/\" | sudo tee \/etc\/apt\/sources.list.d\/lutris.list\nwget -q https:\/\/download.opensuse.org\/repositories\/home:\/strycore\/Debian_10\/Release.key -O- | sudo apt-key add -\napt update\napt install lutris\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>Get Lutris working on Arch Linux with the following command.<\/p>\n<pre>\nsudo pacman -S lutris\n<\/pre>\n<h4>Fedora<\/h4>\n<p>Fedora user? Install Lutris with the command below.<\/p>\n<pre>\nsudo dnf install lutris\n<\/pre>\n<h4>OpenSUSE<\/h4>\n<p>To get Lutris up and running on OpenSUSE, enter the command below.<\/p>\n<pre>\nsudo zypper in lutris\n<\/pre>\n<h2>Installing Origin<\/h2>\n<p>To install Origin, head over to the Origin Lutris page. Once on the page, click on the \u201cInstall\u201d button. When you click on \u201cInstall,\u201d your web browser will attempt to open up Lutris. Allow it to open up the app.<\/p>\n<p>Once Lutris is open, an installation window will appear. In this installation window, find \u201cInstall\u201d and click it to start the Origin installation process.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395961 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"644\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-1.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-13.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-15.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-17.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>After selecting the \u201cInstall\u201d button, you will be asked to choose an installation directory. Leave the default configuration. Then, click on \u201cInstall\u201d at the bottom of the page.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395959 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-3.png\" alt=\"\" width=\"1200\" height=\"645\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-3.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-19.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-21.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-23.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>When you\u2019ve chosen your Origin install location, Lutris will tell you that it must download two files. Select \u201cContinue\u201d to allow these files to download to your computer.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395960 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-5.png\" alt=\"\" width=\"1200\" height=\"648\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-5.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-24.png 300w, https:\/\/www.addictivetips.com\/app\/uploads\/2021\/02\/origin-download-fs8-1024x553.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-28.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>After downloading the necessary files, Lutris will begin downloading and installing Origin. Sit back and allow the installation to finish. When the installation is complete, click \u201cLaunch\u201d to open up Origin!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395962 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-6.png\" alt=\"\" width=\"1200\" height=\"649\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-6.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-30.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-32.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-33.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>Please note that you may notice an installation error the first time you install Origin. If this happens, go to Lutris, right-click on Origin, select \u201cStop\u201d to close the app, and re-open it. When Origin re-launches, the error should be gone!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-395963 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux.png\" alt=\"\" width=\"1200\" height=\"593\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-9.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-11.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-use-ea-origin-on-linux-12.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>\n<h3>1 Comment<\/h3><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Electronic Arts distributes its video games through Origin, a DRM gaming platform similar to Steam. Sadly, it hasn\u2019t ever had a Linux release, and it doesn\u2019t appear that EA will ever put it on the platform. However, it is possible to install the Windows version on Linux with Lutris. Here\u2019s how to do &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1703,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1702"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1702"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1702\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1703"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}