You are on page 1of 10

11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

About | Submit A Tip    

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 1/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

How To Use Lutris To Play Windows Games On


Linux (Quick Start Guide)
 Logix  Updated on September 3, 2019  apps, dxvk, games, how-to, lutris, wine

RECENT POSTS

NormCap: Screen
Capture Tool For Text
Using OCR

How To Fix pipx: Fatal


Error From pip Prevent
Installation / No Module
Named pip

Lutris is a tool that helps you install and manage games on Linux. It supports native and
Upscayl AI Image
Windows-only games (by using Wine and DXVK), as well as emulators. Upscaler 2.5 Adds Opti
To Import Custom
Models, New Settings
Steam included Proton recently, a Wine-based compatibility layer that allows playing Tab

Windows-only games on Linux. But that's for Steam games. For others, like Blizzard games
GPU Screen Recorder
for example, you can use Lutris to make playing Windows games on Linux easier. For Linux Adds Suppo
For AMD And Intel GPU

Using Lutris is quite easy, but some things are not intuitive while others are not mentioned
Hanabi Is A Live
at all on the Lutris website. That's why I thought I'd write a guide to help new Lutris users
Wallpaper For GNOME
getting started with using this application to play Windows games on Linux (via Wine and Desktop

DXVK). 

Reminders Is A GTK4 T
Do List App That Syncs
This article was updated on February 5, 2019, to include the changes in Lutris 0.5.0. With Microsoft To Do

Install Lutris and its requirements for playing Windows-only


games on Linux

The first thing you need to do is install Lutris - see its official installation page for
exact instructions.

If you plan on installing games that use Direct3D 10 or 11, you'll need to install some extra
packages. That's because for D3D11 and D3D10 games, Lutris makes use of DXVK, a
Vulkan-based compatibility layer.

Requirements for using DXVK with Lutris:

EDITOR'S PICKS

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 2/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

How To Enable Hardware Accelerated Video


 You'll need to install fairly recent graphics drivers, which may cause instability
Decode In Google Chrome, Brave, Vivaldi And
or it may even prevent your system from booting. Any PPA mentioned in this Opera Browsers On Debian, Ubuntu Or Linux
Mint
article may cause issues. Use it at your own risk! That's why I didn't add the
commands for adding the PPA repositories directly in this article. You need to know Install macOS Big Sur Or Catalina In A Virtual
Machine Using Docker-OSX
what you're doing before using these PPA repositories!
Create A Bootable USB Drive By Simply
 You need to install the Vulkan libs. Copying The ISO To The USB With Ventoy
(Linux And Windows)
 You'll also need a Vulkan-supported graphics card to be able to make use of DXVK. A
list of supported graphics cards can be found here. How To Boot To Console (Text) Mode Using
Debian / Ubuntu, Fedora, Arch Linux / Manjaro
And More

FFmpeg: Extract Audio From Video In Origina


You don't need to install DXVK yourself because Lutris handles that for you. Format Or Converting It To MP3 Or Ogg Vorbi

How To Install DaVinci Resolve 18 In Ubuntu,


After installing Lutris, you'll also want to install: Linux Mint Or Debian (Generate DEB Package

How To Change The GRUB Boot Order Or


Default Boot Entry In Ubuntu, Linux Mint,
1. Drivers.
Debian, Or Fedora With Grub Customizer

New Oracle Java 11 Installer For Ubuntu Or


For Nvidia, you'll need the proprietary graphics drivers (it's recommended you install the Linux Mint (Using Local Oracle Java .tar.gz)

latest version).
How To Fix `Could not get lock
/var/lib/dpkg/lock - open (11 Resource
temporarily unavailable)` Errors

