Gaming

Gaming

Steam, Proton, and Lutris

Choose from over ten thousand high quality native games from Steam. Play them on high-refresh FHD or QHD panels. Thanks to the Steam Deck, thousands of “Windows-only” games run well with Proton and Lutris, including many recent AAA titles.

Please read the disclaimer before proceeding. We review and update guided solutions like this regularly. If you have suggestions or requests, please write support@kfocus.org.

Get Games

Get Games

Over 10,000 Titles

Gaming on Linux has never been better. Steam lists over 10,000 of Linux / SteamOS games, while Wikipedia states that over 6,500 Linux native titles are available.

Use the Proton layer to run “Windows-only” titles. On Focus systems (and many other Linux distros) the performance varies from modestly reduced to marginally faster. Games that use Vulkan or OpenGL usually perform as well, or even better, on Linux. Doom 2016, for example, is a Vulkan game, and on ultra settings it runs at 160 average FPS on the RTX 3060 and over 240 FPS on the RTX 3080 Super.

Use a guide like Best Games On Steam You Can Play On Linux and Windows to get started. You might also want to visit the Lutris database for information on games not on Steam, such as League of Legends or World of Warcraft.

Steam Games

Steam Games

SteamStart Steam. The app will install and update as required. Create an account if needed and sign-in.

Steam Start

Select a game from your library and click on the Play button. To download content or drivers, click on Gear Button > Properties... > DLC.

Proton and Lutris

Proton and Lutris

Expand Your Library

Enable Proton using for unsupported games with a few clicks. Select Steam > Settings > SteamPlay and then toggle on Enable Steam Play for all other titles. Use the latest Proton version available for default and restart Steam when prompted. To set the Proton version for a specific game, view the game in the library and click on Gear Button > Properties... > Compatibility > Force the use ... and select the desired version. We do not recommend doing this unless you are having issues.

You may return Steam and other games typically if used less than 2 weeks and run less than 2 hours. See individual stores for details. This is useful if a game doesn't work as expected.

LutrisYou can use Lutris to run games not found in the Steam ecosystem. Click on the icon to install it on your Focus system, or visit the home page to learn more.

GeForce Now

Streaming Games

1. Overview

NVIDIA’s GeForce Now service can stream games from Steam, Epic, Blizzard, and other platforms. These games are not installed on your system, so you can save lots of disk space. We still recommend local installation of fast-paced games where the lowest latency is desired.

GeForce Now is a great way to try the newest games or those not currently available on Ubuntu. Fortnite, for example, runs on Linux but is hampered by Epic anti-cheat mechanisms.

2. Sign In To GeForce Now

Navigate to https://geforcenow.com and click on the user icon at the top right to sign-in. You may create an account if required.

Sign-in icon

This is the sign-in screen. We recommend you create a separate NVIDIA account if you do not already have one. When you do this, you can link to a Steam or other account. This is required to launch most games.

games icon

You can also click on Games to browse the catalog here, however this doesn’t launch them. See below for how to find and play games.

login menu
3. Find And Play Games

Oddly, you must navigate to https://play.geforcenow.com to play games. Enter the desired game in the search bar or choose one from your library by linking your Steam account.

games menu

Once you have clicked on the desired game, you will see the launcher as shown below. As this example shows, we needed to sign in to our Steam account to launch Steam games. We had to visit the account settings and link our Steam account since we missed it during account setup.

games menu

Game Titles

Per-Game Hints

Assetto Corsa

All Proton versions allow the game to be installed but will crash seconds after launch. A detailed video using Protontricks to install and run the game can be found here. After the first run of the game, you may improve performance by switching to a newer version of Proton. You may need to reinstall if the game is stuck on the "Setting Defaults" screen.

Dirt Rally 2.0

Proton 5.13-4 may present a black screen at launch. Use an earlier version of Proton instead: click Gear Button > Properties... > Compatibility > Force the use ... and then select Proton 5.0-10.

Fallout 4

Fallout 4 runs well at 100-300 FPS on Focus M2 systems. To enable audio, view the game in Library and click on Gear Button > Properties... > General > Launch Options and enter the following:

WINEDLLOVERRIDES='xaudio2_7=n,b' PULSE_LATENCY_MSEC=90 PROTON_LOG=1 %command
Overwatch

When running on Lutris, Overwatch may launch with a black screen. Click on Lutris > Overwatch > Configure > System Options and then change the Vulkan ICD loader from default (auto) to nvidia_icd.json.

Troubleshooting - General

Q: I Get an error when opening Steam. It shows a window that says Couldn't set up steam data. Please contact technical support.

A: This occurs when the .steam directory gets corrupted. Run the following in a terminal and then start Steam again.

# Backup steam mv ~/.steam ~/.steam.backup # Move any data to save from ~/.steam.backup # When finished, remove the original directory as below: /bin/rm -rf ~/.steam.backup.

Q: My system disk is getting full. How can I move my Steam games to a different disk?

A: Use Steam > Settings > Download > Steam Library Folders to add a new directory on a new disk. Then in the library, right-click on an installed game and select Properties > Local Files > Move Install Folder to select the new location. Do this for each game you wish to move. See this article for more detail.

Troubleshooting - M1 + M2 Models

Q: I cannot start a Windows game on Steam. It appears to want to use the Intel GPU.

A1: Direct Proton to use the NVIDIA GPU. Select the game from your library and click on Gear Button > Properties... > General > Launch Options. Enter the following text and restart the game.

WINEDLLOVERRIDES="dxgi=n" %command%

KonsoleA2: Proton may not recognize the NVIDIA GPU if the game was installed using the iGPU. You can rebuild the configurations as shown below.

# 1. Exit from Steam by clicking the steam icon in # the system tray and clicking 'Exit Steam' # 2. Remove all proton manifests cd ~/.steam/debian-installation/steamapps \ && /bin/rm $(grep -il 'Proton ' appmanifest_*) cd common && /bin/rm -rf Proton* # 3. Start Steam again and play

Q: The NVIDIA drivers do not seem to work. How can I fix this?

A1: Make sure your system is running the Nvidia GPU. Focus M2 systems use a Plasma Optimus widget in the system tray to select the GPU. If you see Intel® instead of an Nvidia logo, click on it to switch to the GPU to Nvidia Performance (do NOT use on-demand).

KonsoleA2: Make sure the correct packages are installed. Open a terminal and enter the commands as shown below:

# Fix installation if needed sudo apt install --fix-broken # Install packages sudo apt install kfocus-nvidia-pinning && sudo apt install kfocus-nvidia # If this still does not work, open FocusRx # and run package-check script when prompted focusrx -f

Troubleshooting - Ir14, NX, XE Models

Q: In Team Fortress 2, Left for Dead, Dota 2, and others, the graphics flickers when using Vulkan. How do I fix this?

A: This is an Intel i915 graphics issue. See GPU Select for complete resolution.

Q: I am seeing corrupt text on some websites. What could be the issue?

A: This is an Intel i915 graphics issue. See GPU Select for complete resolution.

Revisions

This is a partial revision history. See the git repository for all entries.

Disclaimer

We try hard to provide a useful solution validated by professionals. However, we cannot anticipate every situation, and therefore cannot guarantee this procedure will work for your needs. Always backup your data and test the solution to determine the correct procedure for you.

THIS SOLUTION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOLUTION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

HAVE QUESTIONS? Call 844-536-2871 or write
TellMeMore@kfocus.org | GET FOCUS GEAR

KFocus Logo