Other News about gaming on Linux

New user with a 1080ti

Reddit Linux_Gaming - 5 Nov 2025 - 6:51pm

Hello! I'm brand new to Linux (been using it for about 2 hours), I have Linux mint as that was recommended for beginners.

I installed steam fine and that launched, however, when I tried to play any game, it would immediately crash out.

I'm trying to learn Linux now before I build my new computer as I don't wanted to put win11 on it.

The only time I got the games to launch was when I was using Proton 6. It launched but was incredibly leggy.

Someone said to me it is because I'm using a 1080ti.

So do I need to wait until I build my new computer with a better GPU or is it user error somewhere?

submitted by /u/Boring-Tumbleweed447
[link] [comments]

Terminator 2D: NO FATE delayed yet again into December

Gaming on Linux - 5 Nov 2025 - 6:48pm
Terminator 2D: NO FATE has a delay once again with the developers pushing it back into December due to issues with the physical releases.

.

Read the full article on GamingOnLinux.

Why can't I install pop OS on the nvidia version

Reddit Linux_Gaming - 5 Nov 2025 - 6:45pm

My computer has a fourth generation i5 on nvidia gt 1030 and it won't let me install

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

Pitchforks and Daggers launches in two weeks with native Linux support

Reddit Linux_Gaming - 5 Nov 2025 - 6:45pm

Thanks to all of the playtesters from this subreddit, Pitchforks and Daggers will launch with a native linux build on November 19.

Pitchforks and Daggers is a pixel art court politics drama, that branches based on your decisions.

You will navigate treacherous lords, scheming family members, and angry peasants- all while trying to secure your kingdom’s future.

If this seems interesting to you feel free to check the game's trailer on YouTube: https://youtu.be/LLlWbkK_NcA?si=kMb43QB_rZpC1Kjn

And wishlist the game on Steam: https://store.steampowered.com/app/2762740/Pitchforks_and_Daggers/

Thank you!

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

The Crew Motorfest is Steam Deck Verified with the Season 8 update out now

Gaming on Linux - 5 Nov 2025 - 6:32pm
As Ubisoft said it would be when they announced it recently, Valve have given The Crew Motorfest the green tick of Steam Deck approval.

.

Read the full article on GamingOnLinux.

Scribbly, open-world action adventure Scrabdackle arrives December 2

Gaming on Linux - 5 Nov 2025 - 6:30pm
Follow along the misadventure of a novice wizard in Scrabdackle, a scribbly-art open-world action adventure when it arrives on December 2nd.

.

Read the full article on GamingOnLinux.

Truck City to be released next month

Reddit Linux_Gaming - 5 Nov 2025 - 4:24pm

Truck City, a logistics manager, city builder, automation game made in Godot and available on Linux, will be released the next December 2nd.

You can try the demo on Steam if you like how it looks. I hope you enjoy it!

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

How do i run SIms 4 on Linux Mint?

Reddit Linux_Gaming - 5 Nov 2025 - 4:01pm

Hi! Im new to Linux, and im trying to get Sims 4 off EA or Steam, but neither seem to work. Can someone help me out?

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

Infinity Nikki on Linux

Reddit Linux_Gaming - 5 Nov 2025 - 3:46pm

So I've been considering switching to Linux for quite a while now and finally I got a new laptop and thought I'd make the jump. The only thing keeping me hesitant is Infinty Nikki, since it's basically the only game I actually play regularly right now.

I've seen that someone managed to make it work in a post in this subreddit (will link it below), but it was made around 5 months ago and I was worried the new updates might have impacted it.

Could anyone tell me if the game is working? Maybe if there are any problems I should expect?

The post I was talking about above:https://www.reddit.com/r/linux_gaming/comments/1l74wuk/psa_infiniti_nikki_works/?utm_source=share&utm_medium=mweb3x&utm_name=mweb3xcss&utm_term=1&utm_content=share_button

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

Demonstrating Playstation VR2 on SteamVR Linux with Monado Drivers

Reddit Linux_Gaming - 5 Nov 2025 - 3:38pm

Showcasing Monado VR drivers with the Playstation VR2 headset running SteamVR on Linux.

submitted by /u/Impossible-Tax-8213
[link] [comments]

X Window reporting incorrect resolution when secondary monitor is connected

Reddit Linux_Gaming - 5 Nov 2025 - 3:35pm

OS: CachyOS DE: KDE Plasma 6.5.1 WM: KWin (Wayland) Primary Monitor: 3440x1440 120HZ, connected with Displayport Secondary Monitor: 3840x2160 60HZ, connected with Displayport

Last night I posted this issue: https://old.reddit.com/r/linux_gaming/comments/1oor2bz/ultrawide_monitor_resolutions_missing_in_multiple/

I eventually tracked down the issue along with a temporary solution, but am unsure how to more permanently fix it. The issue is the X Window system is reporting the wrong resolutions for my primary monitor, but only when I have the secondary monitor connected. I'll share two screenshots of the output from xrandr for the same monitor. One with the secondary monitor also connected. One without.

With secondary monitor connected: https://imgur.com/a/eHGQ0Gh Without: https://imgur.com/a/y6tkW7V

As you can see with my secondary monitor connected it reports my monitor resolution as 5316x2225. Which is very much not the case lol. When I unplug the secondary monitor it correctly shows 3440x1440. The 3440x1440_120 entry you see at the bottom of both is a manual entry I added.

