Other News about gaming on Linux

Distros for R5 5600g?

Reddit Linux_Gaming - 02. August 2025 - 22:44

Hello, I wanted to ask for distro recommendations for my APU. I don't have dedicated graphics yet and I didn't see any drivers for Linux on AMD so I had doubts about whether it was going to work well or not. Thank you

submitted by /u/-onan-
[link] [comments]

Locking the mouse to the Starcraft 2 window

Reddit Linux_Gaming - 02. August 2025 - 22:43

I've been trying out an install of Bazzite with the aim of switching off of Windows. I have 2 monitors and run into an issue with StarCraft 2 where the mouse wont stay confined to the game window.

I have two monitors my main one is an ultrawide running full-screen at 3440x1440. I have to run the game at 2560x1440 since Blizzard doesn't let you run StarCraft at 21:9. The game runs fine however the cursor will happily move through the black bars either side of the game and also onto my other screen.

I've tried setting the confine cursor option in game from smart to on. Battle.net is running through the heroic launcher so I installed the flatpack of Gamescope and enabled force grab cursor but that didn't work either, Tried using the steam runtime option in heroic and even installing it via steam itself just to see if it made any difference

In case its relevant I've tried it with Ge-Proton Latest, GE-Proton10-10 and Proton Experimental.

I know I could unplug the second display but I like having things on my second monitor while I'm gaming.

Any ideas would be appreciated.

submitted by /u/FraggerUNKNOWN
[link] [comments]

CarX street pc

Reddit Linux_Gaming - 02. August 2025 - 22:35

Has anyone else experienced this issue on CarX Street PC?”

I keep getting this error message:
“Unable to connect to game servers. Please try again later.”

I’m running version 1.7.2 and can’t seem to connect no matter what I try. Has anyone else dealt with this before, and do you have any tips or fixes for it?

it stops loading at 28% and goes on to this page..

I’ve already tried restarting the game and my PC, as well as checking my internet connection, but no luck so far.

Any help would be appreciated!

https://preview.redd.it/y9ki3zhu2ogf1.jpg?width=1536&format=pjpg&auto=webp&s=e97c412599a77e8e7c42a0cbe12e83066f2e8eed

submitted by /u/No_Rabbit3103
[link] [comments]

Steam big picture mode crashing all games.

Reddit Linux_Gaming - 02. August 2025 - 22:30

Ok clickbaity title. But it's true that games are crashing when trying to start them from bpm. Let me explain..

I found bpm was laggy, and the solution to laggy bpm is hardware acceleration.

Hardware acceleration causes steam(and bpm) to render as a completely black screen. The solution to this was to run bpm in gamescope.

Running a game in a nested gamescope session causes all sorts of bugs, broken wayland pipeline for one.

Been trying all sorts of commands for the games gl "break out" of the bpm gamescope session to no avail.

Games run fine when started "normally". This only happens when I run them through gamescoped bpm (which is the only way to get it lagfree).

I run x11, latest nvidia drivers, 2080ti.

So, do I have to choose between laggy bpm or working games? Or has anyone that sees this solved a similar problem?

submitted by /u/imtryingmybes
[link] [comments]

cs2 unplayable after update on linux

Reddit Linux_Gaming - 02. August 2025 - 20:11

characters are all invisible, tried to unnistal, restart, disable and able proton and nothing.

using pop os

submitted by /u/Practical-Abroad-234
[link] [comments]

battlenet

Reddit Linux_Gaming - 02. August 2025 - 20:10

Is there like a way to run battlenet and hearthstone with bottles or lutrix i don't know why when i run hearthstone through steam with proton my laptop blocks in battlegrounds?,i tried installing xfce so far instead of using cinnamon but i don't know if that will solve the problem.

submitted by /u/Professional_Brief70
[link] [comments]

Fresh install of Pop!_OS Nvidia edition

Reddit Linux_Gaming - 02. August 2025 - 19:13

7700k 64GB RAM Nvidia 3070

Tried to play Fallout 76 and the game stutters like crazy and eventually the screen went black.

When it came back, the game crashed (wine error?) and it showed this.

Note that the GPU never showed any issues with Windows.

submitted by /u/Pitiful-Assistance-1
[link] [comments]

PS4 controller not working right

Reddit Linux_Gaming - 02. August 2025 - 19:11

