Earlier quoted context omitted.
Valve has been quietly working on integrating the FEX x86 emulator into Proton for a while, and it's official now. https://www.tomshardware.com/peripherals/gaming-headsets/han...
https://github.com/ValveSoftware/Proton/issues/1493 This is fun, just found this issue from 2018 which was closed with this comment: > Hello @setsunati, this is not a realistic objective for Proton. As @rkfg, mentions wine for ARM does not magically make x86 based games work on ARM cpus. > Even if Steam were brought to ARM, and an x86 emulation layer was run underneath wine, the amount of games that could run fast an…
Steam Machine
161–170 of 1001 posts
Re: Steam Machine
#162https://store.steampowered.com/sale/steamframe [1] > Steam Frame is a PC, and runs SteamOS powered by a Snapdragon® 8 Series Processor. With 16GB of RAM, Steam Frame supports stand-alone play on a growing number of both VR and non-VR games without needing to stream from your PC. So Steam + Proton works on aarch64? Is this something already available/supported, or is this an announcement? [1] Steam Frame, which is the…
Wow this looks great. Foveated streaming, great resolution, wireless, 144hz, looks much more comfortable... As much as I want this, I feel like it'll end up being a really cool thing that just sits on the shelf. Edit: foveated streaming , not rendering
Install Plex, JellyFin, FreeTube et.al. to it and you have a nice open source TV box.
You also get 4k gaming from Steam, GOG, Epic etc. and you get emulators. I've been wanting to build a computer like this, but CEC is hard to find and the adapters that exist don't support full 4k resolution.
Re: Steam Machine
#163Earlier quoted context omitted.
Valve has been quietly working on integrating the FEX x86 emulator into Proton for a while, and it's official now. https://www.tomshardware.com/peripherals/gaming-headsets/han...
I believe this work is a continuation of the work the asahi linux people did to get games working on M-series macs. It seems Alyssa Rosenzweig works at valve as a contractor. Super cool work. Some seriously talented folks.
Re: Steam Machine
#164It's something that doesn't get headlines, but a real barrier for enjoyment for a console-like PC. Hate being stuck with 'guest 1' and 'guest 2' or whatever. Many games want each player to progress and without true multi sign on, it just doesn't work. Hence games dropping local multiplayer on PC.
Re: Steam Machine
#165https://store.steampowered.com/sale/steamframe [1] > Steam Frame is a PC, and runs SteamOS powered by a Snapdragon® 8 Series Processor. With 16GB of RAM, Steam Frame supports stand-alone play on a growing number of both VR and non-VR games without needing to stream from your PC. So Steam + Proton works on aarch64? Is this something already available/supported, or is this an announcement? [1] Steam Frame, which is the…
Wow this looks great. Foveated streaming, great resolution, wireless, 144hz, looks much more comfortable... As much as I want this, I feel like it'll end up being a really cool thing that just sits on the shelf. Edit: foveated streaming , not rendering
Re: Steam Machine
#166Re: Steam Machine
#167The one with the front panel replaced by an Eink screen really looks cool https://platform.theverge.com/wp-content/uploads/sites/2/202... >Valve won’t necessarily sell any of those extra panels, but says it’ll release the CAD files so you can design and 3D print your own.
Re: Steam Machine
#168Pretty much the only reason I boot to Windows anymore is to play games with my kids and family. The direction of this thing is dangerously close to being all I'd care about from a desktop computer. If Valve pivoted into making a well-supported laptop with good hardware that ran Linux and played games...
Just wondering, what games are you playing that dont run on Linux yet? I can't think of games I'd play much with family that dont work well
Re: Steam Machine
#169Linus Torvalds was right. Valve will save the Linux desktop.
...by emulating WinAPI
Re: Steam Machine
#170Earlier quoted context omitted.
All Valve has to do is say “Your software cannot deliberately exclude linux support including kernel anti-cheat to be listed on Steam.” And that would be that, the few devs big enough to make it on their own would leave, and everyone else would adapt.
Is there an feasible alternative to "kernel anti-cheat" available on Linux?
When it comes to anti-cheat on Linux, it's basically an elephant in the room that nobody wants to address.
Anti-cheat on Linux would need root access to have any effectiveness. Alternatively, you'd need to be running a custom kernel with anti-cheat built into it.
This is the part of the conversation where someone says anti-cheat needs to be server-side, but that's an incredibly naive and poorly thought out idea. You can't prevent aim-bots server-side. You can't even detect aim-bots server-side. At best, you could come up with heuristics to determine if someone's possibly cheating, but you'd probably have a very hard time distinguishing between a cheater and a highly skilled player.
Something I think the anti-anti-cheat people fail to recognize is that cheaters don't care about their cheats requiring root/admin, which makes it trivial to evade anti-cheat that only runs with user-level permissions.
When it comes to cheating in games, there are two options:
1. Anti-cheat runs as admin/root/rootkit/SYSTEM/etc.
2. The games you play have tons of cheaters.
You can't have it both ways: No cheaters and anti-cheat runs with user-level permissions.