Deep Research Β· Linux Gaming

The State of Gaming on Linux in 2026

✏ All Reports πŸ“– ~33 min read πŸ“Š Research, Linux Gaming, Proton, Valve

Table of Contents

Executive Summary

Gaming on Linux in 2026 is an ecosystem defined by a central paradox: the technical infrastructure for broad game compatibility has never been more mature, yet the practical experience remains fragile due to publisher-controlled anti-cheat decisions, GPU driver disparities, and a fragmented systems stack. Valve's Proton translation layerβ€”combining Wine with VKD3D (DirectX 12 β†’ Vulkan) and DXVK (DirectX 9/10/11 β†’ Vulkan)β€”enables the vast majority of Windows-only Steam titles to run on Linux without native ports [10]. The Steam Deck, running the Linux-based SteamOS, has been a major driver of adoption and has pressured studios to improve Proton compatibility [10]. Linux now holds over 3% of Steam's market share as of January 2026 [10], and a Steam Machine is scheduled for release later in 2026 [10].

However, anti-cheat systems remain the most consequential barrier to Linux gaming parity. BattlEye confirmed Proton/Steam Deck support in September 2021 [5], and all three major anti-cheat systemsβ€”Valve Anti-Cheat (VAC), BattlEye, and Easy Anti-Cheat (EAC)β€”nominally support Proton at the SDK level [10]. Yet support is opt-in: each game developer must individually enable Linux compatibility, and many of the most popular multiplayer titles (Destiny 2, PUBG, Rainbow Six Siege X, Escape from Tarkov, Marathon, GTA Online) have not done so [4], [5]. The GamingOnLinux community database tracks 210 games with some form of anti-cheat across all vendors as of mid-2026 [5], but outcomes vary dramatically from title to title.

On the performance front, AMD GPUs achieve near-parity with Windows gaming performance through the open-source Mesa3D driver stack, while NVIDIA GPUs exhibit a greater-than-10% DirectX 12 performance penalty on Linux due to proprietary driver issues [10]. Kernel-level configuration choicesβ€”such as the split lock mitigation default enabled in kernel 6.2β€”can silently degrade gaming performance [6]. Wayland compatibility remains incomplete [6], and audio backend fragmentation between PulseAudio and PipeWire continues to cause crashes and misconfigurations [6].

The Linux gaming story in 2026 is therefore not one of a single barrier but of multiple interacting friction points: anti-cheat policy, driver quality, kernel defaults, display server transitions, audio stack fragmentation, and the absence of native clients from major storefronts like Epic Games Store and GOG Galaxy [10]. Each of these is being addressed to varying degrees, but none has been fully resolved.


Key Questions Answered

Is gaming on Linux viable in 2026? Yes, for a large portion of the Steam library via Proton. Source 10 states that gaming on Linux "has never been as easy and convenient as it is today" (confidence 0.85) [10]. However, major multiplayer titles with incompatible anti-cheat remain a significant gap, and GPU driver performance varies by vendor.

Does BattlEye work on Linux? Yes, but only when developers opt in. BattlEye confirmed Proton/Steam Deck support on September 24, 2021 [5]. However, the developer of each individual game must contact BattlEye and enable the featureβ€”it is not automatic [5]. Games like War Thunder, Dune: Awakening, ARK, DayZ, Arma 3, and several Ubisoft titles have enabled it [5], while Destiny 2, PUBG, Escape from Tarkov, Marathon, Rainbow Six Siege X, and GTA Online have not [4], [5].

Does Easy Anti-Cheat work on Linux? EAC nominally supports Proton at the SDK level [10], but the Rocket League case demonstrates that a publisher can configure EAC in a Windows-only manner even when a native Linux build exists [11]. The per-game opt-in dynamic is similar to BattlEye.

What is Linux's market share for gaming? Over 3% on the Steam Hardware & Software Survey as of January 2026 [10]. No exact figure is provided by the available sources.

