Note: This guide is for Kinetic (22.10). For newer versions of Vanilla OS, refer to https://docs.vanillaos.org/collections/handbook for the latest documentation.

What is Lutris?

Lutris is an open-source game launcher for Linux that allows you to download and play games from various platforms such as the Epic Games Store, GOG Galaxy client, Origin, Humble Bundle and many others through a simple interface.

Installation

The recommended way to install Lutris is through the official Debian package. But it is also available in many other formats.

In Vanilla OS, you can install packages from other distributions using Apx, the default package manager for Vanilla OS. In the following sections, we will show you how to install the Debian and Fedora packages of Lutris using Apx.

Debian package

First, you need to download the latest version of the package from the official website under the “Debian/Ubuntu” section.

Once you have downloaded the package, you can install it using the command line. Open a console and navigate to the directory where you have downloaded the package. Then, use the following command to install the package:

apx install --sideload lutris_<version>_all.deb

Make sure to replace <version> with the version number of the package you have downloaded.

Fedora package

The lutris package is also available in the Fedora repositories, so you can install it in Apx using the following command:

apx install --dnf lutris

Troubleshooting

In this section, we will show you how to fix some common issues you may encounter when using Lutris.

Poor performance

If you are experiencing poor performance, ensure that you have the latest graphics drivers installed. To do so, refer to the Install additional drivers in Vanilla OS page.

Also, check the game’s system requirements and ensure that your system meets them.

Game crashes

Lutris suggests some steps to investigate the cause of a game crash in the FAQ.

NVIDIA GPU not being used

On Optimus laptops, there are 2 GPUs: the integrated (Intel or AMD) and the dedicated (NVIDIA). By default, Lutris uses the integrated GPU, which can cause performance issues.

You can fix this in Lutris by opening the game’s configuration and toggling the “Enable NVIDIA Prime Render Offload” option. You can find it under the “System Options” tab.

Lutris Prime Render Offload

Other issues

If you are experiencing other issues, you can refer to the official FAQ or open an issue on GitHub.