May 22, 2026

Step by step Lutris setup Arch Manjaro

Lutris Setup: 8 Game Stores in 12 Steps [2026]

Here’s your step‑by‑step guide to set up Lutris on Arch or Manjaro, perfect for managing native and Windows games through Wine, Proton, and emulators.

Step 1: Update Your System

Keep your packages fresh before installing:

bash<?XML:NAMESPACE PREFIX = "[default] http://www.w3.org/2000/svg" NS = "http://www.w3.org/2000/svg" />

sudo pacman -Syu

This ensures compatibility with Lutris and its dependencies. Update Arch system

Step 2: Install Lutris

Lutris is available directly from the official repositories:

bash

sudo pacman -S lutris

If you prefer the latest Git version:

bash

yay -S lutris-git

Install Lutris on Arch

⚙️ Step 3: Install Dependencies

For smooth operation, install Wine, Winetricks, and Vulkan support:

bash

sudo pacman -S wine winetricks p7zip cabextract curl
sudo pacman -S vulkan-icd-loader vulkan-tools

Install Lutris dependencies

Step 4: GPU Drivers

  • NVIDIA:

    bash

    sudo pacman -S nvidia nvidia-utils
    
  • AMD/Intel:

    bash

    sudo pacman -S mesa lib32-mesa
    

Install GPU drivers

Step 5: Launch Lutris

Run from your menu or terminal:

bash

lutris

You’ll see the main interface with tabs for Library, Runners, and Sources. Launch Lutris

Step 6: Add Games

  • Visit lutris.net/games

  • Pick a title → click Install → Lutris auto‑runs the community script.

  • Configure the 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

✅ You’re done — Lutris is now ready on Arch/Manjaro!

 

  •  

No comments:

Post a Comment