Skip to main content

Gaming on Aurora

Prerequisites

Before starting with gaming on Aurora, ensure you have:

  1. The correct Aurora image for your system:

    • aurora:stable for Intel/AMD GPU systems
    • aurora-nvidia:stable for NVIDIA GPU systems (older proprietary Nvidia driver)
    • aurora-nvidia-open:stable for newer (Turing+ / 16XX+) Nvidia cards supported by the new open driver
  2. Enough storage space for games

  3. A stable internet connection for downloads

Overview

Despite not being primarily a gaming-focused image, you can still run video games at nearly the same performance as nearly any other Linux operating system out there. Aurora supports gaming through various methods including Flatpak Steam, Lutris, and containerized gaming environments. This guide will help you set up a casual gaming environment through flatpaks.

Quick Install Gaming Tools

The fastest way to get started with gaming is to install all necessary gaming Flatpaks and dependencies using:

ujust install-gaming-flatpaks

This command will install:

Steam through Flatpak provides several advantages:

  1. Sandboxed environment for improved security with granular and adjustable permissions
  2. Automatic updates
  3. Consistent runtime environment
  4. Cross-distribution compatibility

View the Steam Flatpak Github Wiki for a short list of workarounds that may need to be done in comparison to other package formats.

Switch to Bazzite from Aurora

Bazzite is the better choice if your gaming needs rank higher over productivity, development, or general computing usage.

Note: Make sure you are not rebasing to a GNOME image of Bazzite as rebasing to a different Desktop Environment is not supported.

Pick the correct Bazzite image and insert it in the bootc command below, you don't have to download any ISOs or reinstall for this:

rpm-ostree reset
sudo bootc switch --enforce-container-sigpolicy ghcr.io/ublue-os/bazzite:stable

Recommendations

  1. Casual Gaming: Use Flatpak Steam and gaming tools installed through ujust install-gaming-flatpaks
  2. Gaming Focus: Switch to full Bazzite installation for the best gaming experience

Tools and Performance Monitoring

The ujust install-gaming-flatpaks command installs several useful gaming tools and runtimes:

  1. Gaming Platforms:

    • Steam
    • Heroic Games Launcher
    • Lutris
    • ProtonUp-Qt
  2. Performance Tools:

    • Gamescope Vulkan Layer
    • OBS VKCapture for recording

Managing Multiple Gaming Platforms

When using both Steam and Lutris:

  1. Steam is best for games in your Steam library
  2. Lutris can manage:
    • Traditional Windows games
    • Native Linux games
    • Emulators
  3. Heroic Games Launcher can manage:
    • GOG games
    • Epic Games Store titles
    • Amazon Games

Troubleshooting Common Issues

Performance Issues

  • Verify you're using the correct Aurora image for your hardware (aurora-stable for Intel/AMD or aurora-nvidia-stable for NVIDIA)
  • Check if a game is running through the correct Proton version
  • Monitor system resources with MangoHud to identify bottlenecks

Game Launch Problems

  • Try updating Proton or switching to a different Proton version
  • Verify game files through Steam
  • Check game compatibility through ProtonDB

Storage Issues

  • Games are stored in their respective platform directories
  • Steam: ~/.var/app/com.valvesoftware.Steam/data/Steam
  • Lutris: Games can be installed in custom locations

Community Support

This guide is regularly updated as Aurora evolves. For the most recent information, troubleshooting help, or if you have any questions:

Additional Notes

  • Flatpak Steam may have slight performance overhead due to sandboxing, but this is usually negligible
  • When using Flatpak Steam, be aware that games are run in a sandboxed environment for improved security