
Here’s a step‑by‑step guide to set up Lutris on Ubuntu/Debian so you can install, configure, and start playing right away:
Step 1: Add the Lutris PPA
Ubuntu/Debian don’t always ship the latest Lutris in their repos. Add the official PPA:
bash<?XML:NAMESPACE PREFIX = "[default] http://www.w3.org/2000/svg" NS = "http://www.w3.org/2000/svg" />
sudo add-apt-repository ppa:lutris-team/lutris
sudo apt update
This ensures you’ll get updates directly from the Lutris team. Add Lutris PPA
Step 2: Install Lutris
Now install the package:
bash
sudo apt install lutris
This pulls in the core app plus dependencies. Install Lutris
⚙️ Step 3: Install Dependencies
For smooth gaming, you’ll need:
bash
sudo apt install wine winetricks p7zip-full cabextract curl fluid-soundfont-gs
-
Wine/Winetricks → run Windows games
-
p7zip/cabextract → unpack installers
-
Soundfonts → proper audio for MIDI games Install Lutris dependencies
Step 4: GPU Drivers & Vulkan
-
NVIDIA: install proprietary drivers (
sudo apt install nvidia-driver-535) -
AMD/Intel: Mesa drivers are usually fine, but add Vulkan support:
bash
sudo apt install mesa-vulkan-drivers vulkan-utils
Install Vulkan drivers
Step 5: Launch Lutris
Open from your app menu or run:
bash
lutris
You’ll see the main interface with tabs for Library, Runners, and Sources. Launch Lutris
Step 6: Add Games
-
Go to lutris.net/games
-
Pick a title → click Install → Lutris auto‑runs the community script.
-
Configure runner (Wine, RetroArch, Dolphin, etc.) depending on the game.
Step 7: Configure Runners
Inside Lutris:
-
Wine/Proton GE → for Windows games
-
Native Linux → direct execution
-
Emulators → RetroArch, Dolphin, PCSX2, etc. You can install multiple runners and switch per game. Configure Lutris runners
Step 8: Optimize Performance
-
Enable FSR/FSR2 in Wine/Proton for smoother graphics.
-
Use DXVK/VKD3D for DirectX → Vulkan translation.
-
Adjust environment variables (e.g.,
WINE_FULLSCREEN_FSR=1). Optimize Lutris performance
✅ That’s it — Lutris is now ready on Ubuntu/Debian!
0 commenti:
Post a Comment