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 Comments by Drawing Pixels
Lutris now being built with Claude AI, developer decides to hide it after backlash
12 Mar 2026 at 11:11 pm UTC Likes: 2

My concern is the AI's were probably trained on code without respect to their licenses. So tagging the code is kind of important for legal purposes in case the landscape around it changes.

I personally don't use AI to generate code, but I might sometimes use it as a fuzzy search or use it for language or visual processing functions. Reason being that what ever I gain in efficiency, I also lose in opportunities to learn and improve as a developer.

Setting that aside code architecture is extremely important in regards to long term maintenance, robustness and security. My experience is that AI is just generally terrible at that, as I had them fail to architect something extremely basic and small correctly after nearly 8 hours of prompting across a lot of the top performing ones.

They seem to only excel at smaller functions or things that are easily templateable, which makes sense when you understand that they just duplicate what they have been trained on.

There are plenty of reasons why I favor self-hosting AI's and don't fund these corporations, the ethical issues are endless. But overall I just find the developers response here reason enough to not trust the long-term health of the project going forward.

You can grab the Mafia: Trilogy, Far Cry Primal, Pentiment and more in this game bundle
9 Mar 2026 at 7:07 pm UTC Likes: 2

Wasn't able to buy it due to the Harry Potter being included, J.K. Rowling actively funds anti-trans groups and laws. I'm not comfortable funding the person working to remove the safety and rights of my friends, family and myself. 😅

Star Fox spiritual successor Wild Blue Skies gets a fresh gameplay trailer
2 Dec 2025 at 2:13 pm UTC

This is the closest I've seen someone get to Starfox 64 superficially, but a core part of a rail-shooter is scripting out cool cinematic sequences and it seems like its lacking strong direction in that regard. It's coming across a lot more arcadey and silly. 😅

AMD FSR Redstone arrives December 10 with a teaser
20 Nov 2025 at 2:11 am UTC Likes: 1

My only issue with frame generation is them requiring newer hardware and that its more prone to noticeable artifacting when using lower frame rates as an input.

Which is a little counter productive, since you'd mostly want it at lower frame rates on older hardware. 😅

On Steam Deck even with the artifacting, I do find myself preferring a generated 60fps to the heavy stutter of 30fps.

Former Humble Bundle staff launch new bundle site Digiphile to "benefit users, creators, publishers, and charity"
12 Nov 2025 at 5:25 am UTC Likes: 4

Peripeteia turned me off from getting the bundle, it's early access which is a red flag, plus the reviews mention that the developers are wildly toxic to their customers and trans folk. 😅

Having VR issues on Linux? You should look to disable async reprojection
18 Aug 2021 at 2:12 pm UTC Likes: 3

There's been patents showing that Valve is working on a standalone/wireless headset solution which involves major changes in how the compositor works, including the reprojection method. I wouldn't expect any attention to the Linux stack until that's released...

SteamVR has another beta up, with plenty of Linux fixes and other improvements
9 Jul 2019 at 12:49 pm UTC

Under AMD, the compositor has some issues that are causing it to stutter and async to glitch out for a frame every now and then. Generally I would like to see Valve try to close a lot more of the issues on github, there's a ton of problems that have just been sitting there unaddressed.

Serious Sam 3 VR: BFE releases with same-day Linux support, compatible with the non-VR version
12 Nov 2017 at 4:06 pm UTC

As an AMD user, the current experience is still nausea inducing.

Mostly due to Linux missing features like direct-mode rendering (to reduce latency, prevent tearing and improve the user experience) and GPU priority scheduling (so the compositor isn't competing with the game for resources) that are still in development.

Valve has been funding a lot of great work, but we'll probably have to wait until next year for all those pieces to start falling into place.

The Other 99, an UE4 single-player action & survival game is waiting on fixes from Epic for a Linux version
17 Dec 2016 at 1:54 pm UTC Likes: 1

I was under the impression that Epic Games does very little work on Unreal Engine's Linux support. That the vast majority of fixes were contributed by the community? If that's the case, I don't think waiting on them is going to help much.

Open source game engine 'Godot' is working on a new 3D renderer
15 Dec 2016 at 3:59 pm UTC

WebSocket support is an odd choice, WebRTC is better suited to real-time updates.