Other News about gaming on Linux
Chaotic party battler where vacuum cleaners face off - Roombattle is out now
Read the full article on GamingOnLinux.
help me game on cachyOS on this low end laptop.
okay so i want to keep it short so here are my specs of my laptop:-
intel pentium n3710 - cpu
intel HD 405 - GPU
4gb ddr3l 1600mhz - ram
1tb hdd 5400rpm - storage
so the problem is that my GPU doesnt support dxvk as it requires vulkan 1.1 minimum and my GPU supports vulkan 1.0. so i cannot use dxvk so i cannot play games with proton, i can use WINE but its slow, like really slow...
i need help on this, is there a way out? or i might need to switch to windows for gaming (i dont want to.)
thank you
[link] [comments]
Monster taming roguelite Aethermancer just got a big upgrade
Read the full article on GamingOnLinux.
Some game do not launch anymore
Hey,
I’ve run into a frustrating issue where some Steam games just won’t launch anymore.
Game i tested that don't launch anymore: Helldivers 2, Kingdom Come: Deliverance 2, Baldur’s Gate 3...
Game i tested that launch normally: DOOM the Dark Ages, Deep Rock Galactic, Hollow Knight: SilkSong, Resident Evil 4 remake, Monster Hunter World...
There doesn’t seem to be a clear pattern,they aren’t necessarily older or less demanding.
Here’s my setup:
- OS: Fedora 43 with KDE Plasma 6.6.3 on X11
- CPU: AMD Ryzen 5 5600X
- GPU: AMD RX 6700 XT
- RAM: 32 GB DDR4
- Storage: 2 SSD Nvme, one Gen 3 for OS and some games, one Gen 4 for games; the issue occurs regardless of which SSD the game is on
- Drivers: Mesa 25.3.6
Tried Proton Experimental and GE-Proton, but the problematic games still won’t launch
No logs are generated when I try to start these games in /home, and Vulkan seems fine (vulkaninfo shows no errors).
submitted by /u/emeric222[link] [comments]
Is Fall Guys available on Linux?
Hi, I searched the sub for this and a post came up to me with people saying it does via Steam. However, I checked this and the game seems not to be available any longer on Steam.
Is the game no longer playable on Linux?
submitted by /u/iAhMedZz[link] [comments]
If i were to switch to linux, how would my gaming be impacted?
pc specs: radeon r9 290 4gb, 32 gb ram, i7-4790
Im asking this because Vulkan doesnt want to install properly on my windows system, and i hear that with linux, you can get a version that works properly for games and emulation, so if i switch, how would linux impact my offline games, online games, modded games, emulation and so on and so forth?
submitted by /u/customblame16[link] [comments]
Cozy open-world exploration and crafting adventure Duck Side of the Moon arrives in May
Read the full article on GamingOnLinux.
Horizon Chase Turbo is getting delisted after the Epic Games layoffs
Read the full article on GamingOnLinux.
Mathieu Comandon Explains His Use of AI in Lutris Development [article/interview]
There's been an interview posted that I spotted, asking the Lutris dev to talk about his recent decision to use Claude to develop Lutris. Lots of drama about it a few weeks back, interesting to see his side of things.
For anyone interested (not my article):
https://gardinerbryant.com/mathieu-comandon-explains-his-use-of-ai-in-lutris-development/
submitted by /u/cyberminis[link] [comments]
ARC Raiders crashing with a dmp file but no logs
ARC Raiders crashing on Arch Linux after previously working — EAC loads successfully, no useful Proton/game logs, Vulkan stack healthy
I’m on Arch Linux with an AMD Radeon RX 9070 XT, using RADV / Mesa and native Steam (not Flatpak).
Original situationARC Raiders worked previously, then stopped launching properly. I originally was experimenting with NTSync, and I confirmed that issue was just a Proton version/config mismatch on my end. After correcting that, ARC Raiders began crashing.
At one point I also suspected MangoHud, because ARC Raiders was crashing when MangoHud was enabled, even though MangoHud worked on other games. But later, even after fully removing MangoHud and clearing related settings, ARC Raiders still crashed.
What I verified / ruled out Steam / Proton / launch config- Steam install is native, not Flatpak.
- ARC Raiders is configured in Steam to use proton_experimental.
- Steam config for AppID 1808500 confirms that.
Per-game launch options for ARC Raiders are just:
text %command%
so there are no stale custom launch options left for this game.
I also deleted the game’s Proton prefix multiple times:
bash rm -rf ~/.local/share/Steam/steamapps/compatdata/1808500
EAC appears to load successfully. Relevant behavior from the EAC log:
- settings load correctly
- it contacts Epic successfully
- Wine module mapping starts
it reports:
- Easy Anti-Cheat successfully loaded in-game
- exits with code 0
So EAC does not appear to be the initial failure point.
Vulkan / graphics stackvulkaninfo --summary works and sees the GPU correctly:
- AMD Radeon RX 9070 XT (RADV GFX1201)
- Vulkan instance/device info looks normal
packages installed:
- mesa
- lib32-mesa
- vulkan-radeon
- lib32-vulkan-radeon
amdvlk is not installed
So this does not look like a totally broken Vulkan stack.
LogsThis has been the weirdest part.
Things I expected but did not get- No useful ~/steam-1808500.log even when trying PROTON_LOG=1
- No meaningful game log in the expected ARC Raiders / Unreal locations
- No useful Proton crash trace
I checked a lot of Steam logs under ~/.local/share/Steam/logs/.
Most of them were basically noise:
- shader cache activity
- webhelper/UI chatter
- app metadata/cache stuff
- no clear fatal ARC Raiders crash line
The strongest actual clue I found was from the Steam overlay log:
- dlmopen libnvidia-ml.so.1 failed
- Assertion Failed: Failed to load "libnvidia-ml.so.1"
shortly after that:
- Detected possibly crashed/killed game, exiting
I am on AMD, so libnvidia-ml.so.1 not existing is expected by itself. The weird part is that the Steam GameOverlay process appears to assert on it.
Troubleshooting already tried MangoHud / overlays / recordingI tried removing or disabling all of this:
- MangoHud disabled
- MangoHud uninstalled
- Goverlay uninstalled
- Steam Overlay disabled
- Steam Game Recording disabled
- no custom launch options left
- no gamescope wrapper in ARC Raiders launch options
Even after all of that, the game still crashes.
Proton / compatibility tool testing- Confirmed the game is using Proton Experimental
- Not currently using GE-Proton for ARC Raiders
- Deleted compatdata/1808500 repeatedly between tests
- Tried various env var tests, but some of the more aggressive Vulkan-layer disabling tests prevented the game from even reaching EAC, so I do not consider those results reliable
I saw:
text ProtonFixes WARN: Parent directory "/home/.../.config/protonfixes" does not exist
but ARC Raiders is not set to GE-Proton. Steam config confirms it is on proton_experimental, so this warning appears to be incidental noise, not proof that GE is being used.
Mesa rollbackBecause the game used to work, I checked for recent system updates and found this likely regression window:
March 17- Mesa / RADV / lib32 packages updated to 26.0.2
- kernel updated to 6.19.8
- Mesa / RADV / lib32 packages updated to 26.0.3
- kernel updated to 6.19.9
I then rolled back:
- mesa
- lib32-mesa
- vulkan-radeon
- lib32-vulkan-radeon
from 26.0.3 back to 26.0.2
Result:
- still crashes
So Mesa 26.0.3 alone does not appear to be the sole cause.
Current best suspectsAt this point, the most likely remaining buckets seem to be:
kernel regression Specifically Arch kernel change from 6.19.8 -> 6.19.9, since Mesa rollback did not fix it and 6.19.9 included AMDGPU-related changes.
Steam client / runtime / overlay-side issue Especially because the strongest concrete clue is the overlay assertion involving libnvidia-ml.so.1.
Proton Experimental regression / ARC Raiders-specific Linux regression Since the game worked previously and now does not, despite clean launch options and fresh prefixes.
- Booting back into 6.19.8 specifically
- Testing under linux-lts
- Thorough A/B between current kernel and older kernel with otherwise same userspace
ARC Raiders used to work on Arch/AMD. Now it crashes after EAC successfully loads. Vulkan stack looks healthy. Steam config shows it is using Proton Experimental with no stale launch options. Reinstalling the game, removing MangoHud, disabling Steam Overlay/Game Recording, clearing prefixes, and rolling Mesa/RADV back from 26.0.3 to 26.0.2 did not fix it. The most suspicious clue in logs is Steam’s GameOverlay process asserting on missing libnvidia-ml.so.1 before the game is considered crashed. The main remaining suspect is kernel / Steam runtime / Proton regression rather than bad game files or bad launch options.
EDIT: my suspicion is that it has something to do with goverlay (despite uninstalling it) and some config or setting that it created when I was messing around, but I don't know of a way to check this. submitted by /u/THENATHE[link] [comments]
I really wanted Linux gaming to work
I’ve used Linux as my daily machine before (mostly for coding), so when I built a new gaming PC recently, I always had it in the back of my mind to try Linux gaming at some point.
Funny start though — the shop installed a pirated Windows copy 😄
Took me a couple of days to realize something was off. Checked activation and yeah… not legit. Ended up reinstalling Windows myself.
Anyway, my setup:
7800X3D, 16GB DDR5, RTX 5070
ASUS B650M- AYW motherboard (this caused issues later)
AW3225QF — 32" 4K OLED monitor
Windows actually worked great. HDR looked really good, everything felt smooth.
But the 6–7GB RAM usage kept bothering me, and I generally prefer Linux for my dev environment, so I thought I’d give it a shot.
Tried a few distros:
Pop!_OS
No WiFi drivers for my motherboard. Had to use an old USB dongle 😅
Tried HDR (don’t remember exactly how), but couldn’t get it working.
CachyOS
Same story with HDR. Spent some time tweaking, no luck.
Bazzite
Heard good things about HDR support here.
Installation was honestly painful — partitioning was messy, had to fix things with GParted (and yeah… I corrupted my Windows install here :D).
Even after setting it up, HDR just didn’t look right.
At that point I was kinda done.
On Windows I had things like Dolby Vision working properly, and after spending this much on a monitor, I didn’t really want to compromise the experience.
So yeah… went back to Windows.
Linux gaming is definitely better than before, but for my setup it didn’t really work out. I could’ve dealt with getting a different WiFi adapter, but the monitor experience is something I can’t compromise on.
Would love to know if anyone here has actually got HDR working nicely on Linux.
submitted by /u/nitya_007[link] [comments]
Steam Client Beta bring fixes for the new Linux SteamRT3 Beta
Read the full article on GamingOnLinux.
Fortnite on Linux
Hello.
I've been thinking about switching to Linux for a few weeks now. The only thing stopping me is the fact that, apparently, Fortnite cannot be played on it. Are there any workarounds? And do they require a lot of resources to work, like storage, RAM, etc? I have a budget gaming laptop and i want to be sure everything will run ok.
Thanks for all the help! :)
submitted by /u/Spuffye[link] [comments]
Anyone else having memory leak issues with the new WoW expansion?
I have seen threads and posts around the internet talking about the new WoW expac having a memory leak that causes people's games to lock up after an hour or two, causing a full restart of the game. I am having a similar issue with that memory leak, but mine is even worse. My game freezes up, causing my entire game to freeze, after only like 15 or 20 minutes. I installed BNet through Lutris, then downloaded WoW through BNet on Lutris. After that I added the WoW exe to Steam as a non-Steam game, and run it with the latest CachyOS and GE Proton versions. I have also tried using both DX11 and DX12 as some have suggested in forum posts or on Reddit.
Has anyone else dealt with this issue, and fixed it to any degree? This is driving me nuts. I'm supposed to be playing with a cute girl right now. I need this fixed immediately lol.
submitted by /u/careb0t[link] [comments]
DS4 controller input lag in Linux mint
I am using the ds4drv for connecting the controller wirelessly but the controller has noticeable input lag in all the games I've tried. How can i solve this. Or is there an alternative to ds4drv and by the way i can connect the controller through Bluetooth without ds4drv but it doesn't get recognised by games or steam
submitted by /u/AUTRACHRIS[link] [comments]
Witcher 3 on Linux Bug with Whirl and Left Mouse Button
Hi there just come across a bug i had with Whirl and left mouse button on the linux version of Witcher 3.
The bug: Most of time in combat when having the Whirl skill on. Just by pressing on the left mouse button could cause whirl to active and stay active even after having no input from the left mouse button.
I could find no information about this anywhere. I tried changing the proton compatibility version to GE-proton10-34, Cachyos-10.20260320, Proton Experimental and Proton 9.0-4. As well as change to FSYNC over NTSYNC, disable mangohub, use xwayland and then wayland, disable steam input. Nothing worked.
Fix: Changing the keybinding from left mouse button to same other button, i used my mouse side buttons but that's the only fix i could find for it.
if someone knows more about how to fix this issue please let me know and if you need more information. Thanks👍.
System:
Cachyos
KDE Plasma
6.19.10-1-cachyos
RX 9070xt & r5 7600x
Withcer 3 Next-Gen not classic
KBM
submitted by /u/Guilty_Software_633[link] [comments]
Best new COD style multiplayer games ?
Posting here since I want something I can actually play, I'm thinking the finals is the best multiplayer Linux friendly fps right now, but that's pretty far off.
submitted by /u/mcAlt009[link] [comments]
Newish Linux users who came from Windows semi-recently, what is advice you wished someone had told you before you made the switch?
I'm remotely helping a friend switch from Windows to Bazzite and I'm a crusty, old Linux user who's been around long enough to remember the xorg.conf editing days. I have plenty of knowledge of the advanced stuff and will gladly help my friend when he needs it, but what I don't know is what might be some of the bumps and papercuts he might have to deal with as a new Linux user as my new user experience is older than some college kids these days.
And before anyone brings it up, I know I'll likely have to be his tech support girl for a while. But he's thankfully technical enough that eventually he'll be largely competent instead of reliant on me.
submitted by /u/m103[link] [comments]
Change Distro on Dual-Boot with Secure Boot?
Preamble:
I'm not super new to Linux, but in spite using Manjaro and Pop!_OS in the past (and touching other distros back in high school) it's never been a daily driver. I simply liked too much art software and multiplayer video games.
With all the changes in the gaming space, and a lot more being done with software compatibility in general like getting Clip Studio Paint to work, I figured it would be a good time to start moving over and had a friend install Arch on my PC last year, because it was one of the few we knew of at the time with a good Secure Boot guide for dual-booting (so I could play my funny games).
I've been trying to play around in Arch again, but it's become very apparent how much manual configuration I have to do, and how the default UX of Arch is not really in favor of visual or novice-to-intermediate users. I knew going in that there would be some friction, but I've become increasingly irritable trying to problem solve all my compatibility and setup issues (and loathe web searching b/c it's just AI slop results).
I've seen that Bazzite and CachyOS are more new-user UX focused with lots of built in game compatibility stuff and are both Secure Boot compatible, and was thinking of one of those or similar might be more comfortable.
Questions:
1: Is it worth switching distros or are there some good QoL adds I can install on Arch to make it feel more friendly to me as a novice-intermediate visual user?
2: How does one even go about changing a Linux distro without breaking Secure Boot for Windows? I've never really touched bootloader configuration and my previous dual-boot experiences were before TPM 2.0 was a thing.
3: I like that I currently have my Windows install separated from the personal files and a lot of the program installs, is there a good guide on how to do something similar with Linux, regardless of if that's installing a new distro or just tweaking my Arch partitions?
submitted by /u/Ninjachu[link] [comments]
