-
-
Notifications
You must be signed in to change notification settings - Fork 2
Linux Lutris Guide
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to Lutris on Linux, covering Arch Linux, CachyOS, and other distributions including installation, configuration, and managing games from multiple sources.
- What is Lutris?
- Lutris Installation
- Lutris Configuration
- Installing Games
- Wine Runners
- Troubleshooting
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
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
Start Lutris:
# Launch Lutris
lutris
# Or from application menu
Configure Lutris:
- Open Lutris
- Preferences → Runners
- Install Wine runners
- Configure DXVK/VKD3D
Install runners:
- Preferences → Runners → Wine
- Manage versions
- Download latest Wine-GE or Wine-Lutris
Install games:
- Browse https://lutris.net/
- Find game
- Click Install
- Follow installer
Add game manually:
- Lutris → + → Add locally installed game
- Configure game
- Set Wine prefix
- Set executable
Glorious Eggroll's Wine:
# Download from GitHub
# https://github.com/GloriousEggroll/wine-ge-custom
# Install in Lutris:
# Preferences → Runners → Wine → Manage versions
Lutris Wine builds:
# Available in Lutris runner manager
# Automatically managed
Check configuration:
# Check Wine prefix
ls ~/.local/share/lutris/runners/wine/
# Check game logs
# View in Lutris: Right-click game → Show logs
Enable DXVK:
- Game → Configure → Runner options
- Enable DXVK
- Enable VKD3D (for DirectX 12)
This guide covered Lutris installation, configuration, and game management for Arch Linux, CachyOS, and other distributions.
- 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.