On Ubuntu or Linux Mint you can use the Nvidia PPA (install the nvidia-396 package as
How To Mount OneDrive In Linux Using Rclon
that's the latest). Make sure you read the PPA description carefully! It's not considered (Supports Business And Personal Accounts)

stable but it's the best way of getting up to date Nvidia graphics drivers.

For AMD, it's recommended you have Mesa 18.1.3 or newer. You can check the Mesa

version by using this command:

Terminal

glxinfo | grep "OpenGL version"

As a side note, this will not return the Mesa version if you're using the Nvidia drivers.

Ubuntu and Linux Mint users can upgrade Mesa by using a PPA like the Ubuntu-X Swat
PPA, Padoka Stable PPA, Padoka unstable PPA, or the Oibaf PPA.

Also, the radeon driver is not supported (you can check if you're using the radeon driver
using lspci -k | grep radeon ).

2. Vulkan. To be able to use DXVK, you need to install the Vulkan libraries/drivers.

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 3/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

On Ubuntu or Linux Mint you can install this using:

 for AMD graphics:

Terminal

sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386

 for Nvidia graphics:

Terminal

sudo apt install libvulkan1 libvulkan1:i386

HOME NEWS APPLICATIONS TUTORIALS TWEAKS THEMES & MORE CONSOLE 

On other Linux distributions, make sure you install the Mesa Vulkan Drivers for both 32bit
and 64bit if you use AMD graphics, and libvulkan(1) (for 32bit and 64bit) for Nvidia
graphics.

3. Wine (not required but highly recommended).

Lutris downloads Wine binaries itself, so you don't need to install Wine separately to use
this application. But it's recommended you install Wine by using your Linux distribution's
package manager so that all Wine dependencies are installed. Without this you may run
into issues. For how to install Wine on your Linux distribution, see the WineHQ installation
page. On Ubuntu, Linux Mint or Debian 10 I recommend visiting this page instead and
following the Wine installation instructions from there.

How to install games using Lutris

To install games using Lutris 0.5.0 and newer, all you have to do is search for the
game you want to install from the Lutris right sidebar (with no game selected):

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 4/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

Once you find the game, click the Install button to begin its installation:

You'll also want to read the game description, as it may contain important information like
what extra dependencies you may need to install, or any known issues that may occur
when playing this game.

Once you click Install , Lutris will now begin downloading the Wine game runner and
creating the Wine prefix. In my case, I've used Overwatch in the screenshots, so the
installer downloads Blizzard's Battlenet application and begins its installation, just like on
Microsoft Windows. After it's installed, Lutris automatically closes the Blizzard app
(Battle.net).

It's important to note that initially you may not see a newly installed game listed in

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 5/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

Lutris. To get the game to show up, restart Lutris. At least that was the case for me.

In Overwatch's case, to actually install the game you'll now need to double click the
Overwatch entry in Lutris to start Battle.net, login and use Blizzard's application to install
Overwatch.

Related: Fix Battle.net "Blizzard Agent Went To Sleep" And "Waiting On Another
Installation Or Update" Issues

Configuring Lutris

The default Lutris settings are usually enough to be able to play Windows-only games on
Linux, but in some cases you may want to change some of the game runner settings.
Either because some game no longer works after an update and you want to use a
different Wine version with it, because of some important performance improvements in
some new version of Wine or DXVK, or to simply enable DXVK for a game.

How to use a different Wine version for particular games in Lutris.

To be able to use a different Wine version than the one used by a game by default, click the
gear icon next to Runners, then scroll down to Wine and click the green (Manage versions)
button next to it:

To install a particular Wine version, click the checkbox next to it. The box won't appear to
be checked immediately - the download should begin when the checkbox is first clicked

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 6/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

and once the download completes, the box next to that Wine version will appear as
checked:

After that particular Wine version is downloaded, right click a game in Lutris and select
Configure , then click on the Runner options tab, and change the Wine version from
there:

How to manage DXVK versions with Lutris.

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 7/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

To use a particular DXVK version with a game in Lutris, right click the game and select
Configure , then click on the Runner options tab. Check the Show advanced
options box at the bottom of the window, and you should see a new DXVK version

field. Make sure the Enable DXVK option is ON.

Select the DXVK version you want to use from the DXVK version drop-down.

Lutris will automatically download and use the DXVK version you select here for that game.
The latest Lutris 0.4.19 (and newer) automatically detects the available DXVK versions by
checking its GitHub page so you should have all the DXVK versions listed in Lutris. But you
can also enter the DXVK version manually and Lutris will automatically download and use
that version (if it exists of course).

How to set environment variables with Lutris.

For some games you may need to add or modify environment variables. For example, the
Overwatch Lutris installer description says to set PBA_DISABLE=1 - this needs to be done
in the Lutris game environment variables section.

To add or modify environment variables in Lutris, right click a game and select
Configure , then switch to the System options tab, scroll down and you'll find the

Environment variables section:

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 8/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

Modify or add environment variables here.

Related: Play Games From Your Nvidia GameStream-Enabled PC On Your Linux


Desktop With Moonlight

SHARE THIS:  Mastodon  Twitter  Diaspora  Reddit  Telegram  WhatsApp

JamesDSP For Linux Is An Find And Remove Duplicate croc Is A Tool For Resumable,
Audio Effect Processor For Files, Similar Images And More Encrypted File And Folder
PipeWire Or PulseAudio With Czkawka (FSlint Transfers Between Computers
(Equalizer, Bass Boost, More) Alternative) (Command Line)

Please post civil and on-topic comments. Commenting guidelines.

LINUX UPRISING LICENSE BLOG ARCHIVE

About Creative Commons Attribution 4.0 International Blog Archive


License
Privacy Policy

Terms of Service The registered trademark Linux® is used pursuant to a


sublicense from the Linux Foundation, the exclusive
Cookie Information

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 9/10
11/28/23, 10:10 PM How To Use Lutris To Play Windows Games On Linux (Quick Start Guide) - Linux Uprising Blog

Cookie Settings licensee of Linus Torvalds, owner of the mark on a world-


wide basis.

Blog focused on Linux and FOSS.    

https://www.linuxuprising.com/2018/09/how-to-use-lutris-to-play-windows-games.html 10/10

You might also like