Which GPU vendor performs better on Linux? AMD GPUs deliver comparable performance to Windows through the open-source Mesa3D driver stack (confidence 0.75) [10]. NVIDIA GPUs suffer a greater-than-10% DirectX 12 performance penalty on Linux compared to Windows (confidence 0.8) [10]. These figures are based on the author's personal experience and community links rather than controlled benchmarks [10].

Are native Linux ports always better than Proton? No. Borderlands 2's native Linux version lacks working Steam multiplayer, cannot use Steam Cloud saves made on Windows, and does not support the Commander Lilith DLC [6]. Civilization VI users report better performance using the Windows version via Proton [6]. These examples challenge the assumption that native ports are preferable.

What are the major Linux gaming distributions? The sources identify CachyOS (Arch-based, with a gaming meta-package bundling Steam, Lutris, and Heroic [10]), Bazzite (Fedora-based immutable distribution for gaming [8]), and SteamOS (Valve's Steam Deck OS [8], [10]) as notable gaming-focused distributions.

Is the Steam Deck a factor? Yes. The Steam Deck runs SteamOS (a Linux-based OS) and has been a significant driver of Linux gaming adoption and developer interest in Proton compatibility [7], [8], [9], [10]. Its growing install base creates indirect pressure on publishers to enable anti-cheat Linux support, though this pressure has not yet compelled major holdouts like Bungie or Rockstar [4], [5], [8], [9].


Core Findings

Proton and the Compatibility Layer Stack

Proton is the central compatibility bridge for Linux gaming in 2026. It combines Wine with two Vulkan-based translation layers: VKD3D for DirectX 12-to-Vulkan conversion and DXVK for DirectX 9/10/11-to-Vulkan conversion [10]. This architecture allows the vast majority of Windows-only Steam titles to run on Linux without native ports.

GE-Proton, maintained by Thomas Crider (GloriousEggroll), a Red Hat employee, is a customized fork of Proton featuring newer libraries and per-game patches [10]. It is characterized as sometimes offering "slightly better performance and compatibility with newer games" than official Proton (confidence 0.82) [10]. The Heroic Games Launcher can manage GE-Proton versions, extending this compatibility benefit beyond Steam to Epic Games Store and GOG titles [10].

Source 10 asserts that "due to the success of the Steam Deck, more studios are making their games compatible with Proton" (confidence 0.8) [10], suggesting a positive feedback loop between hardware adoption and software compatibility. However, no quantitative data on the number of compatible titles or ProtonDB ratings are provided in the available sources.

Key limitations of Proton:

Anti-Cheat: The Primary Gatekeeping Mechanism

Anti-cheat compatibility is the single most consequential factor determining which multiplayer games are playable on Linux. The GamingOnLinux community database tracks 210 games with some form of anti-cheat across all vendors as of mid-2026 [5], but the outcomes are highly uneven.

BattlEye is a kernel-level anti-cheat system that performs dynamic and permanent scanning using specific and heuristic/generic detection routines [5]. It confirmed native Linux support and Proton/Steam Deck opt-in compatibility on September 24, 2021 [5]. On the server side, BattlEye's Linux product is distributed on a per-game basis, obtained from each game's official channels [1]. Server-side BattlEye monitors game processes, system memory, and network traffic, generates logs, and requires administrator-level access to configure [1].

Easy Anti-Cheat (EAC) nominally supports Proton at the SDK level [10], but the Rocket League case demonstrates that publishers can configure EAC in a Windows-only manner even when native Linux builds exist [11].

Valve Anti-Cheat (VAC) also supports Proton [10], though the sources provide minimal detail on its Linux-specific behavior.

Confirmed BattlEye games working on Linux/Steam Deck as of mid-2026 [5]:

Confirmed BattlEye games broken on Linux (developers have not enabled support) [4], [5]:

Games that lost BattlEye Linux support [5]:

The critical architectural detail is that enabling BattlEye Proton support is not always straightforward even when developers choose to do so. The developer of DUCKSIDE reported unexpected issues such as games not launching when testing Proton support through both Easy Anti-Cheat and BattlEye, noting "it was not as simple as a switch flip" [5]. Some BattlEye games work on Steam Deck/SteamOS only but not on desktop Linux, or require specific Proton versions or launch arguments such as SteamDeck=1 %command% [5].

Contradiction on ease of enablement: A community source claims developers "only need to contact BattlEye to enable it with no additional code changes" [4], while the DUCKSIDE developer's actual experience contradicts this, suggesting practical implementation involves troubleshooting [5]. The more credible source (5) suggests the "no code changes" claim may be oversimplified or inaccurate [4], [5].

GPU Drivers and Performance

The GPU driver landscape presents a significant asymmetry between AMD and NVIDIA:

Limitations: Both performance claims are based on the author's personal experience and community forum links rather than controlled benchmarks [10]. No raw performance data, benchmark methodology, or specific game test results are provided. The 10%+ figure for NVIDIA is described as an estimate rather than a precise measurement. No source in the provided set covers NVIDIA's open-source kernel module efforts or AMD's ROCm compute stack in a gaming context.

Practical significance: NVIDIA holds the majority of the discrete GPU market, meaning most PC gamers considering a Linux switch would face the DirectX 12 performance degradation. AMD's near-parity is encouraging but only applies to users willing to choose AMD hardware.

Additionally, since kernel 6.2, the split lock mitigation sysctl (split_lock_mitigate) is enabled by default and significantly harms performance in Counter-Strike: Source engine games and BattlEye titles [6]. The workaround is to set kernel.split_lock_mitigate = 0, which removes the sequential access penalty [6]. The GameMode tool can toggle this parameter at runtime [6]. This represents a case where a security-focused kernel default has measurable negative impact on gaming performance, and awareness of this setting is important for Linux gamers running affected titles [6].

Market Share and Adoption

Linux holds over 3% of Steam's market share as of January 2026, according to the Steam Hardware & Software Survey [10]. No exact figure is provided. This puts Linux in the low single digits but represents a meaningful presence, particularly given the Steam Deck's role as a Linux-based gaming device.

A Steam Machine is scheduled for release in 2026 [10]. The author assumes that if the Steam Machine gains market acceptance, it will further accelerate Proton compatibility efforts (confidence 0.65, described as uncertain) [10]. No details are provided about manufacturers, price points, or specifications.

The Steam Deck's growing install base creates indirect pressure on publishers to enable anti-cheat Linux support [7], [9], [10], though this pressure has not yet compelled major holdouts. The Steam Deck's role is cited across multiple case studies: GTA V [2], [3], [4], [5], Marathon [7], [8], [9], and Rocket League [11].

Major Distributions and Tooling

The Linux gaming ecosystem spans multiple distributions, each with different approaches:

Distribution Base Notable Features Sources
SteamOS Arch-based (Valve) Default Steam Deck OS; SteamOS-only compatibility for some BattlEye games [5], [8], [10]
CachyOS Arch-based Performance-optimized; cachyos-gaming-applications meta-package bundling Steam, Lutris, and Heroic [8], [10]
Bazzite Fedora-based (immutable) Designed for gaming; used on laptops and handhelds [8]

One user's report of running CachyOS on desktop, Bazzite on laptop, and SteamOS on Steam Deck illustrates the diversity of Linux gaming setups [8].

Key gaming tools:

Tool Role Notable Features Sources
Steam (native client) Primary storefront Available since 2013; Proton integration; Steam Deck compatibility [10]
Lutris Multi-source game manager Supports Steam, Epic, GOG; manages Wine, Proton, ScummVM runtimes [2], [10]
Heroic Games Launcher Epic/GOG/Amazon client GE-Proton management; reportedly faster than official EGS client (confidence 0.7) [10] [2], [10]
GE-Proton Custom Proton fork Newer libraries, per-game patches; maintained by GloriousEggroll [10]
GameMode Runtime performance tuning Can toggle kernel.split_lock_mitigate at runtime [6]

Competing Storefronts and Missing Native Clients

GOG Galaxy and the Epic Games Store do not offer native Linux clients [10]. This forces Linux users to rely on community alternatives (Heroic Games Launcher, Lutris) for accessing those storefronts. The absence of official clients represents a gap in the ecosystem, though the community-built alternatives appear functional.

The Heroic Games Launcher integrates Epic Games Store, GOG, and Amazon and can manage GE-Proton versions [10]. Lutris supports an even wider range of sources and runtime environments [10]. The BattlEye Runtime can also be enabled through Lutris and Heroic game properties settings for games requiring it [2], though the documentation and community knowledge for these configurations are heavily Steam-centric [2].

Source 10 does not cover storefronts such as Itch.io, Ubisoft Connect, or EA App [10], leaving gaps in understanding the full storefront landscape on Linux.

GamingOnLinux's anti-cheat database only tracks Steam/SteamOS-based gaming; BattlEye game status on Linux via non-Steam launchers (e.g., Epic Games Store) is not tracked [5].

Native Linux Ports vs. Proton

The evidence challenges the assumption that native Linux ports are always preferable to Proton:

This phenomenon, where translation layers outperform native ports, has been an ongoing discussion in the Linux gaming community. Native ports that are poorly maintained or use outdated libraries may degrade over time, while Proton continues to receive active development from Valve and the community. The counterargument is that native ports, when done well, can offer superior integration, but the sources provide more examples of failure than success in this subset [6].

Kernel, Display Server, and Audio Backend Challenges

Beyond anti-cheat and drivers, several systems-level issues affect Linux gaming:

Wayland compatibility gaps [6]:

Audio backend fragmentation [6]:

Split lock mitigation [6]:


Contradictions & Debates

1. How Easy Is It to Enable BattlEye Proton Support?

Assessment: Source 5 is the more credible source. The "trivial toggle" framing from Source 4 is likely oversimplified. Practical implementation may involve testing and troubleshooting even after BattlEye grants Proton compatibility [5].

2. GTA Online on Linux: How Broken Is It?

Assessment: These accounts are broadly consistent but differ in detail. The ArchWiki suggests a degraded, partially-functional experience [6]; the community guides describe a workaround for private sessions only [2], [3]; Source 4 presents total inaccessibility [4]. All agree the Online mode is effectively non-functional for regular play.

3. Is BattlEye Effective?

Assessment: These positions are not directly contradictory because Source 1 addresses server-side deployment while Sources 2–3 address client-side enforcement in the context of GTA V specifically. However, neither position is supported by objective effectiveness data. No source provides comparative analysis of BattlEye versus alternative anti-cheat systems on Linux.

4. Anti-Cheat "Support" vs. Practical Compatibility

Assessment: These are not strictly contradictoryβ€”the anti-cheat SDKs may support Proton, but publisher configuration choices determine actual compatibility [5], [10], [11]. However, the gap between SDK-level support and practical per-game compatibility is the most important nuance in the Linux gaming anti-cheat landscape.

5. "Refuse" vs. "Have Not Enabled"

Multiple sources use adversarial framing for publishers who have not enabled Linux anti-cheat support ("refuse to support" [7], [9], "refuse to cater to Linux gamers" [7]). However, there is no evidence in any source that publishers like Bungie or Rockstar have actively refused anythingβ€”only that support has not been enabled [4], [5], [8], [9]. A deliberate policy decision to block Linux looks very different from a low-priority backlog item or a temporary state during a playtest. The sources do not resolve this ambiguity.


Deep Analysis

Case Study: GTA V / GTA Online

GTA V serves as the most detailed case study of anti-cheat friction in the provided sources:

Important caveat: Source 4 is a low-confidence Steam Community forum post quoting an AI-generated summary (from Brave browser's IA), and no direct URL to Rockstar's official FAQ was provided for verification [4]. Source 5, a higher-confidence GamingOnLinux database entry, corroborates the core claim that Rockstar did not enable BattlEye Proton support [5].

Case Study: Marathon (Bungie)

Marathon, Bungie's upcoming shooter, uses BattlEye kernel-level anti-cheat [7], [9] and did not support Linux during its Nextfest demo/playtest period in March 2026 [8]:

BattlEye's alleged Linux/Proton support since 2021 is cited by community sources [5], [9] but BattlEye's official documentation is not available in the provided sources for direct verification. The claim that enabling support is merely a configuration toggle is disputed (see Contradictions section above).

Destiny 2's continued Linux incompatibility [5], [9] suggests Marathon's situation is not a one-off decision but a pattern across Bungie's catalog. However, the sources provide no information about Bungie's reasoning.

Case Study: Rocket League and EAC

Rocket League (Steam App 252950) presents a case where a game with an existing native Linux build (depot 252961, 10.05 GiB) and Steam Deck Verified status (tested February 16, 2022) may be moving toward anti-cheat enforcement that breaks Linux compatibility [11]:

Assessment: Source 11 is speculative (confidence 0.3–0.7 on various claims) and reflects community anxiety more than confirmed outcomes [11]. The devqa beta key designation indicates this change is still in testing. Whether the EAC integration uses the Linux-compatible EAC SDK or a kernel-level Windows-only variant is unknown [11]. The GTA V precedentβ€”where Rockstar's BattlEye implementation "completely cut off Linux and Steam Deck users" [11]β€”is cited as a pattern that could repeat.

The Anti-Cheat Architecture Problem

The anti-cheat problem in Linux gaming is structural, not merely technical:

  1. Anti-cheat as a gatekeeper: BattlEye and EAC are the two dominant kernel-level anti-cheat solutions. Their Linux/Proton compatibility status is a binary gate for whether major multiplayer titles can run on Linux [5,10].
  2. Opt-in architecture creates a long-tail problem: Even if 80% of developers eventually opt in, the most popular remaining titles may never enable support, creating persistent gaps that matter disproportionately to users [5].
  3. Linux server vs. client split: BattlEye works well on Linux game servers [1] but poorly for desktop clients when publishers don't opt in [2,3,4,5]. Linux is a first-class server platform but a second-class gaming platform.
  4. Reversibility risk: CRSED: Cuisine Royale's loss of Linux support in May 2025 [5] demonstrates that Linux compatibility can be removed after being enabled, introducing retrograde risk.
  5. SteamOS vs. desktop Linux divergence: Some BattlEye games work only on Steam Deck/SteamOS and not on desktop Linux, or require Deck-specific launch arguments [5]. This divergence could widen as Valve optimizes primarily for SteamOS while the broader Linux ecosystem fragments.

The Proton Dependency Chain

Linux gaming in 2026 is heavily dependent on Proton, creating a layered dependency chain:

Linux gamers β†’ Proton/Wine β†’ Windows game binaries β†’ publisher anti-cheat configuration

Any break in this chainβ€”whether from anti-cheat enforcement (as feared with Rocket League [11]), DRM changes, or Valve deprioritizing Protonβ€”can sever access to games [10], [11]. The Steam Machine's 2026 launch [10] could further strengthen this investment by increasing the installed Linux gaming base, but could also deepen the Proton dependency rather than fostering native Linux development.

Desktop Linux vs. Steam Deck Divergence

An emerging pattern across multiple sources is that Steam Deck (SteamOS) compatibility does not necessarily equal desktop Linux compatibility:

This divergence could widen as Valve optimizes primarily for SteamOS while the broader Linux ecosystem fragments across distributions, kernels, display servers, and audio backends.


Implications

  1. Anti-cheat is the new compatibility frontier. Proton has largely solved the game-launch problem for single-player titles, but multiplayer anti-cheat remains the primary barrier to Linux gaming parity. Publisher opt-in requirements mean this is a political/business problem, not just a technical one [1,2,3,4,5,7,9,11].
  2. Valve's leverage is limited but real. Valve can provide infrastructure (Proton, Proton BattlEye Runtime, Steam Deck), but cannot compel publishers to enable Linux support [2,3,10]. The Steam Deck's market success and the Steam Machine's 2026 launch may create indirect pressure [10], but publishers can still opt out [4,5].
  3. Community workarounds are fragile and carry social costs. The GTA Online workaround involves DNS manipulation, accepting degraded gameplay (no public lobbies), and uncertain ban risk [2,3]. Windows friends must also modify their systems to cross-play with Linux users [2,3], creating a social multiplier effect that dampens Linux adoption among gaming groups.
  4. NVIDIA's DirectX 12 penalty is a significant practical barrier. With NVIDIA holding the majority of the discrete GPU market, most PC gamers considering a Linux switch face a greater-than-10% DirectX 12 performance penalty [10]. AMD's near-parity applies only to users willing to choose AMD hardware.
  5. The systems stack introduces "Linux tax" configuration overhead. Kernel defaults like split lock mitigation [6], display server transitions (Wayland [6]), and audio backend fragmentation (PipeWire vs. PulseAudio [6]) require awareness and manual configuration that does not exist on Windows or consoles.
  6. Native ports are not always the best option. The evidence from Borderlands 2 and Civilization VI [6] justifies community skepticism toward native ports and creates a perverse incentive structure: if Proton works better, why invest in a native port?
  7. Missing official clients for Epic Games Store and GOG Galaxy [10] force reliance on community alternatives and contribute to a perception of Linux as a second-class platform for non-Steam gaming.

Future Outlook

Optimistic Scenario

Major publishers, motivated by Steam Deck's growing install base and the Steam Machine's 2026 launch [10], increasingly enable BattlEye and EAC Linux compatibility flags. The War Thunder [5] and Dune: Awakening [5] cases become models for other studios. Community pressure and market incentives resolve most anti-cheat holdouts by 2027. NVIDIA addresses its DirectX 12 driver penalty. Wayland compatibility matures to parity with X11 for gaming. Kernel-level performance issues are addressed through better defaults or automatic profiling (GameMode integration [6]). Linux gaming reaches a tipping point where the compatibility and performance gaps become negligible for the majority of titles, pushing market share above 5%.

Base Case

Anti-cheat compatibility remains a patchwork: some publishers enable support, many do not [5]. The Steam Deck maintains reasonable compatibility through SteamOS-specific optimizations, while desktop Linux gaming remains a configuration-heavy experience requiring workarounds for kernel settings [6], display servers [6], and audio backends [6]. Native ports continue to be hit-or-miss, with Proton remaining the safer bet for most titles [6]. The Steam Machine [10] finds a niche audience. Linux remains a minority gaming platform (3–5% Steam share) but one that is increasingly functional for enthusiasts. Occasional anti-cheat regressions (like the feared Rocket League situation [11]) cause localized disruptions. GE-Proton and community tools continue to close gaps on a best-effort basis [10].

Pessimistic Scenario

Major publishers systematically enable kernel-level anti-cheat that is incompatible with Proton, eroding the compatibility gains of recent years. Bungie's stance on Marathon and Destiny 2 [5], [8], [9] becomes a model for other studios. The Steam Machine underperforms, NVIDIA fails to resolve its driver issues, and Linux gaming retreats to native Linux titles and indie games. Kernel security defaults increasingly conflict with gaming performance. The Wayland transition creates a period of reduced gaming compatibility. The >3% share [10] stagnates or declines as frustrated users return to Windows.


Unknowns & Open Questions


Evidence Map

Theme Sources Strength Notes
BattlEye opt-in mechanism exists since 2021 [4], [5] High (corroborated) Sept 24, 2021 confirmation [5]; "no additional code changes" claim [4] disputed by DUCKSIDE dev experience [5]
BattlEye server-side Linux support [1] Low Single tutorial article, no comparative data
GTA Online broken on Linux/Steam Deck [2], [3], [4], [5], [6] High (multiple sources) Rockstar FAQ [4], [5]; ArchWiki partial access [6]; community workarounds documented [2], [3]
Major BattlEye titles broken (Destiny 2, PUBG, etc.) [5] High GamingOnLinux database with specific titles and status
BattlEye games working on Linux (War Thunder, Dune: Awakening, etc.) [5] High Specific dates and developer confirmations
Marathon incompatible with Linux (playtest) [7], [8], [9] Moderate Multiple sources corroborate non-support; no official Bungie statement
Rocket League EAC potentially Windows-only [11] Low-Moderate Speculative; based on SteamDB changelist; still in devqa testing
Split lock mitigation harms gaming performance [6] High ArchWiki cites Phoronix benchmark data; kernel 6.2 documentation
Native Linux ports inferior to Proton (Borderlands 2, Civ VI) [6] Medium-High Specific issues documented [6]; Civ VI claim confidence 0.7
Linux market share >3% on Steam [10] Medium-High References Steam Hardware & Software Survey, Jan 2026
AMD GPU near-parity with Windows [10] Medium Based on personal experience, not controlled benchmarks
NVIDIA >10% DX12 penalty [10] Medium Based on personal experience and community links
Wayland incompatibilities (Steam Link, SDL games) [6] High ArchWiki documentation with specific failure modes
Audio backend fragmentation (PipeWire/PulseAudio) [6] High Specific games and crash behaviors documented
VAC, BattlEye, EAC all support Proton at SDK level [10] Medium Surface-level claim; no per-game detail provided
210 anti-cheat games tracked in GOL database [5] Medium-High Community-maintained; may have gaps
GE-Proton maintained by GloriousEggroll [10] High Detailed description provided
Steam Machine scheduled for 2026 release [10] Medium No details on manufacturers or specs
Missing native clients for Epic Games Store and GOG Galaxy [10] High Straightforward factual claim
Steam Deck drives Proton compatibility adoption [10] Medium Author assertion, confidence 0.8, no quantitative data
CRSED lost Linux support May 2025 [5] Medium-High GamingOnLinux database entry
Community workarounds for GTA Online (DNS blocking) [2], [3] Moderate Two corroborating sources; functional but degraded experience
Ban risk for workarounds [2], [3] Low Speculative claims with no empirical support
Alternative launcher support (Lutris, Heroic) for BattlEye [2] Low Single source, author acknowledges limited familiarity
Bungie silence on Linux support [8], [9] Low-Moderate Absence of response documented, but absence β‰  deliberate refusal

References

  1. ↩ BattlEye Linux: Installation, Usage, and Best Practices - https://linuxvox.com/blog/battleye-linux
  2. ↩ How to play GTA Online on Linux (post BattlEye) - https://steamcommunity.com/sharedfiles/filedetails?id=3658540317
  3. ↩ How to play GTA Online on Linux (Post BattlEye) - https://reddit.com/r/linux_gaming/comments/1sjce6o/how_to_play_gta_online_on_linux_post_battleye
  4. ↩ Rockstar Games refuses to enable BattlEye on Linux/Steam Deck for GTA Online β€” Community Discussion - https://steamcommunity.com/app/271590/discussions/0/733658398226309921
  5. ↩ BattlEye Anti-Cheat Games on Linux / Steam Deck / SteamOS - GamingOnLinux - https://gamingonlinux.com/anticheat/vendor/battleye
  6. ↩ Steam/Game-specific troubleshooting - ArchWiki - https://wiki.archlinux.org/title/Steam/Game-specific_troubleshooting
  7. ↩ Marathon anti-cheat excludes Linux gamers from future shooter games (Facebook post by Meena Rani) - https://facebook.com/fbvideo/posts/marathon-anti-cheat-excludes-linux-gamers-from-future-shooter-gamesanti-cheat-ha/1195325116087430
  8. ↩ Linux Support - Marathon Help - https://help.marathonthegame.com/hc/en-us/community/posts/47097928909716-Linux-Support
  9. ↩ Marathon uses BattlEye anti-cheat, which has officially supported Proton/Linux since 2021 - https://steamcommunity.com/app/3065800/discussions/0/766312101614554226
  10. ↩ Gaming on Linux - https://somethinglikegames.de/en/blog/2026/linux_05_gaming
  11. ↩ This may be the end for the Rocket League on Linux - https://reddit.com/r/linux_gaming/comments/1qvm6jh/this_may_be_the_end_for_the_rocket_league_on_linux