Other News about gaming on Linux
[partially lost]Tux racer and Tux 2 Roxor games Roms
(P.D. i wanted to post this on the lostmedia subreddit but my karma just dont let me do it)anybody in here remembers tux racer ? probably yes, if you are a Linux oldie. the deal here is that existed a tux racer arcade version BASED on the tux racer commercial version of the game and a sequel called tux2 made by RoxorGames in the early and mid 2000's and distributed by ICE entertainment. both games are PC based arcades , linux or windows idk but they are pc based. making my own research i get up with a user called witherzombie222 in the forum of emuline that has or had dumped the og tux racer rom but the mirrors and download links seem to be taken down. and why i want to recover this roms ? idk for the love i have with the game i guess , it was part of my childhood btw .
submitted by /u/Still_Dish_7533[link] [comments]
F1 2021 silent crash on launch - Intel Iris Xe - Fedora
Specs:
- Fedora Linux, KDE Plasma (Wayland) (16 GB and 8 VRAM)
- Intel Iris Xe Graphics (RPL-U)
- Wine-staging 11.0 / GE-Proton10-32
What I have:
F1 2021 SteamRIP
Symptoms:
Game launches, DXVK initializes, finds GPU, then silently exits with return code 0. No error message. Same behavior through both Wine directly and Lutris/umu.
What I've tried:
Goldberg Steam emulator
CODEX crack (copied from working F1 2020)
GPU spoofing via DXVK (GTX 1050 Ti device/vendor ID)
EDID registry fix
-windowed launch flag
PROTON_USE_WINED3D=1
Last lines in Wine output every time:
err: readMonitorEdidFromKey: Failed to get EDID reg key size
err: DXGI: Failed to parse display metadata + colorimetry info, using blank.
Then exits cleanly.
Note: F1 2020 SteamRIP works fine with CODEX crack. F1 2022 also ran fine previously on this machine.
submitted by /u/Working-Limit-3103[link] [comments]
WayVR + WiVRn glitchy screen
Hello,
When I try to run WayVR on WiVRn to show my monitor while playing games, the display on the monitor itself is tearing and somewhat glitchy. I looked up this issue online and it seems to be a difference in the Mesa package. It appears that WayVR is still bundled with Mesa 25, whereas Debian testing (what I am running) is on Mesa 26. Are there any alternatives to WayVR for WiVRn? I assume I can't backtrack to Mesa 25 (going from stable to testing is irreversible for Debian), so would I simply have to wait for an update?
submitted by /u/Helpful_Raccoon4993[link] [comments]
The Linux Challenge Saga Continues
TLDR both Linus and Luke have had a positive experience with Linux this week
I love Linux and the r/linux_gaming subreddit You know what I love more is the r/linux_gaming mod team.
submitted by /u/CandlesARG[link] [comments]
Pipewire / OBS : Virtual mic via systemd user service
I had been running my virtual mic via audio sink using a bash script I found online. It's worked great for a few months, up until this week and I wasn't exactly sure why. It would no longer run via the KDE autostart and when run manually, it would show up but then disappear shortly after.
I've always felt that running scripts in this way was kind of jank anyways, and while it worked well, until it didn't, I decided to setup a systemd user service. I figured that will do everything in the background and force it to stay linked with minimal post setup fuss.
Not sure if this will be useful for anyone else, but I've had a hell of time getting all my audio stuff working, so I thought I would share. Also gives me some documentation if I ever need it in the future. Hope it helps someone out o/
Create the serviceI created a file called virtual-mic.service in my /home/YOURUSERNAME/.config/systemd/user/ directory.
Here is the service file:
[Unit] Description=Create persistent Virtual Mic (sink + source + links) After=pipewire.service pipewire-pulse.service wireplumber.service Requires=pipewire.service wireplumber.service [Service] Type=oneshot RemainAfterExit=yes ExecStart=/usr/bin/bash -c '\ pactl load-module module-null-sink sink_name=VirtualSpeaker sink_properties=device.description=VirtualSpeaker object.linger=1 ; \ pactl load-module module-null-sink media.class=Audio/Source/Virtual sink_name=VirtualMic channel_map=front-left,front-right object.linger=1 ; \ sleep 3 ; \ pw-link VirtualSpeaker:monitor_FL VirtualMic:input_FL || true ; \ pw-link VirtualSpeaker:monitor_FR VirtualMic:input_FR || true \ ' [Install] WantedBy=default.targetBasically, it loads after all the pipewire stuff is complete, creates two new modules (a speaker and a mic), waits a moment, then links the Left and then Right channels of those modules.
To start and enable the service:
systemctl --user daemon-reload systemctl --user enable --now virtual-mic.serviceFrom now on, the virtual speaker and mic should remain connected, and you can see the VirtualSpeaker module with the following.
pactl list short sinks Setup OBSIn OBS, we need to change our: Settings > Audio > Advanced > Monitoring Device and select VirtualSpeaker
Then, on our scene, we need to change the Audio Mixer > Advanced Audio Properties (the Gears) and set the preferred input device's Audio Monitoring to Monitor and Output
How I use it & issuesSo as long as OBS is running, all my filters. effects, etc. are applied to any program using the VirtualMic as its input device.
That being said, some programs will not see our new virtual mic directly. To get around this, I set my system default input device to VirtualMic. Then in, for instance, Audacity, I select default as my recording device and it works like a charm.
Just for reference, I am on CachyOS, KDE / Wayland.
EDIT-Spelling
submitted by /u/JijiMashu[link] [comments]
Reached out to a vendor about a gaming mouse and the lack of Linux software
Since my BIGGEST Linux issue has been rebinding mouse buttons, I decided to reach out to a vendor that was selling Redragon. I asked if the mouse side buttons could be rebound in Linux. They answered that they couldn't. But then they also said this:
Thank you for your question! The mouse itself is fully compatible with Linux and should work without issue. However, please note that the software used for customization and configuration is not supported on Linux. We understand your frustration and will certainly consider this in future product developments. If you have any other questions or need further assistance, feel free to reach out!
I answered that I had been working on this issue within Linux for about year. As gaming on Linux has exploded in recent years there are a LOT of gamers that need software. Then I thanked them. They responded with:
You're very welcome, and thank you for your valuable feedback! We truly appreciate your suggestion, and we will definitely consider developing Linux-compatible software to support the growing number of Linux gamers. Your input helps us make our products better for everyone.
Maybe they were placating me. But my thought is that we need to ask for what we need. I also joined a MASSIVE thread on the Razer Naga site begging for Linux compatible software. Razer didn't respond to ANY of the many, many comments asking for software. That thread is about a year old. I'm thinking about starting a new thread essentially tapping my watch and asking them WHEN???
submitted by /u/tranquilseafinally[link] [comments]
EA App failing to install on Steam Deck
Hey, so I bought Mass Effect Andromeda a few day ago, I installed it and everything went fine. However, I had to uninstall and re-install it due to an issue I was having with the prefix. Since today, I currently get the following errors when the EA App attempts to install on a fresh prefix (1238000):
INST-21-25005
INST-14-1627
I have no idea why these codes appear and why the EA App suddenly won’t install despite working only a few days ago. I’ve tried changing Proton versions, deleting the prefix again, restarting my Steam Deck multiple times, attempted to run the game offline, and so far, nothing has worked to attempt to fix this issue. Can anyone please help me?
submitted by /u/Blayer98[link] [comments]
Is there any way I can fix my Isaac? 🥹
I recently moved to CachyOS, so far I love it and haven't got any issues with it, recently I re-downloaded TBOI, but it does this for some reason...
I read on some places that Rep and Rep+ doesn' have support, so I would like to know how do I use Proton on this e.e
[link] [comments]
Browser-based hacking sim, works on any OS. Terminal-driven, no download. Looking for testers.
Built a terminal-based hacking game that runs completly in the browser. No download, no install, no dependencies. Works on Linux, Mac, Windows — anything with a browser.
You type real commands into a terminal. Scan networks, pick targets, choose exploits, breach into servers, navigate generated filesystems. Theres a heat system, AI NPCs, factions, geopolitics, PvP. The world reacts to what you do.
Solo project, backend runs on Linux (Go + PHP + PostgreSQL + Redis). Looking for testers — especially Linux users since my first tester was on Firefox/Linux and found a rendering issue i already fixed.
Play: https://deepnet.us
Discord: https://discord.gg/YpexgTDE
[link] [comments]
Why I can't install any linux distro in my pc? All of them get stuck at "Booting *distro* ostree:0
I've already tried installing Bazzite, Fedora, Ubuntu, Kubuntu, Mint, and a couple of other distros, but none of them passed this screen.
I've already disabled secure boot in my BIOS and tried only to leave connected the drive that I was installing the OS but to no success.
submitted by /u/SouthDistribution755[link] [comments]
EA App already installed via Lutris, Steam tries to install it anyway.
Unable to play EA game purchased via Steam (Sea of Solitude)
EA App says I have to download the game via Steam, even though it's already downloaded. When I try to launch the game on Steam, it automatically opens the EA App installer (which obviously failes) and the game fails to launch
How do I convince these 2 programs that the other is in fact installed on the PC??
I hate Pop_OS smh
[link] [comments]
X11 problem
Hey guys, so I have a problem with my x11 as I switched full-time to Nobara KDE (Nv OS) a few days ago from Windows 11 and I enjoy it a lot, but I am facing problems, as I can only use Wayland and I want to use X11 as it improves performance on the legacy cards because I am using a gtx 1060 6gb gpu and wayland is a bit difficulton the older gpus( I am saving up for a AMD gpu like a Rx 7600 and yes I am aware that they are moving away from the gpu driver support for the 10 series cards in linux) but I have to make due with my gpu for now.
The problem is I can't use x11 at all, when I switch to x11 in the login screen and login I get sent straight back to the login screen and this is what's happening everytime witch I think the x11 platform is crashing as soon as I want to use it. I did some troubleshooting on this, I uninstalled my gpu drivers in the TTY terminal, I tried clearing the plasma cache, I even made a test account but it even crashes there, I mainly play gta v and it's a fresh unmodded version and Im hitting 44fps in the game and my gpu is even sitting at 90% usage and I have an Ryzen 5 3600 and 16gb ram, my Nobara is on an ssd and I use ProtonGE.
If anyone has some form of fix or other advice please I would really appreciate all the help I can get.
submitted by /u/SpookyMulder_13[link] [comments]
How to get a console like interface for my games installed in bottles?
I specifically do not want to move away from bottles.
With that said, is there a way to have a console-like interface that will work easily with the games?
1) I tried lutris and it looks so old. Basically, I want the gaming equivalent of Kodi.
2) I tried pegasus launcher. It looks amazing on its own. But it just has the thumbnail icon from lutris, no other metadata. So the games look very bare and unpolished.
Does anyone have any suggestions?
submitted by /u/miss3star[link] [comments]
Cs2 issues
I am ussing fedora, and when i play cs2 on my PC in fedora, my fps is about 90 to 150, when i try the sabe pc, the sabe configurar, on windows, i have 350 fps, i really enjoy fedora/Linux, i really wanna fix my cs2 on Linux to play, there's something that i can do?
submitted by /u/Efficient_Builder213[link] [comments]
Planning a retro LAN party for my bachelor’s – need distro advice for a pile of 2000s laptops
So I’m pitching an idea to my best men for my bachelor’s party and since my fellowship consists mostly of gamers, I’m trying to convince them to start drinking on second day and do a retro LAN party on first instead.
I got my hands on 16 early-2000s laptops (mostly DELL, few Lenovo and HP). My plan is to turn them into a plug-and-play LAN setup with classic multiplayer games that still have Linux ports or natives.
Current game shortlist:
CS 1.6
Unreal Tournament (1999 or 2004)
Serious Sam: Second Encounter
SRB2Kart
Re-Volt
Worms Armageddon
Teeworlds / Soldat
The idea is that every laptop already has everything installed, you sit down, plug into the switch, and we just start hosting games on whoever’s machine is free (probably the same machine the host is playing on).
To give you an idea of what we’ll be running on hardware-wise:
-early/mid-2000s laptops
- around 40GB HDD each
- mix of Intel + some Nvidia GPUs
- Anything between 1–4GB RAM
- 10/100 LAN switch (eying down D-Link DES-1024R+ 10/100 Fast Ethernet 24-port switch)
What I’m looking for in a distro:
- lightweight (small install footprint would be ideal)
- low RAM/CPU usage
- easy driver support for Intel/Nvidia graphics
- painless networking (plug into LAN switch and it just works)
- preferably something where installing these games isn’t very problematic
I don’t need a fancy desktop environment — honestly a super minimal window manager is totally fine as long as launching the games is easy.
So far I got to some threads recommending Lubuntu for something similar.
But I’m curious what would be your pick to set up 16 identical retro LAN machines and wanted minimal maintenance.
Anyone actually done something similar?
All responses are appreciated
submitted by /u/That-Fun-7760[link] [comments]
DayZ on Ubuntu - Connection to host has been lost
Hi all,
Back on Linux after a long long while. Using Ubuntu 25.10, steam installed via Snap and trying to run DayZ. Every time i connect to a server, it starts loading like normal, freezes and then shows an error "Connection to host has been lost"
What I've tried:
* Changing proton layer, tried GE-proton and proton Experimental as well as the default one (Let steam choose)
* Tried running DayZ with special launch instructions, "%command% -nosplash -noBenchmark -noLogs -allowVP -d3d11"
* Tried deleting the BattleEye folder, and verify game files in Steam.
* Tried different servers
* tried to Set a lower MTU. (Gemini gave me that tip)
* Tried google but i don't see anyone having this problem on Linux.
But still get the same error, every time.
Any tips? Please, i don't want to go back to Windows 😪
Thanks!
submitted by /u/JealousGuy0[link] [comments]
How to get games running on Linux using fightcade? Please help
[Help] 9070xt VRAM Clock Speed stuck on 2248MHz in games
Hey so the problem is my VRAM doesn't boost to the max while gaming on 9070XT. It reaches MCLK 1124 MHz (~2248 effective). The behavior seems very weird. From my observation If I put (for example) a terminal in fullscreen on my second monitor it boosts to the max when gaming.
In LACT my power profile mode and performance level are set to automatic and BOOTUP_DEFAULT
I checked If PPD was interfering (system status lactd) but nope, the result was: conflicting power-profiles-daemon action amdgpu_dpm is already disabled
When I change my performance level in LACT to Manual and then set the Power Profile Mode to 3D_FULL_SCREEN it fixes the problem and it boosts to the max in-game. idk If that's the expected behavior since I'm very new to Linux
I'm on Nobara Linux with KDE Plasma,
kernel 6.19
Mesa 26.0.2
linux-firmware 20260221
Both LACT and Daemon are up to date.
Idk If that's relevant, but i'm using two monitors one 2560x1440 165Hz and the second one 1920x1080 100Hz
I'll appreciate any help or explanation! For now I'm leaving my power profile mode on 3D_FULL_SCREEN
submitted by /u/Vit0_Howczukken[link] [comments]
NVIDIA DLSS 5 announced and it's all about that AI generation
Read the full article on GamingOnLinux.
Battlenet CachyOs
Olá a todos, existe algum tutorial para conseguir rodar o battlenet no cachyOS? Tudo oq tentei até o momento simplesmente não funciona battlenet da erro e fecha.
submitted by /u/ConsistentAddress959[link] [comments]
