Welcome to Total War: THREE KINGDOMS

Originally developed by The Creative Assembly
Developed for Linux by Feral Interactive Limited
Published for Linux by Feral Interactive Limited


FAQs (Frequently Asked Questions)

This document is intended to help you answer any questions that you may have about Total War: THREE KINGDOMS

  1. Will Total War: THREE KINGDOMS work on my Linux distro?
  2. Which graphics cards and driver versions are supported by Total War: THREE KINGDOMS?
  3. My system doesn't support the 3D API required by the game. How do I resolve this?
  4. I'm experiencing performance issues when my computer is in "Power Save" mode. How can I avoid this?
  5. My graphics card's kernel driver is not compatible with the Vulkan API. How do I resolve this?
  6. Does Total War: THREE KINGDOMS support achievements?
  7. What DLC is available for Total War: THREE KINGDOMS?
  8. Switching to a virtual terminal causes the game to crash or the graphics to render incorrectly. How do I prevent this from happening?
  9. Which software libraries are used in Total War: THREE KINGDOMS?
  10. How do I get technical support for Total War: THREE KINGDOMS?
  1. Will Total War: THREE KINGDOMS work on my Linux distro?

    Total War: THREE KINGDOMS has been fully tested on Ubuntu 18.04. For the best gameplay experience, we recommend you use one of these distros.

    The game should also work on other recent versions of Ubuntu, and may also work on other Linux distros; however, as the game has not been tested on these, it is possible that you will encounter performance and gameplay issues, and we do not currently offer support for other versions or distros.

    Back To Top

  2. Which graphics cards and driver versions are supported by Total War: THREE KINGDOMS?

    The graphics card series and driver versions below have been tested, and these and higher series or versions will run the game without issues:

    AMD

    Series: R9 285 (2GB)
    Driver version: Mesa 19.0.1


    Nvidia

    Series: 680 (2GB)
    Driver version: 418.56

    NOTE: Open-source Nvidia graphics drivers are not currently supported by Total War: THREE KINGDOMS. Unfortunately, the current open-source Nvidia drivers do not support a number of the graphical features used in the game.


    Intel

    Intel graphics cards are not currently supported by Total War: THREE KINGDOMS.

    Back To Top

  3. My system doesn't support the 3D API required by the game. How do I resolve this?

    Total War: THREE KINGDOMS requires the Vulkan API to play, and without it the game will not run. Nvidia drivers come packaged with Vulkan by default, but AMD Mesa drivers do not.

    To install Vulkan drivers for an AMD graphics card on Ubuntu, follow the instructions below. For other distributions, please refer to the distribution's documentation.

    1. Open Terminal and enter the following command: sudo apt install mesa-vulkan-drivers
    2. When prompted, enter your password

    Please note: Once installed, you may need to update to a later version of the Mesa drivers before you can play the game. Please read Total War: THREE KINGDOMS's system requirements to see which Mesa driver version is required.

    Back To Top

  4. I'm experiencing performance issues when my computer is in "Power Save" mode. How can I avoid this?

    If your CPU frequency scaling governor is set to "Power Save" mode, you may experience performance issues in Total War: THREE KINGDOMS. When playing games, we recommend that you set your CPU frequency scaling governor to "High Performance" mode.

    We have developed a tool called GameMode that can enact this process automatically. If GameMode is installed, Total War: THREE KINGDOMS will automatically set your CPU frequency scaling governor mode. To find out more please visit the GameMode entry on GitHub.

    If you wish to manually set your CPU frequency scaling governor mode, please follow the instructions below.

    1. From your desktop, open the Terminal application.
    2. In Terminal, enter the following line of code: echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor. Press the Return key.
    3. You will be prompted to enter your password. Enter your password, then press the Return key.
    4. Your power settings will now be set to "High Performance" mode. Close the Terminal application.

    If you wish to change your settings back to "Power Save" mode, simply follow the instructions above and enter the following line of code: echo powersave | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor.

    Back To Top

  5. My graphics card's kernel driver is not compatible with the Vulkan API. How do I resolve this?

    Please note: This FAQ tells you how to force your graphics card to use the amdgpu kernel driver. This is considered experimental on older AMD graphics cards and may cause system instability; you follow these instructions at your own risk.

    AMD 200 and 300 series graphics cards based on the 1st or 2nd generation Graphics Core Next micro-architecture use the radeon kernel driver by default. Total War: THREE KINGDOMS uses the Vulkan graphics API, which requires the amdgpu kernel driver. You can force your graphics card to use the amdgpu kernel driver but may experience system instability.

    To force your graphics card to use the amdgpu kernel driver, follow the instructions below:

    1. Open Terminal and enter the following command: xhost +si:localuser:root; sudo gedit /etc/default/grub

    2. When prompted, enter your password.

    3. A text editor window will open. Find the following line: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    4. Change the line to the following: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.si_support=0 radeon.cik_support=0 amdgpu.si_support=1 amdgpu.cik_support=1"

    5. Save the file and exit the editor.

    6. Open Terminal and enter the following command: sudo update-grub

    7. Reboot your computer.

    Total War: THREE KINGDOMS will now run on your computer.

    Back To Top

  6. Does Total War: THREE KINGDOMS support achievements?

    Yes, achievements are supported by Total War: THREE KINGDOMS.

    If you are signed in to Steam, your achievements will be visible to you in-game and also to other players through the Steam application.

    Back To Top

  7. What DLC is available for Total War: THREE KINGDOMS?

    The following DLC is available for Total War: THREE KINGDOMS. All DLC is available from the Feral Store or Steam.


    • Yellow Turban Rebellion Warlord Pack
    • Eight Princes Chapter Pack
    • Mandate of Heaven Chapter Pack
    • Reign of Blood Effects Pack
    • A World Betrayed Chapter Pack

    Back To Top

  8. Switching to a virtual terminal causes the game to crash or the graphics to render incorrectly. How do I prevent this from happening?

    Switching between a virtual terminal (by pressing Ctrl + Alt + F1-F6) and the X server (by pressing Ctrl + Alt + F7) while the game is running may cause the game to crash or the graphics to render incorrectly.

    The problem will be fixed the next time you launch the game.

    We do not recommend switching to a virtual terminal while running the game, as the problem is likely to occur each time you do so.

    Back To Top

  9. Which software libraries are used in Total War: THREE KINGDOMS?

    Feral games use a number of open-source software libraries. These libraries are the property of their respective owners, and are used under license.

    To see a list of the libraries used in Total War: THREE KINGDOMS, and view their license files, select Software Licenses from the Support tab of the pre-game Options window.

    Back To Top

  10. How do I get technical support for Total War: THREE KINGDOMS?

    Please read the technical support information in the ReadMe; this tells you what to check and if necessary, how to contact Feral Technical Support with your issue.

    Back To Top