This only seems to affect games, which I assume are still using the old X11 system? Those games will default to the 5316x2225 resolution and 3440x1440 wasn't an option until I added that manual entry. At the desktop level, which is using Wayland to my understanding, I haven't had any of these issues and could select 3440x1440 without needing to do anything else.

Any ideas how I could more permanently fix this?

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

A tiny open-source fantasy console you can run and develop for on Linux (just a browser needed)

Reddit Linux_Gaming - 5 Nov 2025 - 3:33pm

I’ve been working on a small open-source project called BEEP-8.

It runs in any modern Linux browser and works completely offline once loaded. You don’t need Wine, Proton or Steam. Just open the page and it behaves like a tiny retro game console.

What it is:

- Runs in Firefox and Chromium on Linux

- 100% free and open source (MIT)

- Games are written in C/C++

- Compiled to a small bytecode format and executed by a custom ARM-like CPU emulator written in JavaScript

- No ads, no backend server, just static files

Live demo (playable in Linux browsers):

https://beep8.org

GitHub (SDK, toolchain, source code):

https://github.com/beep8/beep8-sdk

You can also self-host it on Nginx, Apache, GitHub Pages or even python3 -m http.server.

Example games available:

- 1D Pac-Man (just one horizontal line)

- ApeSky, a rope-swing climbing experiment

- Small demos showing graphics and sound

Why I thought Linux users might like it:

- Nothing to install, no Flatpak or AppImage needed

- Works on old hardware and Steam Deck

- All code is open if you want to hack it or build your own game

If anyone wants a quick setup guide or wants to bundle it into a package, I'm happy to help.

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

ERR_GFX_STATE

Reddit Linux_Gaming - 5 Nov 2025 - 3:30pm

Hey. I'm using CachyOS and trying to run RDR2, but when the loading screen ends, the game crashes with the message "ERR_GFX_STATE Restart the system". I have both the Intel integrated and an nvidia GTX1650, and after that crashm my PC won't recognize the nvidia anymore. I tried using the prime-run for Hybrid GPUs, but still nothing, and I don't think thats the problem since I see the GPU is being used on steam's performance monitor. There's another suspicious thing too, on the game's graphis settings theres an option to change the GPU used, that has the options 0 and 1, and it says 0 has 4096mb of VRAM (which is correct for the nvidia), and 1 has ~11000mb, which I suppose is the integrated Intel, misundestood by the system as 11gb of VRAM. When I use option 0, it crashes, but when I use 1, it runs, but evidently, very poorly. Does anyone have an idea of what can I do? I tried lots of different things so far, but I'm new to linux and I might be missing something. I'm really enjoying it but not being able to run this game is a serious obstacle for me.

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

Bottles, or rather the game, doesn't recognize gpu

Reddit Linux_Gaming - 5 Nov 2025 - 3:20pm

Hi, i installed Flight simulator 2004 with Bottles on Linux Mint. GPU is 1080ti, drivers are 580.

For Bottles i have gaming bottle with sys-wine-10.0, dxvk 2.7.1 and vkd3d-proton-2.14.1. I downloaded some vcredist dependencies.

Good thing is the game runs, but without gpu. Any ideas how to make it use gpu? Tnx all.

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

WeMod changed to Wand, displays black window and hangs

Reddit Linux_Gaming - 5 Nov 2025 - 3:12pm

Right now this is just a sort of PSA not to update your WeMod version beyond 11.6.0 until 'the community' has worked out how to get it working. As title says, I tried it and it hangs with a black window. That is Wand.exe, but also Wemod.exe at version 12.0.3. In the same prefix, Wemod.exe at version 11.6.0 works.

I have tried a few different Proton versions, and GE-Proton versions, and they all give the same result. The WeMod forum suggested adding a parameter:

--disable-gpu

Unfortunately that did not work (as in black window still hangs).

I have tried 'the usual' winetricks for graphics - so dxvk, d3dx11_42 and d3dcompiler_42, all to no avail.

I am going off for a while, so can't continue testing till next week. Hopefully this thread can act as a hook for people to post their attempts, and, hopefully, a working solution.

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

Making a fully linux LAN party, what are the technicalities of it?

Reddit Linux_Gaming - 5 Nov 2025 - 2:42pm

I'm planning on building a lan party of about 5 or 4 computers, using old hardware(DDR2 memory lga775 processors) using only Lubuntu 18.04.

i'm thinking of playing Counter strike 1.6, COD modern warfare's 1.2.3, Black Ops 1, Left for dead 1 and 2 maybe, minecraft??. Basically just that for now, i'll deal with the minimum requirements later.

Now for the part that i don't know anything about, how would i go installing and playing these games on linux, at least getting to the main menu with 800x600 resolution with no problems besides the resolution itself. Considering of course the fact that a Steam account would be a no no in this case.

Basically i just know of Wine and proton which i don't think would work without steam, so i'm lost up to this point.

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

Sonic fan game Dr. Robotnik’s Ring Racers gets a big upgrade

Gaming on Linux - 5 Nov 2025 - 2:35pm
Dr. Robotnik’s Ring Racers is a thoroughly great kart racing game made by fans of the Sonic universe, and a big new upgrade makes it better than ever.

.

Read the full article on GamingOnLinux.

Humble Choice for November 2025 has Total War: WARHAMMER III

Gaming on Linux - 5 Nov 2025 - 1:47pm
Want another good deal? Humble Choice for November 2025 has Total War: WARHAMMER III and some other wonderful looking games.

.

Read the full article on GamingOnLinux.

Pages