Other News about gaming on Linux

Garry's Mod Workshop Addons not working properly

Reddit Linux_Gaming - 12. März 2026 - 00:43

Ever since I switched to Linux my Steam addons have not been working properly. Is there any kind of workaround with this or do some mods genuinely just not like Linux?

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

Valve posted a statement on the New York lootbox lawsuit

Reddit Linux_Gaming - 12. März 2026 - 00:28

The interesting thing to note: NYAG "demanded" that Valve actually collect more of your personal data to do more age verification.

Is it a coincidence that this happens while NY is pushing for computer log in thing?

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

I want to play Resident Evil 4 (2005) on an NVIDIA GeForce MX230

Reddit Linux_Gaming - 12. März 2026 - 00:12

I wanted to play a Resident Evil game on the notebook I use for work because the motherboard of my gaming PC burned out (yes, right when RE9 was announced). So I decided to take the opportunity to play the original Resident Evil 4 with the HD mod. I work as a developer and use Linux, so come along with me on this journey.

First of all, I already knew how to use Proton and similar tools, and I also knew it was possible to install the RE4 HD Project mod. If you have any doubts about that, just Google "how to install RE4 HD Project on Steam Deck".

However, the game would not launch at all, even with the RE4Tweaks mod. I tried changing the refresh rate from 120Hz to 60Hz and several other things, but nothing worked.

Then I realized that what I actually had to do was downgrade the NVIDIA driver, because the GPU no longer has proper support. So below I will leave a tutorial explaining how to do this.

First, it was necessary to remove the official NVIDIA drivers installed from the standard Arch Linux repositories. To do this, I used the command below, which removes the packages while ignoring dependencies:

sudo pacman -Rdd nvidia-utils lib32-nvidia-utils nvidia-settings

During the process, the system warns that Steam may stop working due to the absence of the Vulkan driver provided by these packages. At this point, just make sure Steam is closed and proceed with the removal.

Next, I installed drivers compatible with Pascal architecture GPUs that are available in the AUR, using the yay helper:

yay -S nvidia-580xx-dkms nvidia-580xx-utils lib32-nvidia-580xx-utils

After the installation, it is necessary to rebuild the system's initramfs images so the driver modules can be loaded correctly during boot:

sudo mkinitcpio -P

Once this is done, simply reboot the system so the new driver can be applied.

In my case, I am also using Proton GE 10-32 to run games on Steam. To ensure compatibility with some titles, I added the following launch parameter to the game's launch options:

WINEDLLOVERRIDES="dinput8=n,b" %command%

After these steps, the games started launching normally.

submitted by /u/Solid-Guidance-7414
[link] [comments]

GPU passthrough to Windows VM

Reddit Linux_Gaming - 12. März 2026 - 00:09

I don't understand how it's work. My pc has ryzen CPU without igpu and Rx 6900xt. I heard that this needs second GPU so I could buy smth like W2100 for 5-10 bucks? Where I need to plug two monitors to get full 1080@144 ? I'll be grateful if y'all explain me this what I need to buy and how to connect/setup it. And also I have cachyos.

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

Reverse Module is now on Steam! :)

Reddit Linux_Gaming - 11. März 2026 - 23:01

Made on Linux and for Linux! Please check it out and report any issues! :)

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

Trying to run

Reddit Linux_Gaming - 11. März 2026 - 22:41

Max payne on popos, well it wouldnt run thru wine or play on linux. I then tried lutris and it i nstalls and runs but when i get in the game the sound is laggy and jittery sounding and the mouse movement is super fast, turned some mouse settings down but any touch to the mouse has the character spinning insanely fast. Does anybody know what i need to do to get the game dialed in? I been wanting to leave windows and migrate over to linux but one of the challenges is getting some of these windows games to work

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

RESIDENT EVIL REQUIEM RAY TRACING PROBLEM

Reddit Linux_Gaming - 11. März 2026 - 22:38

With using ray tracing either normal or high the objects are flickering and shimmering like how you see on the vid, but the problem is only on ray tracing not path tracing which i think is weird.

I've Tried different protons still the same, and tried the new one with the heaps update and the game boots with black screen but i hear the audio and the game running.

My System :

OS: cachyos 6.19.6-2

Ryzen 5 7600

32GB RAM

RTX 5060 TI 16GB

Driver version: 595.45.04

note: I've also tried 580 drivers same problem, i didn't try the 590 cuz it has this weird artifacts.

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

Gaming on panther lake

Reddit Linux_Gaming - 11. März 2026 - 22:30

So I got me an msi prestige 14 with a spanking new Panther lake chip. Toyed a bit with it on windowsand was rather impressed but i was pretty adamant on switching to Linux because of my profound dislike of windows, especially as of late.

However after almost a month and the 3rd distro I'm kind of regretting it.

