Linux Mint LMDE Gaming - MalwareTester74/Linux-gaming-guide GitHub Wiki
🎮 Gaming on Linux Mint LMDE: Setup Guide
Linux Mint LMDE (Linux Mint Debian Edition) is a stable and lightweight alternative to the standard Linux Mint. Since it is based directly on Debian, some gaming setups require extra manual configuration. This guide will walk you through:
✅ Installing Steam, Lutris, and Wine/Proton
✅ Setting up drivers for NVIDIA and AMD GPUs
✅ Optimizing gaming performance on LMDE
1️⃣ Setting Up Steam on LMDE
Step 1: Enable 32-bit Architecture
Before installing Steam, enable 32-bit support (required for Proton and Wine compatibility):
sudo dpkg --add-architecture i386
sudo apt update
Step 2: Install Steam
Steam is not included in LMDE’s default repositories, but it can be installed from the non-free Debian repo:
sudo apt install steam
If Steam does not launch, install additional dependencies:
sudo apt install libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
Now, launch Steam from the applications menu or run:
steam
Step 3: Enable Steam Play (Proton) for Windows Games
To run Windows games, enable Steam Play (Proton):
- Open Steam → Go to Settings.
- Navigate to Steam Play.
- Check "Enable Steam Play for supported titles".
- (Optional) Enable "Enable Steam Play for all other titles" to run all Windows games.
- Select the latest Proton version (Proton-GE for better compatibility).
2️⃣ Installing Lutris (For Non-Steam Games & Emulators)
Lutris allows running games from Epic Games Store, GOG, Battle.net, Ubisoft Connect, and various emulators.
Step 1: Install Lutris
sudo apt install lutris
Step 2: Install Additional Dependencies (For Wine Games)
sudo apt install winbind xvfb cabextract
Step 3: Launch Lutris & Install Games
Run Lutris from the applications menu or with:
lutris
You can now install games using Lutris’ built-in library or by manually adding game launchers.
3️⃣ Installing Wine & Proton for Running Windows Games
Step 1: Install Wine
sudo apt install wine wine32
Step 2: Verify Wine Installation
wine --version
This should return a version number, confirming Wine is installed.
Step 3: Install Winetricks for Additional Libraries
sudo apt install winetricks
Run Winetricks to install missing dependencies for certain games:
winetricks
For better performance, consider installing Proton-GE (GloriousEggroll), an enhanced version of Proton. You can install it via Lutris or ProtonUp-Qt.
4️⃣ Setting Up NVIDIA & AMD GPU Drivers
NVIDIA Users
-
Check available NVIDIA drivers:
sudo apt update apt search nvidia-driver
-
Install the latest recommended driver:
sudo apt install nvidia-driver
-
Reboot your system:
sudo reboot
-
Verify installation with:
nvidia-smi
AMD Users
AMD drivers are built into the Linux kernel, so there's no need for additional installation. However, install Mesa drivers for better performance:
sudo apt install mesa-vulkan-drivers mesa-utils
For Vulkan support (used by Steam Play and Proton):
sudo apt install vulkan-tools
Verify Vulkan support with:
vulkaninfo | less
5️⃣ Optimizing Gaming Performance on LMDE
1. Enable GameMode (Performance Boosting Tool)
GameMode helps optimize CPU and GPU performance while gaming. Install it using:
sudo apt install gamemode
To run a game with GameMode, use:
gamemoderun steam
2. Enable Feral GameMode for Steam Games
In Steam, right-click a game → Properties → Launch Options and add:
gamemoderun %command%
3. Use a Low-Latency Kernel (Optional)
For lower input lag, consider installing a low-latency kernel:
sudo apt install linux-lowlatency
Then, reboot your system.
4. Enable ZRAM for Faster Performance
ZRAM compresses RAM to improve performance. Enable it using:
sudo apt install zram-tools
Final Thoughts: Is LMDE Good for Gaming?
✅ Pros:
✔️ More stable than Ubuntu-based Linux Mint.
✔️ Supports most gaming platforms (Steam, Lutris, Wine).
✔️ Good performance, especially with AMD hardware.
❌ Cons:
❌ Fewer gaming-related packages compared to Ubuntu-based Mint.
❌ Requires manual driver setup for NVIDIA.
❌ Steam installation is not as straightforward as on Ubuntu-based distros.
🔥 Once set up, LMDE is a fantastic gaming OS! Enjoy your games! 🎮