Hi i use arch and i wanted to play gta5 i have on my epic games account so i installed heroic launcher. I started gta and it was working fine but when i wanted to change to first person via the touchpad i clicked it and it opens the interaction menu and at the same time it acts as if i pressed circle. Can someone please help me fix this?

submitted by /u/shurikceo
[link] [comments]

What linux os should i use

Reddit Linux_Gaming - 02. August 2025 - 18:40

Im using fedora right now and proton doednt really work for some reason and i kinda also want to make a switch from fedora since im bored of using it also pls gimme an os that isnt hell to install

submitted by /u/Emerald1223u4
[link] [comments]

Am I the only one unable to launch any proton game with Steam on Ubuntu 25.04 and AMD Graphics?

Reddit Linux_Gaming - 02. August 2025 - 18:17
Help! Steam Broke After Ubuntu 25.04 Update - Games Not Launching (KDE Wayland, AMD RX 7900XT)

Hey r/linux_gaming, I'm at my wit's end here and hoping someone can shed some light on this issue. As I posted previously here, Steam has stopped working for me since installing recent updates (about three weeks ago).

My Setup:
  • OS: Ubuntu 25.04 64-bit (KDE Wayland)
  • Steam Installation: apt install steam-installer
  • Graphics Card: AMD RX 7900 XT
  • Mesa Versions Tried: Downgraded from 25.0.7 to 25.0.3 (the one in the main repo)
  • Kernel Versions Tried: Downgraded to linux-image-6.14.0-15
The Problem:

When I try to launch any game via Steam, it gets stuck in the "launching game" state for a while, and then just quits. This happens regardless of the Proton version I use (I've tried Proton 9.0-4 and Proton Experimental).

What I've Tried (and Gemini's Analysis):

I enabled debug logs using PROTON_LOG=1 STEAM_RUNTIME=1 LD_PRELOAD= %command% and sent them to Gemini for analysis. Here's the summary:

Current Analysis from Gemini:
  • Proton Version: Successfully using Proton: 1749140930 proton-9.0-4f.
  • Persistent Service Issues: PlugPlay and winebus services are still failing to start, suggesting an underlying problem with the Wine prefix or Proton's interaction with system devices.
  • New Crash Type: Seeing EXCEPTION_PRIV_INSTRUCTION and EXCEPTION_SINGLE_STEP errors. These indicate the game is attempting to execute instructions requiring higher privileges or instructions not allowed in user mode, pointing to low-level execution problems.
  • Critical Graphics Error: Frequent err:winediag:nodrv_CreateWindow messages are appearing. This is significant, as it means Proton cannot load a graphics driver or create a window for the game, which is a primary reason for launch failures.
My Troubleshooting Steps So Far:
  • Mesa Downgrade: I manually downgraded Mesa from 25.0.7 to 25.0.3 (the version in the main repo) using the following commands. This did not help. bash sudo apt update && \ sudo apt install \ libegl-mesa0=25.0.3-1ubuntu2 \ libegl-mesa0:i386=25.0.3-1ubuntu2 \ libgl1-mesa-dri=25.0.3-1ubuntu2 \ libgl1-mesa-dri:i386=25.0.3-1ubuntu2 \ libglx-mesa0=25.0.3-1ubuntu2 \ libglx-mesa0:i386=25.0.3-1ubuntu2 \ mesa-libgallium=25.0.3-1ubuntu2 \ mesa-libgallium:i386=25.0.3-1ubuntu2 \ mesa-va-drivers=25.0.3-1ubuntu2 \ mesa-va-drivers:i386=25.0.3-1ubuntu2 \ mesa-vdpau-drivers=25.0.3-1ubuntu2 \ mesa-vdpau-drivers:i386=25.0.3-1ubuntu2 \ mesa-vulkan-drivers=25.0.3-1ubuntu2 \ mesa-vulkan-drivers:i386=25.0.3-1ubuntu2
  • Kernel Downgrade: I also tried downgrading my kernel to linux-image-6.14.0-15 via sudo apt install. This did not help either.
  • Steam Reinstallation: I've reinstalled Steam completely (including removing .steam from my home directory to trigger a fresh install).
  • **compatdata Removal:** I've removed compatdata for the games I'm trying to launch.
  • Multiple Games Tested: I've tried two different games, both of which worked before these updates.
  • Fresh Kubuntu Install: I even reinstalled Kubuntu on a new partition – same issue!
  • Steam via Snap (Works!): Interestingly, Steam installed via Snap does work! However, I've noticed it's still running on Mesa 24, which I'm using as a workaround until this issue is hopefully resolved by updates.
