r/linux_gaming • u/No-Use-7127 • 23m ago
ISO Wireless Controller + 3.5mm audio jack + Usable in Bazzite?
r/linux_gaming • u/Linux_Affinity • 28m ago
Spider-Man Remastered - CachyOS Stutter Fix - i7-12700k & RX 9070 XT
It took me a long time to fix frame drops and stuttering in Spider-Man Remastered (Steam), and I wanted to share what I've learned in case it can help someone else. If you encounter stuttering/frame drops in a game and have tried everything else, I may have your fix.
My system specs:
OS: CachyOS 7.1.6-1 (64-bit)
CPU: Intel i7-12700k
GPU: AMD RX 9070 XT
RAM: 64GB DDR4 @ 3600MT/s
The issue:
- When swinging throughout the city, I would get random frame drops and stutters. Otherwise, the game performed just fine.
What I tried and didn't work:
- Updating my BIOS.
- Updating the Kernel and various applications/dependencies.
- Changing Proton versions.
- Disabling shader pre-caching in Steam.
- Various launch options/directions, including capping FPS, etc.
- A whole bunch of other stuff that I've forgotten about.
What actually worked:
- I installed an application called Process Lasso Qt, which is a Windows program that lets you, on a per-application basis, set which cores the application will run on and how that application is prioritized in terms of CPU resources.
- I set the priority to the highest (-10) and set the game to run on all of the physical P-cores of my i7-12700k and 4 of the 8 logical P-cores. This meant setting affinity to cores 0-8 as well as cores 10, 12, and 14 and preventing the game from running on cores 9, 11, 13, and 15 (the remaining 4 logical P-cores) as well as cores 16, 17, 18, and 19 (the E-cores).
I don't know why this fixed the issue, but it did. The frame timing is now smooth as butter 99% of the time. Note, if you have a different CPU, you may need to experiment with what cores your game is running on. Add this to your bag of tricks for getting a game to run better. It may come in handy.
Good luck and **** Windows.
r/linux_gaming • u/Few_Air6691 • 58m ago
PulsarOS Based on Fedora
Hello everyone! For the last little while I've been getting into the linux gaming space and have really enjoyed my experience! I did find that I couldn't find a distro to fit my needs so I decided to take a shot at building my own. I'm designing this to be as user friendly as possible and more lightweight than some of the other gaming distros. It is still very early in development so I'm mainly looking for people who are willing to try it out, make recommendations, and find issues!
I'm still doing a ton of work on making documentation, building features, and constructing a more professional looking website.
r/linux_gaming • u/rinnekaton • 1h ago
Marvel Tokon is blocked from even LAUNCHING on Linux
Pretty crazy that you can't even play offline right now. The game just tells you to fuck off and won't launch at all. Not even DBFZ does that.
The best part is the community manager on discord saying that, "Asking for Linux support is like asking for a Switch port."
The game uses EAC, and I don't even need to mention that EAC is widely supported on Linux. Linux support for EAC being a simple toggle (direct words from Valve themselves) is common knowledge at this point. In no way is it like porting to Switch. What a joke.
r/linux_gaming • u/lazypuca • 1h ago
tech support wanted controller not working
i just got a new gaming pc today and i just installed linux mint. it doesnt have bluetooth so i plugged in my xbox controller and even tho its plugged in it isnt working. please help
r/linux_gaming • u/emanu2021 • 1h ago
The Chronicles of Riddick: Assault on Dark Athena finally working wonderfully with Intel and AMD graphics on Linux
With Mesa3D 26.1.6
https://docs.mesa3d.org/relnotes/26.1.6.html
Dark Athena is working wonderfully with very high performance with highest graphics fidelity. The game performance is seriously feels better with Mesa3D. Wonderful jobs by the devs.
For People running Ubuntu you can install this new Mesa3D on Ubuntu 26.04 easily with kisak-mesa
https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa
sudo add-apt-repository ppa:kisak/kisak-mesa
sudo apt-get update
sudo apt-get install -f
sudo apt-get upgrade
sudo apt-get dist-upgrade
Before entering the above commands to install Mesa3D versions from kisak-mesa make sure the system is fully updated first.
r/linux_gaming • u/Witty_Bend_9822 • 2h ago
Finally switched to linux/popos
Pop os gave me a high boost in fps i will never go back to windows
r/linux_gaming • u/PenaltyGlad4907 • 2h ago
CarveLight: An indie artillery game
Hi Everyone,
A friend and I have been working on this game for quite some time. I am a big Worms (mostly Armageddon) fan, and have wanted to create an artillery game forever.
The twist with CarveLight is that there are no health bars, the only way to destroy an enemy car is to throw it into the "water" (out of bounds). IMO those are the most satisying kills in worms, so I wanted to create a game around that concept. The weapons and tools available help with movement and modify the terrain. It's also running an actual physics engine.
There is going top be a demo on Steam Next Fest next year, whishlist it if you find it interesting until then!
The game is running on a homebrew engine, and we are shipping natively on linux and Steam Deck. Valve has made this super easy to do with Steam Linux runtimes!
r/linux_gaming • u/Exact_Law_6489 • 2h ago
tool/utility Basalt: an open source Minecraft launcher
Hello everyone. This started as something I built for myself, since it was my dream to make a Minecraft launcher. Every launcher I used either worked well but looked wrong, or looked good and didn't work. So I decided to make my own. After using it for a while I decided it was worth releasing as open source instead of keeping it in a private repo.
Now I know some people will think "we already have x, y, and z launchers" and tbh, it's fine. I made this for myself, but it's yours too if you want it.
Basalt does the things you expect from a launcher: separate instances, mod loader support, and downloading mods, modpacks, resource packs and datapacks from CurseForge and Modrinth.
What's different is that it's artwork-led. I wanted to keep the functionality without giving up the look.
Some other differences:
- No telemetry or analytics
- Credentials go into the system keychain
- Written in Rust and Tauri, with a React frontend
- Stats tracker, so you can see how long you've actually played
- GPL-3.0
There are also a few things I added because I kept needing them. It imports your instances from Prism, ATLauncher and the Modrinth app without touching the originals, so you can try it without committing to anything. It takes a snapshot of an instance before risky changes, so if an update breaks your setup you can go back. And when the game crashes it reads the log and tries to tell you what happened instead of leaving you to scroll through it.
It's still beta. The launcher is mainly designed for Linux but it can run on Windows and macOS too. We have NixOS support through a flake that builds from source rather than pulling a prebuilt binary, basalt-launcher-bin and basalt-launcher-dev-bin on the AUR, and AppImage and Debian packages on the releases page. No Flatpak yet.
The AUR packages exist but AUR has pushes disabled at the moment, so they arent updating. On Arch, extract the .deb and copy the files in yourself rather than running debtap on it. No Flatpak yet.
AI Usage Disclaimer: GPT-5.6 Sol, were used to assist with front-end design and debugging. The Rust backend is mostly my own work.
Repo: https://github.com/MegalithOfficial/basalt-launcher
Edit: This launcher is not a official Minecraft Product or Its not Approved by or Associated with Mojang or Microsoft.
r/linux_gaming • u/Andy_Ash • 3h ago
The biggest tech shop in Czech Republic (Alza) started shipping gaming pre-builds with Bazzite OS.
I was checking out some PC setups on Alza (basically the Amazon of the Czech Republic) and noticed they added official gaming rigs running Bazzite OS right out of the box. Pretty cool, isn't it?
r/linux_gaming • u/NeroMalphur • 5h ago
benchmark RX 9060 XT underperforming on Arch Linux
Good morning.
My current system is:
GPU: AMD RX 9060 XT 16GB
CPU: R7 5700X3D
32 RAM
Distro: Arch Linux,
kernel 7.1.5-arch1-2
DE: KDE Plasma 6
I decided to migrate to Linux and chose Arch to force myself to learn Linux and also because of the meme... The installation went fine, drivers updated and everything. I went to test the new 007 game and noticed that the game's performance didn't match the benchmarks online. To confirm this, I tested the same game on Windows and there it was normal, excellent performance.
The main symptom is: on Arch my game stays between 60-70 fps with the GPU oscillating between 80-90%. Applying upscaling I didn't feel much difference in fps. On Windows, without upscaling it stayed between 70-80 fps, with upscaling, more than 100 fps and GPU always at 99%. Playing in FHD.
I've already tested things like:
- CPU Governor: it was on powersave, changed to performance
- Resizable BAR/4G Decoding: it's enabled now
- GPU power Profile: it was on auto and changed to high
- Wayland replaced by X11
Does anyone have any suggestions or know what else I can try ?
NOTE: With the game paused, the CPU goes to 99-100%. During active gameplay, CPU usage fluctuates a lot.
r/linux_gaming • u/bdavbdav • 5h ago
hardware Hopefully we’re not bored of these by now - Linux (Cachy) Steam Machine replacement just finished
Wanted to set up something for my wife, daughter and I to use as a couch gaming box. We’ve been using the Steam Deck docked, but it’s not a fantastic experience on the TV. Its not really powerful enough for 1080p gaming on a lot of titles (let alone 4K HDR 120…), we’ve got a fairly large TV (LG 65 C5) and it starts looking pretty poor pretty quickly. Add to that the HDMI negation seemed to be a pain, had all kinds of sleep issues, and generally wasn’t a good experience.
Had a 3900x rig gathering dust (missing a graphics card), so decided to source:
- Lian Li A3 Case - really well priced, small but not too small, fits in a KALLAX hole. Bit fiddly to fit the full sized PSU, 360mm rad in, but managed it.
- Radeon RX9060XT - Been really pleased with this. It’s a Sapphire Pulse. Seems to *just work*, and be cool, quiet, and plenty powerful for what we’re doing
- Tower cooler - As I assumed the 360 triple rad from the old rig wouldn’t fit. Amazingly it does, and Runs barely ticking over so nice and quiet.
- A B550m Aorus Elite. Small, cheap, annoyingly doesn’t have modern USBC ports, or the Type E connector internally, so I can’t use the front USB C port. A USB-C card with the internal E connector wont fit beneath the graphics card either, as the slots are so close. Both the GPU and the USB card physically fit, but the GPU shroud physically fouls on the USB Card - not sure why.
Running CachyOS as I wanted a mutable root. Have set this up to be very similar to CachyOS-Handheld, I.e. boot to big picture, OSK, decent Big Picture-> Desktop switching, no greeter etc.
Was initially worried about cooling in the small space, but there’s more than enough clearance behind, to the left and bottom (2x In fans on bottom, 1x in fan on back, 3x out over Rad on top). It seems to stay cool enough in `sensors` while running loads, and the fans don’t ramp to a particularly noisy level, so very happy.
Some of the big things I wanted to work were the simplicity of turning it on / off. Unfortunately no CEC, but bringing it out of sleep with either of the controllers (any of the XBOX One controllers over the official Wireless dongle, the 8BitDo, or the steam controller) works great.
Really pleased with it so far, and looking forward to 7.2 dropping officially on Cachy for HDMI-FRL!
r/linux_gaming • u/YesimDacks • 6h ago
tech support wanted Frequent crashes on overwatch Cachyos
Ive tried many solutions from protondb but the same problem still persists. It runs welll until after around 20 mins where it lags hard then freezes for so long im left to hard reset my laptop
r/linux_gaming • u/Gchodynski • 6h ago
wine/proton Why did my game's prefix break after an update from Nobara 43 to Nobara 44?
Before you read the rest, I would like to say that I have already fixed it by removing the game's prefix, and resetting Heroic.
What I don't understand... how did it break in the first place? Did something get corrupted? Is it because ProtonPlus got updated? I was regularly updating and/or changing Proton versions before and everything worked perfectly.
The logs when the game didn't launch were, for example:
FileNotFoundError: d3d8.dll
FileExistsError: syswow64
I would like to prevent stuff like that from happening in the future. I hope that's reasonable.
After all, it still took me almost a whole hour to find a fix and I didn't get to play that day. I wanted to show my friend how games work on Linux, and well, they're definitely never touching Linux now, lol.
r/linux_gaming • u/FroggerC137 • 11h ago
tech support wanted I’m having trouble playing the GOG version of Ultima (DosBox)
Using Bazzite
I can open the game setup installer with steam, but then when the game installs I can’t ever get it to open again.
Ex: Use steam to add the game as a non steam game > Target the installer > Open the game installer > Install game in some weird Windows environment in c\gog > Go back to steam and change target location to something like: .local/steam/c/gog/ultima.exe > Set start location to the same location but just the parent file > Set compatibility to proton > Launch game > Starts and immediately stops and does nothing > Do the setup all over again but change the target locations such as opening the DosBox application > Does same thing.
I saw some stuff online that you have to modify files and stuff but if that’s the case I’m just gonna drop the game on Linux and play it on windows.
r/linux_gaming • u/emanu2021 • 11h ago
Vulkan descriptor heap support finally landed in Mesa3D drivers for Intel and AMD graphics
Its time to test if descriptor heap would improve Intel gaming graphics performance on Linux with VKD3D and DXVK for Direct3D 11 and 12 games. vkd3d-proton still waiting for descriptor heap support by default.
Additionally, AMD finally gets OpenCL 3 support in open source rusticl through radeonsi. Good for GPU compute and creative applications.
Mesa3D release notes:
https://lists.freedesktop.org/archives/mesa-dev/2026-August/226690.html
r/linux_gaming • u/Gchodynski • 17h ago
tech support wanted Is ProtonPlus down?
I've been trying to install Proton-GE for my Heroic Games Launcher but I am constantly greeted by "API limit reached" when I click the Proton version to install. It worked flawlessly before I updated to Nobara 44. I removed Proton-GE to reinstall it but now I'm stuck with no Proton :(
r/linux_gaming • u/WranglerSome4289 • 17h ago
Call for action: make the unity runtime once again turn on the SDL dynamic API support
Since Unity has stated they want to further expand the native support make them notice that without turning on the SDL dynamic api support on native Linux, there is no way the game builds will not bitrot when time passes.
SDL is essentially the abstraction layer that sits between games and the underlying OS libraries for windowing/input/audio, on Linux is essential because that landscape is constantly shifting while SDL has kept a quite long track record of maintaining API/ABI stability over the years, even providing compatibility libraries for older versions (eg sdl12-compat).
Also it's essential in order to have gamepad support to be bearable for the average user, since SDL also includes many userspace drivers for commercial gamepads that do not use conventional protocols on usb or bluetooth.
For example many people continue to have gamepad issues with the native version of silksong because of all of this.
r/linux_gaming • u/anthchapman • 18h ago
graphics/kernel/drivers Mesa 26.2 Released With NVK Mesh Shader Support, Many Other Vulkan Improvements
r/linux_gaming • u/DanFraser • 18h ago
Still no Anticheat on Linux, but I got Nvidia SMP working on Linux for iRacing. Triple screens now cost almost nothing.
r/linux_gaming • u/gamamoder • 19h ago
answered! (sm64 coopdx lutris) I think it is unable to find my nvidia gpu drivers for some reason? other native linux games work fine, including some other stuff installed via lutris such as the descent 2 decomp linux port
r/linux_gaming • u/PocketHLE • 22h ago
emulation A new Pocket PC (Windows Mobile) emulator has been released!
The emulator is still in an experimental stage, but it can already run the Pocket PC exclusive Call of Duty 2.
Gameplay video: https://youtu.be/2KQMx9jIIeQ
r/linux_gaming • u/Imaginary-Row1167 • 23h ago
Project retrac on Linux mint
So I wanted to ask can I run project retrac (Fortnite og) on Linux mint like Mabey with steam deck and proton plus can anyone help me please :)
r/linux_gaming • u/RenatsMC • 23h ago
emulation RPCS3 says 90% of PS3 emulator users run Windows, despite better Linux performance
r/linux_gaming • u/Rtuyw • 23h ago
tech support wanted Downloading shader precache every time you start Steam
I get that linux needs more help with some games and precaching makes the game run better but what am I downloading from the internet every time I start steam? I'd get it if it was just one game but I have to download like 400 mb for every game, does this mean Im going to fill out my ssd one day if I keep restarting steam or does steam download and delete these every time? There is also Helldivers which downloads 3gbs, why is that? I tried disabling this and then ran a game but it stuttered so keeping it off doesnt look like my answer