Patreon Logo Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal Logo PayPal. You can also buy games using our partner links for GOG and Humble Store.

Latest 30 Comments

News - Virtua Fighter 5 R.E.V.O. World Stage silently added Easy Anti-Cheat
By Calinou, 12 Nov 2025 at 3:56 pm UTC

I'm not sure what kind of problem EAC is supposed to mitigate in a fighting game. The "threat model" so to speak is very different from other online games like shooters. Fighting games are fully deterministic and rely on both sides performing the same simulation, so if you were to modify your character's frame data to give yourself an advantage, you would desync and disconnect instantly.

The obvious candidate would be macros, but this is usually detected through other means (like checking if inputs are performed impossibly fast, or too consistently over a period of several games). Other common ways to cheat in fighting games (such as lag switches) aren't really the domain of something like EAC.

News - Talking point - what have you been playing lately?
By rainsage, 12 Nov 2025 at 3:40 pm UTC

  • Overwatch2

  • Celeste

  • The Drifter

  • The Finals

  • Marvel Rivals

  • Some point and click games.


I may try out Arc Raiders soon.

News - The classic Unreal Tournament gets a big upgrade with the v469e patch from OldUnreal
By Geppeto35, 12 Nov 2025 at 3:18 pm UTC

It would be nice if Epic would allow UT2k4 to get this treatment at some point.
...And UT3 (Epic exited from Steam) and UT2015 (that Epic stopped to avoid competition to Fortnite?)
For me, still the greatest competitive and fast-paced FPS series of games
[unrealtournament](https://www.epicgames.com/unrealtournament)

News - Embark confirm "Duo prioritized matchmaking" for ARC Raiders and lowered store prices
By Liam Dawe, 12 Nov 2025 at 3:15 pm UTC

I'm on the hunt for rusted gears, I ONLY NEED ONE MORE DAMMIT WHERE ARE THEY ALL.

News - Embark confirm "Duo prioritized matchmaking" for ARC Raiders and lowered store prices
By wytrabbit, 12 Nov 2025 at 3:03 pm UTC

I've been searching DAM and Buried City, I do find cacti often though but no pears. Either I'm too late and they've already been looted, or I'm just extra unlucky.

News - KOMODO's Steam Deck store is renaming to KOMODO STATION - perhaps ahead of the Steam Frame
By _Mars, 12 Nov 2025 at 2:55 pm UTC

The headset sounds neat but I'm much more interested in SteamOS for ARM. ARM GPUs are getting quite good and could open some very interesting possibilities. A tiny Steam Deck Mini. Or a regular sized one with a massive battery for insane battery life.

I think Valve could make something really special if they polish the drivers and software stack. Especially since AMD hasn't done significant improvements in low TDP scenarios yet. Always good to have a backup option.

News - Embark confirm "Duo prioritized matchmaking" for ARC Raiders and lowered store prices
By Liam Dawe, 12 Nov 2025 at 2:54 pm UTC

For prickly pears: DAM Battlegrounds, they're on Cacti or on the ground near them.

News - KOMODO's Steam Deck store is renaming to KOMODO STATION - perhaps ahead of the Steam Frame
By Cley_Faye, 12 Nov 2025 at 2:42 pm UTC

I have not been following much in term of Valve's announcement (because they're, you know, Valve). But if they get out a decent VR headset, autonomous (or wireless), but somehow still compatible with lighthouse tracking, that works fine on Linux, it's an instant buy.

I've been "stuck" with my functional, yet windows only HTC Cosmos Elite+wireless, and at this point I'm fed up enough with the hassles to look another way.

