Linux Lutris Guide - ryzendew/Linux-Tips-and-Tricks GitHub Wiki
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
- What is Lutris?
- Lutris Installation
- Lutris Configuration
- Installing Games
- Wine Runners
- 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:
- Open Lutris
- Preferences → Runners
- Install Wine runners
- Configure DXVK/VKD3D
Wine Runners
Install runners:
- Preferences → Runners → Wine
- Manage versions
- Download latest Wine-GE or Wine-Lutris
Installing Games
From Lutris Website
Install games:
- Browse https://lutris.net/
- Find game
- Click Install
- Follow installer
Manual Installation
Add game manually:
- Lutris → + → Add locally installed game
- Configure game
- Set Wine prefix
- 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:
- Game → Configure → Runner options
- Enable DXVK
- Enable VKD3D (for DirectX 12)
Summary
This guide covered Lutris installation, configuration, and game management for Arch Linux, CachyOS, and other distributions.
Next Steps
- Gaming Configuration - Gaming setup
- Wine and Proton - Wine setup
- Lutris Website: https://lutris.net/
This guide covers Arch Linux, CachyOS, and other Linux distributions. For distribution-specific details, refer to your distribution's documentation.