The caveat with this is that many games don’t work in multiplayer due to incompatible anti-chest software. Seems to have a pretty good track record in stand alone gaming though.
With Proton and Steam Play, many Windows games now work on Linux
341–350 of 560 posts
Re: With Proton and Steam Play, many Windows games now work on Linux
#342Earlier quoted context omitted.
What if I use open source drivers? How are you going to do that? What business is it of yours that I might write my own? Or (more likely) patch my own? What about my HID drivers? Sensitive keystrokes? Yeah, I just don't see games needing access to such kernel level items.
There’s nothing stopping you from using open source drivers, actually. Plenty of open-source projects like Dokan will typically run fine with an anti-cheat (ours will, certainly). What stops you from running a patched version is actually Windows itself, since Windows requires drivers to be signed with an authenticode codesigning certificate. Plenty of open-source projects and people have one, though. So it’s not an a…
My own example: I have an xbox 360 dancemat, which is unusable with the official drivers (they map the arrows as axes, so treat left + right as nothing). So I have to use the open-source XBCD, which frankly I'd treat as more reputable and better code quality than most signed drivers. But since no-one's paying the $100+/year to sign it, it's not signed. And while I understand why Microsoft wants someone to have skin in the game before they issue a driver signing certificate, they really need to find a way to ensure that reputable, established open-source driver projects get signed if they want users to accept driver signing; I wouldn't even mind being stuck on an old "certified" version or something.
Re: With Proton and Steam Play, many Windows games now work on Linux
#343Seems like this gets posted every couple of weeks on HN. And I got duped into this. The caveat with this is that many games don’t work in multiplayer due to incompatible anti-chest software. Seems to have a pretty good track record in stand alone gaming though.
That explains so much.
Re: With Proton and Steam Play, many Windows games now work on Linux
#344Earlier quoted context omitted.
Normally electron apps bother me on linux because they don't use my carefully selected GTK/QT/Openbox theming like most native apps do (whereas on windows I don't care because I don't have the ability to make anything look how I want). But I expect games to be fullscreen and have their own bespoke UI look and feel anyway, so it's not really an issue with them.
I've never thought that Linux Desktop provides unified desktop experience.
Re: With Proton and Steam Play, many Windows games now work on Linux
#345Earlier quoted context omitted.
You can set up QT to use GTK themes (seems like this is the default in KDE Plasma): https://wiki.archlinux.org/index.php/Uniform_look_for_Qt_and... I currently just don't have any QT based apps on my Arch system though I don't think.
Ah, thanks, I think it's adwaita (mentioned there) that I picked at (pseudo)random, so maybe I already have it. Not sure if I have any either to be honest, but that's what I mean, I like not worrying about it.
Re: With Proton and Steam Play, many Windows games now work on Linux
#346Funnily enough, one of my most played games on Linux is Age of Empires 2: Definitive Edition, a Microsoft game. No rendering/frame issues and got the multiplayer working (manual steps needed [0]). Less and less reasons to boot on Windows! [0] https://github.com/ValveSoftware/Proton/issues/3189#issuecom...
Re: With Proton and Steam Play, many Windows games now work on Linux
#347Can you use Proton for games you've purchased on GOG? I've been funneling more (not all) of my purchases to the DRM-free store front lately.
GOG is sadly not at all linux friendly. Not a surprise, given the owner. You can look into lutris or GameHub and get the games to work via that.
Though GOG is Linux friendly, there are tons of games with Linux versions on it. The only thing you miss on Linux with GOG is GOG Galaxy but at least personally even though i use Windows i do not care much about Galaxy and instead i just download the games from the website (which notifies you if there are any updates).
Re: With Proton and Steam Play, many Windows games now work on Linux
#348Something else that works super nice for gaming on Linux: GPU passthrough (gaming on a VM that has direct access to the GPU). I've been doing this since 2017. Back then I had built my first desktop computer powered by ryzen 1700 + 2 GPUs. Creating this setup had some challenges, but after the initial hurdle everything has been working perfectly (I imagine things must be easier nowadays). Created a windows 10 VM, assi…
I was disappointed with USB for guests though, I found it impossible to restore my iPhone via iTunes on a Windows VM, because the USB device wouldn't automatically bind to the VM. Which is something even VirtualBox can do well. But maybe the tech has progressed, or there's a better solution to that issue now.
Re: With Proton and Steam Play, many Windows games now work on Linux
#349Earlier quoted context omitted.
I remember watching the DXVK developer work on Witcher 3 support. Progress was lightning fast and then, suddenly, Proton appeared. Even VR games work! Thank you, Valve. You guys are my low key hero's.
I recently ordered a Valve Index + gaming PC. How's the VR support on Linux looking like? I'd rather not install Windows if I have to.
Re: With Proton and Steam Play, many Windows games now work on Linux
#350Earlier quoted context omitted.
Modern anticheats are basically kernel rootkits which go even to the point of trying to checksum your drivers and inspect how they work. They're basically as invasive as they get. They obviously can't hook into Linux kernel so they react by just banning the player.
This is why I have a separate Windows PC for gaming, that I do not ever put personal information into, or use even to sign into my personal, non-gaming accounts (e.g. Gmail). Perhaps not a good solution for everyone, but I think that's what the world has come to.