this post was submitted on 14 Nov 2025
626 points (98.5% liked)

Linux Gaming

22155 readers
102 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

TL;DR: Valve launched the Steam Frame VR headset with an Arm-based Snapdragon chip, aiming to run Half-Life: Alyx natively and streamed from PC. The new hardware features a "Frame Verified" status for optimized games, while rumors suggest two upcoming Half-Life titles supporting PC and VR cooperative play.

you are viewing a single comment's thread
view the rest of the comments
[–] AlligatorBlizzard@sh.itjust.works 15 points 5 days ago (1 children)

I wonder how well it'd run under WSL? It would be funny as shit to force the Windows Gamers (real Gamers only play MOBAs and eSports /s) to fuck around with compatibility layers like Linux users do.

[–] addie@feddit.uk 5 points 4 days ago

If it's like anything else running in WSL, absolutely as slow as balls. Most Linux apps are written with the assumption that filesystem operations are incredibly fast, whereas that's not true with Windows. Most games open one big file and do big reads from it so it's not such a problem, whereas something like Git assumes that touching tens of thousands of files should be basically instant.