Check out what anti-cheat enabled games work on Linux / SteamOS on our dedicated anti-cheat compatibility page.
Latest Comments by Shmerl
DOOM (2016) gets a surprise release on GOG with a big discount
18 Apr 2025 at 5:39 pm UTC Likes: 3

Only took them 9 years, lol. But nice that it came out DRM-free.

Mesa 25.1 will make Indiana Jones: The Great Circle playable on older AMD GPUs
11 Apr 2025 at 2:04 pm UTC

Who came up with the "brilliant" idea of making ray tracing required??

Action-shooter Painkiller is set to return in 'fall 2025'
26 Mar 2025 at 2:53 am UTC

Original Painkiller is a classic. Is this considered a sequel or remake?

UPDATE:

Painkiller is a reimagining of the classic franchise
So a remake. Interesting.

Linux kernel 6.14 out late due to 'pure incompetence' - don't get too excited about Linux gaming boosts
25 Mar 2025 at 12:33 am UTC

Tried to build wine + ntsync, but those patches can't be applied on top of wine 10.4. I guess we'll have to wait until it's rebased.

Linux kernel 6.14 out late due to 'pure incompetence' - don't get too excited about Linux gaming boosts
25 Mar 2025 at 12:26 am UTC Likes: 2

I remember that for a long time on arch you needed the zen kernel for fsync? Is that not the case anymore?
I think that should be in upstream, but named as futex2.

Linux kernel 6.14 out late due to 'pure incompetence' - don't get too excited about Linux gaming boosts
25 Mar 2025 at 12:15 am UTC Likes: 2

fsync was never upstreamed, and applying fsync patches over Wine was a mess. I used esync from staging instead. So it would be nice to finally replace it with upstream ntsync.

Former Blue Systems devs form Techpaladin Software to work on KDE with Valve as their first client
14 Mar 2025 at 6:17 pm UTC

Nice to see Valve sponsoring KDE development. Hopefully they plan it long term.

I would like to see KDE 6 on the Steam Deck.
What version does it use now? Plasma 5 is EOL for a while already.

Mesa 25.1 will default to Zink+NVK instead of the old Nouveau OpenGL driver for NVIDIA on Linux
11 Mar 2025 at 7:50 pm UTC

struct native_req_assets *native_req_assets_get(struct native_info *native_info);
Since DLSS is some proprietary Nvidia blob, the question goes other way around. Is there a possibility for DLSS to support nova+nvk? I wouldn't count on it.

Not familiar with how DLSS accesses the GPU though. If it's using some standard Vulkan path - it might work. If it's not, Nvidia will have to contribute whatever is missing. Or someone else who cares to reverse engineer it.

Mesa 25.1 will default to Zink+NVK instead of the old Nouveau OpenGL driver for NVIDIA on Linux
11 Mar 2025 at 5:53 pm UTC Likes: 2

Zink still lack va-api support
I think someone should create VA-API over Vulkan video for that.

Looks like there is some work on it:

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31517 [External Link]