My Guess:

My initial thoughts were that this was a common issue like a bug in mesa-vulkan or the amdgpu kernel driver, but the extensive downgrading and reinstallation haven't resolved anything.

Any Suggestions?

This is incredibly frustrating, and I've exhausted my usual troubleshooting steps. Has anyone else experienced something similar or have any insights based on the error messages? Any help would be greatly appreciated!

submitted by /u/hlacik
[link] [comments]

Piracy

Reddit Linux_Gaming - 02. August 2025 - 18:13

How can I play games? In my current OS which is Zorin OS 16 LITE. hOW CAN i PLAY PIRATED GAMES? does anyone have that info?

submitted by /u/Commercial_Cellist14
[link] [comments]

CarX Street

Reddit Linux_Gaming - 02. August 2025 - 17:41

Hey all!

I couldn’t find a topic about this so I figured I’ll start a new one.

Bought this game on the sale since it seems like a perfect mix between the crew and forza horizon, but for whatever reason it will not start. I’ve tried several tinkering steps that people have suggested on protondb, but not even that has helped. Is there anyone in here who have gotten it running?

My specs are: Ryzen 7 5800x 64 gd ddr4 3200 mhz RTX 2070 EndeavourOS

submitted by /u/FestedGaming
[link] [comments]

Can you stop commenting "I want to play it anyway" on posts regarding games with anti-cheat excluding Linux?

Reddit Linux_Gaming - 02. August 2025 - 17:38

This is happening right now with Battlefield 6 posts but affects other dystopian tracking platforms like Fortnite, Roblox, League of Legends, EA Sports FC, GTA Online, Call of Duty, Destiny, PUBG, R6 Siege and more.

Not everything deserves to run on Linux. We get it. You don't need to spell it out every time.

These are heavily monetized, manipulative titles that go against everything Linux (and a smart human being) stands for. By publicly asking for their compatibility, you're harming the integrity of this ecosystem. If I were a market researcher scoping for Battlefield brand sentiment online, the message from the Linux gamers would be clear to me: I can't destroy their dopamine and scam them.

Personally I am against invasive kernel space anti cheat solutions. Ideally I would like to see these games available on Linux without introducing such shitty measures into kernel.

But most of us don’t care about FOMO-fueled dopamine loops and just want a peaceful, libre system.

submitted by /u/OscarHI04
[link] [comments]

Persona 3 reload UE4-P3R crash

Reddit Linux_Gaming - 02. August 2025 - 16:39

I just bought this game and upon first launch the game greets me with this crash above

here's what i tried doing: adding -windowed to the launch options switching between proton versions (only proton 9.0-4 gives me this crash, other proton versions simply dont launch the game at all)

im on fedora 42 workstation, this screenshot was taken in kde but the same happens in gnome, this installation was installed a few days ago and the nvidia drivers are installed

my device is thinkpad p50 with quadro m2000m

people using windows have been having the same issue for this game, this exact crash, however i am not sure if the solutions on windows can really be done on linux and even then some people claim to still have the problem after trying the fixes out

submitted by /u/Neimishi
[link] [comments]

How do you guys prefer to play valheim? (Proton or native)

Reddit Linux_Gaming - 02. August 2025 - 16:22

The game has native support on all 3 platforms. I've tested it both native and in Proton with the Vulcan launch option as well as looked in Proton DB. Performance on my end was about the same, DB says one or the other performs better or native has more bugs. I dont know if any of the community servers have anti-linux stuff on them (up to the server owner). but i'm curious what you guys prefer.

submitted by /u/ChimeraSX
[link] [comments]

HDR With Nvidia Card

Reddit Linux_Gaming - 02. August 2025 - 16:09

Hello everyone I am new to Linux have been using it for about 3 months now I will appreciate your help.

I am using Nobara Linux and making HDR work with games was tough for me since using gamescope will make my games crash while launching so I have been using HDR with Wayland and ProtonGE using the following launch option mangohud gamemoderun PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 ENABLE_HDR_WSI=1 %command% with VK_hdr_layer installed.

My problem is I have to add VKD3D_DISABLE_EXTENSIONS=VK_KHR_present_wait to the launch option so the game wont crash , this command well make stuttering for most games especially while using frame generation and the frames will be much smoother without it.

so please if there is any better way to make HDR work let me know.

submitted by /u/Abdullah1416Q
[link] [comments]

Seiten