ESO in Linux

stycil_tux_icon_whiteRunning Elder Scrolls Online under linux turns out to not be terribly difficult. You can install the game under Crossover though it isn’t listed in the officially support list in my version. The big hangup turns out to be a ca-certificate that needs to be installed in the linux host server. Download the Thawte cert and install it using the following directions.

If you have any issues please let me know.

Downloading the Thawte Certificate

Download Thawte_CS_CA_G2.crt

Installing the CA Certificate (perform as root)

  1. cd /usr/share/ca-certificates
  2. mkdir custom
  3. mv [/path/to/Thawte_CS_CA_G2.crt] custom/
  4. echo “custom/Thawte_CS_CA_G2.crt” >> /etc/ca-certificates.conf
  5. update-ca-certificates

Greyed out Play Button

According to the internet some folks have had an issue where the Play button on the ESO launcher is greyed out and won’t allow them to click it, or turns grey after they try to click it. This didn’t happen to me, but if it happens to you there is a fix:

  1. cd to your ~/Documents/Elder\ Scrolls\ Online/live directory
  2. edit (or create) UserSettings.txt
  3. add (or change) the GraphicsDriver.7 setting to OPENGL, it should be a line that looks like this
    • SET GraphicsDriver.7 “OPENGL”

 

About

Agathezol is a gamer, programmer, father, husband, and musician. When he's not writing blog posts nobody reads he generally writes protocol stacks, network code, and core telecommunications software but has dabbled in game design, web programming, mobile device software, and desktop software.

No comments yet Categories: ESO Tags: , , ,

Leave a Reply