Skip to content

Linux Lutris Guide

Mattscreative edited this page Dec 5, 2025 · 2 revisions

Linux Lutris Guide

Complete beginner-friendly guide to Lutris on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, and managing games from multiple sources.


Table of Contents

  1. What is Lutris?
  2. Lutris Installation
  3. Lutris Configuration
  4. Installing Games
  5. Wine Runners
  6. Troubleshooting

What is Lutris?

Overview

Lutris is an open-source gaming platform for Linux.

Features:

  • Install games from multiple sources
  • Manage Wine/Proton versions
  • Configure game settings
  • Launch games easily

Supported sources:

  • Steam
  • Epic Games Store
  • GOG
  • Battle.net
  • Origin
  • And more

Lutris Installation

Install Lutris

Arch/CachyOS:

# Install Lutris
sudo pacman -S lutris

# Install Wine (if not installed)
sudo pacman -S wine wine-mono wine-gecko

Debian/Ubuntu:

sudo apt install lutris

Fedora:

sudo dnf install lutris

Launch Lutris

Start Lutris:

# Launch Lutris
lutris

# Or from application menu

Lutris Configuration

First Setup

Configure Lutris:

  1. Open Lutris
  2. PreferencesRunners
  3. Install Wine runners
  4. Configure DXVK/VKD3D

Wine Runners

Install runners:

  1. PreferencesRunnersWine
  2. Manage versions
  3. Download latest Wine-GE or Wine-Lutris

Installing Games

From Lutris Website

Install games:

  1. Browse https://lutris.net/
  2. Find game
  3. Click Install
  4. Follow installer

Manual Installation

Add game manually:

  1. Lutris+Add locally installed game
  2. Configure game
  3. Set Wine prefix
  4. Set executable

Wine Runners

Wine-GE

Glorious Eggroll's Wine:

# Download from GitHub
# https://github.com/GloriousEggroll/wine-ge-custom

# Install in Lutris:
# Preferences → Runners → Wine → Manage versions

Wine-Lutris

Lutris Wine builds:

# Available in Lutris runner manager
# Automatically managed

Troubleshooting

Game Not Launching

Check configuration:

# Check Wine prefix
ls ~/.local/share/lutris/runners/wine/

# Check game logs
# View in Lutris: Right-click game → Show logs

Performance Issues

Enable DXVK:

  1. GameConfigureRunner options
  2. Enable DXVK
  3. Enable VKD3D (for DirectX 12)

Summary

This guide covered Lutris installation, configuration, and game management for Arch Linux, CachyOS, and other distributions.


Next Steps


This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.

Clone this wiki locally