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 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. The Doom reboot, for example, is a Vulkan game, and on ultra settings it runs at 100-300 FPS on modern NVIDIA GPUs.

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 that are not on Steam, such as 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 to run unsupported games with a few clicks. Select Steam > Settings > Compatibility 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.

2. Sign Into GeForce Now

Navigate to https://geforcenow.com. If you have an account, click on [ Login ] at the top right and sign in. If you don't already have an account, click on [ Join Now ] instead.

Sign-in icon

To create a new account, enter an email address without a current existing Nvidia account linked to it. When you do this, you can also link to your outside accounts. After clicking continue, you will be asked to create a password and verify your new login.

games icon
3. Find And Play Games

After you've signed in, navigate to https://play.geforcenow.com. Then 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, you need to sign in to your Steam account to launch Steam games. To do this, you have to visit the account settings and link your Steam account.

games menu

If you find the system losing focus on the browser during game play, we suggest you enable native toolbars as shown here. Then choose Right-click on title bar > More actions > [x] Keep above others. You might also set full-screen mode using [SUPER][F].

Game Titles

Per-Game Hints

Assetto Corsa

All Proton versions allow the game to be installed but will crash seconds after launch. You can watch a detailed video about using Protontricks to install and run the game 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.

Q: On the main menu of Dota 2, I cannot use the cursor to point-and-click on any buttons. The game otherwise starts and looks great. When I detach external monitors and restart the game, however, I can then point-and-click on the menu buttons again. What’s going on?

A: This is an issue with cursor coordinate mapping, and it might affect games besides Dota 2 from time to time. The fix is to open System Settings > Display and Monitor > Display Configuration and drag the display you want to use to the top-left corner. As you drag, the coordnates will show, and you want to ensure they are (0,0). Then run the game on this display. Detatching all other monitors also works because the lone remaining display always has coordinates of (0,0).

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, Ir16, NX, and 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 MERCH