I'm on Ubuntu 26.04 LTS because that's the only one where the device was operable (previous distros i tried were lacking sound or wifi or multiple things, 2 weeks of troubleshooting couldn't do it). Still no accelerometer nor fingerprint reader but this can wait.

I understand this is one of the disadvantages of early adoption but I don't think the drivers are still there. And gaming much less so.

My assumption is vulkan because I've tried with multiple proton versions and every 3d game i play exhibits the same issues:

Crazy visual glitches with shaders and lighting malfunctioning, geometry popping and vertex explosions, and worst, memory leaks which start after playing for 10-20 mins.

So this makes gaming, one of my main drivers, pretty ass.

Anyone else with the same device or soc is also running linux and how is it working for you if so? Any tips to make it ..work?

Any news of kernel/drivers updates for it will come? I run update && upgrade every day but nothing has improved over the last couple weeks.

Any news on when this distro ver. Will become more stable (it's still dev iirc)

Thanks for the help and tips in advance

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

Testing SteamOS in a VM without a Steam Deck

Reddit Linux_Gaming - 11. März 2026 - 22:30

https://preview.redd.it/lbdcxkyighog1.jpg?width=1920&format=pjpg&auto=webp&s=d5c17b146719019d087d0077925ae0e042dd3b4b

I was curious about experimenting with SteamOS (the one used on the Steam Deck), but I don't actually own a Steam Deck.

At first I thought I would need the hardware to test it properly, but it turns out you can actually run it inside a virtual machine and explore the whole environment safely.

The main challenge for me was figuring out:

  • how to get the SteamOS recovery image working in a VM
  • how to configure QEMU with UEFI firmware
  • how to create the virtual disk properly
  • how to get SteamOS to boot and run without breaking things

After some trial and error I documented the full process step by step. It covers things like creating the QCOW2 disk, attaching OVMF for UEFI boot, installing SteamOS, and even switching from Game Mode to the desktop environment so you can test things more freely.

If anyone here wants to experiment with SteamOS without touching their main system, this might help: Running SteamOS on QEMU/KVM

I’ve also previously tested single GPU passthrough on a QEMU VM with Windows 11, which worked successfully, and I documented that on my blog as well. My next step will be trying single GPU passthrough with SteamOS.

If any advanced users here have already experimented with GPU passthrough on SteamOS VMs, I’d be interested in hearing about your experience.

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

I rebooted while compiling linux-lqx kernel, tried to fix it and now it doesn't even recognizes live boot (Arch Linux)

Reddit Linux_Gaming - 11. März 2026 - 22:12

I5-4460 with 16gigs of ram, 240GB SSD drive, 500GB HDD drive. Arch Linux Btrfs

I was compiling linux-lqx via yay and while it was going on, it started to post "directory not found" errors, then in a bad choice i closed the terminal, pacman started failing with (Device has no storage left) then i rebooted and, kde is no more

I managed to log via tty and df -i showed 0 inodes in everything, i tried to fix it by myself, and now as i said my live boot drive is not even being recognized (my laptop with windows also doesn't)

for some reason now when i boot in my ssd i can access "rootfs", i need help.

What do i do? i cant post any logs but i need help, thanks in advance!

submitted by /u/mr-xd-
[link] [comments]

I need help

Reddit Linux_Gaming - 11. März 2026 - 22:09

I am currently trying to install xpadneo and I’ve probably got everything (triple checked) and each time I’ve input the command to install it I get the message “unable to locate package clone” and “unable to locate package https://github.com/atar-axis” secure boot is off as well.

Controller keeps connecting and disconnecting.

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

Does somebody know what flags are used in the compilation of Linux Zen for CachyOS?

Reddit Linux_Gaming - 11. März 2026 - 21:14

I was thinking of compiling it myself but then i did remember that CachyOS does use some optimization flags in some things in their repo, then i just did want to know if it would not be a waste of time to do the menuconfig thing again. I don't mean to say i hate doing the kernel configuration, it's just that i've been without much energy for some days. Thank you

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

t500rs center spring on linux

Reddit Linux_Gaming - 11. März 2026 - 21:05

hi all, i have recently switched from windows to nobara linux and am trying to use my thrustmaster t500rs, so far i have gotten it to register the inputs properly and show up in oversteer using tmdrv but the center spring is stuck on (would usually be changed in the thrustmaster control panel app) does anyone know how to fix this?

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

obs-vkcapture command question

Reddit Linux_Gaming - 11. März 2026 - 20:42

The github for obs-vkcapture says:

Start the game with capture enabled obs-gamecapture %command%.
(Recommended) Start the game with only Vulkan capture enabled env OBS_VKCAPTURE=1 %command%.

Why is the second one recommended? Doesn't obs-gamecapture %command% automatically decide whether to use vulkan or opengl depending on the game engine? Is it prone to errors or something? I'm just wondering because I play a mix of old and new games and I'd rather not check each time if I should be using Vulkan or OpenGL for something. Is there any downside to just using obs-gamecapture in general instead of specifying OBS_VKCAPTURE=1?

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

Resident Evil 4 stuck on launching

Reddit Linux_Gaming - 11. März 2026 - 20:21

Since Resident Evil 9 released, I've been watching my girlfriend play and it made me want to give Resident Evil 4 another shot and play it, but I've been stuck on launching everytime I try to open. I've tried Proton-GE, Proton-CachyOS, Proton-Experimental, changing environment variables, and reinstalling. Is there something else I can try that might fix this?

If it helps, I am running on an NVIDIA GPU with 580xx drivers.

https://preview.redd.it/78zt4212vgog1.png?width=993&format=png&auto=webp&s=7ef3fc01754d04ad531bb042db42e6ddd8b642c2

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

Seiten