(yes, this is not exactly related to the article's topic… but reference to Valve work in VR are few and far between :p)

News - KOMODO's Steam Deck store is renaming to KOMODO STATION - perhaps ahead of the Steam Frame
By Pyrate, 12 Nov 2025 at 2:02 pm UTC

This amplifizes the noise from the social media posts about "leaks" of an imminent Valve announcement of sorts.

News - Embark confirm "Duo prioritized matchmaking" for ARC Raiders and lowered store prices
By _Mars, 12 Nov 2025 at 1:59 pm UTC

Bought the game yesterday through Fanatical, though I had to regularly try to checkout for over 24 hours until I could buy it. Unsurprisingly, game keys are in high demand for the game.

News - Embark confirm "Duo prioritized matchmaking" for ARC Raiders and lowered store prices
By Xpander, 12 Nov 2025 at 1:44 pm UTC

Nice. I bought the game through your fanatical link and have been having a blast playing with a friend.
Yesterday managed to kill the Leaper (the robot spider that jumps). Super fun game tbh and runs like a dream.

News - Talking point - what have you been playing lately?
By pentadrago, 12 Nov 2025 at 1:39 pm UTC

I'm playing Assassin's Creed Origins and Tales of Berseria on Deck and Desktop and bought [Wayfinder](https://store.steampowered.com/app/1171690/Wayfinder/) in the current sale plannign to play it with my son.
Although I should know after playing lots of games on it I'm still impressed how good AC Origins looks and plays on the Deck.

News - SteamVR 2.13 brings a whole lot of bug fixes
By Corben, 12 Nov 2025 at 12:33 pm UTC

Steam VR is an easy way to get into VR, on Windows and on Linux (does it still work on Mac?).
Yet, it does have issues and even more on Linux emoji Here's what I learnt in the last months condensed:

  • If you use a wired HMD you're better off using an AMD GPU. For nVidia it does work, yet if the game is hitting the performance maximum on your card, where async reprojection should help, you'll have issues if using any nVidia driver after 550.

  • You can toggle async reprojection on Linux by editing:
     $HOME/.steam/steam/config/steamvr.vrsettings
    And set this to true or false in the steamvr section:
     "enableLinuxVulkanAsync" : false,

  • Changing Controllerbindings within VR is a hit or miss, sometimes it takes ages for the UI to show. It's better to do it in the browser on your desktop:
    http://localhost:27062/dashboard/controllerbinding.html

  • To get better performance use Monado instead of Steam VR. The opensource OpenXR runtime is performing better. In short, start Steam, start Monado (it'll show a grey screen if not using wlx-overlay-s, see below), start a game, and it'll render in your HMD

  • Use Envision to build Monado locally, it'll also bundle OpenComposite for OpenVR applications. Here are my env vars for Monado + nVidia, enabling represenation (async reprojection) and a fix for the tracking delay:
    XRT_COMPOSITOR_USE_PRESENT_WAIT=1 # to fix headset tracking latency
    U_PACING_COMP_TIME_FRACTION_PERCENT=90
    XRT_COMPOSITOR_COMPUTE=1 # async reprojection
    XRT_COMPOSITOR_SCALE_PERCENTAGE=140
    U_PACING_APP_USE_MIN_FRAME_PERIOD=1 # this and the next for float fps
    U_PACING_APP_IMMEDIATE_WAIT_FRAME_RETURN=1
    XRT_COMPOSITOR_DESIRED_MODE=0 # set index to 90 Hz
    XRT_CURATED_GUI=1
    XRT_JSON_LOG=1
    XRT_DEBUG_UI=1
    If you want to change the refresh rate of the index, change the XRT_COMPOSITOR_DESIRED_MODE to one of these values:
    DEBUG [choose_best_vk_mode_auto] Available Vk direct mode 0: [email protected]
    DEBUG [choose_best_vk_mode_auto] Available Vk direct mode 1: [email protected]
    DEBUG [choose_best_vk_mode_auto] Available Vk direct mode 2: [email protected]
    DEBUG [choose_best_vk_mode_auto] Available Vk direct mode 3: [email protected]
    DEBUG [choose_best_vk_mode_auto] Auto choosing Vk direct mode 3: [email protected]

  • You can use Steam VR's roomsetup, when starting Monado via Envision and the lighthouse driver (the base stations), it'll pick up the configuration from Steam VR, so do not press "Calibration" in Envision.

  • You'll have no issues with async reprojection when using a wireless headset as computation is handled in the HMD. Steam Link VR is now working on Linux, yet... as with Steam VR... using Monado instead gives better performance. Setting up WiVRn is similar to setting up Monado, in fact WiVRn uses Monado. Just start WiVRn then via Envision, install the App on your Quest and connect. Works also with wlx-overlay-s then to interact with your Desktop

  • To see your Desktop in VR use wlx-overlay-s, which can be enabled as a plugin within Envision. Once it is installed, you can also start it once manually when running Steam VR, it'll add itself as overlay also for Steam VR. Can be disabled again by going to the Steam VR settings and check for the Autostart entry.

  • VR doesn't work wired on Ubuntu 24.04 LTS using Wayland, as Gnome 46 is missing DRM leasing. X11 works, or using a wireless HMD.

  • VR works on the ROG Ally with an eGPU attached (in my case XG Mobile 2022: AMD RX 6850M XT) using Cachy OS. I wasn't able to get any VR things up and running with Bazzite. I'm dualbooting into Windows for enabling the eGPU and using all-ways-egpu to disable the iGPU (all-ways-egpu configure egpu). Apparently there is a performance it when the internal screen is also attached. Which means it looks like an external Monitor is needed for this kind of setup.

  • wlx-overlay-s will not open if the Steam VR dashboard is open. wlx-overlay-s seems to cause issues using Steam Link VR and might have to be disabled, games migh load but will show a black screen.

  • Like ProtonDB there is a community driven database for VR games: https://db.vronlinux.org

  • Check out the Linux VR Adventures wiki and discord https://lvra.gitlab.io/ , you'll also get help there in all questions VR on Linux, Envision, Monado, WiVRn, etc.


Hope this helps :)

News - Talking point - what have you been playing lately?
By hardpenguin, 12 Nov 2025 at 12:15 pm UTC

Just started Final Fantasy 3 the 3D Remake ☺️

News - Talking point - what have you been playing lately?
By clatterfordslim, 12 Nov 2025 at 12:12 pm UTC

I'm interested on your feedback, cause I need a new updated distro and I'm hesitating with the same 3 distro you use. Did you have any issue with any of those?
I was very happy with xubuntu back in the days, and also with mint ^^ I'm looking into CachyOS for the gaming optimisation, but I also enjoy the ease of use from Mint, and the lightweight approach of Xubuntu as well as it's simple and customizable UI.

I customise the hell out of Xubuntu, remove Snapd altogether. I have my own dedicated theme for it Orchis-Grey-Dark and Sardi-Ghost-Flexible icons. It took me three or so years to find the perfect theme, not just for Xfce but for other Environments too. Linux Mint I always delete their themes and icon themes, as they have horrible undershoot lines in their themes and it makes the experience, well for me unbearable.

I use mint for Davinci Resolve and as my everyday OS at the moment, but am thinking about moving onto MX-Linux Xfce, as just got myself a AMD RX 9060 XT with 16GB of VRAM. When it comes to Linux, depends on your use case. I have three dedicated gaming PC's, all with RYZEN 5700x eight cores sixteen threads, more than enough oomph to play the latest games, my chosen card for gaming is NVIDIA 4060 TI with 16GB of VRAM. The reason why I got the AMD 9060 was because got fed up with Ubuntu 24.04 based Distros, including Mint and Xubuntu having to go into safe graphics on installation, reminding me of the good old Ubuntu Gnome 2 days of old, when NVIDIA drivers were a pain to install, especially on a cathode-ray tube (CRT) monitor, the resolution would go up to 800x600 leaving you having to count the amount of times you pressed the tab button to set the correct resolution of 1024x768. Although these days with bigger and lighter monitors, when in safe graphic mode on installation, 1024x768 does display correctly, although everything larger than life.

Cachy OS Xfce version is really good, because you can pick out on the installation screen in Calamares what you want installed. I go for the minimalist as I can, still leaving Cachy OS's settings, but not installing their themes, as I use my own.

The only gripe I have had with Cachy OS is their update notification, which you can enable to be present on the panel like Mint's one but faster. It started updating from the AUR instead of just from Cachy OS repositories. Can easily reinstall and not enable the update notification, as just use terminal. I always set the terminal in Cachy back to bash, as I find Fish a funny little creature, plus used to bash, as that is where all my Terminal Alias commands are written for. Arch and Debian based systems.

The rules in Arch are weird, as I can in a Debian based Distro uninstall Thunar and have Nemo as my default, but in Arch no, but can set Nemo as default. Another gripe is opening internal storage drives, always asks for permission, but never on a external drive. Surely an external drive should have permissions to open as well? Internal drives should not need permissions, as obviously they are internal, but the problem is, is that Arch sees internal drives as a threat.

So what sort of Linux are you after? Light weight, lots of screen effects, bloated out ones???

News - Former Humble Bundle staff launch new bundle site Digiphile to "benefit users, creators, publishers, and charity"
By neolith, 12 Nov 2025 at 11:49 am UTC

As a best practice, all Steam keys have a 90-day redemption window. After that, unredeemed and unrevealed keys will expire and be returned to the developer.
That's a rather short window and makes it largely impossible to buy something to give away later, for example as a Christmas present.
And the lack of Paypal is also less than stellar.
The current bundle isn't bad though.

News - Steam's wider store page refresh is live with plans to improve the home page on the way
By TheSyldat, 12 Nov 2025 at 11:32 am UTC

Glad to see that I am not the only one to get a blank page when selecting the "Steam OS + Linux" page

I hope they fix it soon.

News - Halls of Torment is still probably the best survivor-like with The Boglands DLC and free update out now
By Geppeto35, 12 Nov 2025 at 11:27 am UTC

You mean something like The Vault?

I discovered this level thank to you!
[Found on internet:](https://hot.fandom.com/wiki/The_Vault)
"After completing Milestones II "Greed", the wellkeeper mysteriously vanishes, having left behind a Gold trail to The Vault."

A last step before completion :)

News - Former Humble Bundle staff launch new bundle site Digiphile to "benefit users, creators, publishers, and charity"
By Termy, 12 Nov 2025 at 10:31 am UTC

Sounds like a very promising concept - i will certainly keep an eye on that!

News - The EasySMX X05 Pro wireless controller is cheap, feature-filled and comfortable with a big flaw
By Belaptir, 12 Nov 2025 at 9:01 am UTC

The controller looks really nice. That issue with the triggers tho... it might be a serious issue. I'm still using my WiiU pro controller (yeah, the one that launched with WiiU) and it works so well that I feel bad about changing it. My only gripe with that controller is the lack of analog triggers.

This one, for that price, might be worth watching,however, I can't help but to make a special mention at how, if you set the language to something that's not English, it will translate to such language everything, even the brands Steam Deck and Switch, creating some funny shenanigans.