this post was submitted on 14 Aug 2024
43 points (97.8% liked)
Linux
5174 readers
420 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think the issue of gaming on linux hasn't been performance for a while now (native and wine/proton performance can often beat windows) but compatibility - some games still can't run on linux due to DRM, anti-cheat, etc. Things are gradually improving but I think that's the main barrier for the time being
if the main barrier for entry seems to be compatibility (which is totally fair as DRM and anti-cheat can be a real pain in the ass) hopefully wine/proton (aka Steam) can come in clutch to help solve most if not all of these related issues (or anyone else that has the know to and desire to create another copyleft compatibility layer)
The problem is that modern DRM/anti-cheat often works at the kernel level, or by scanning the entire filesystem and running processes. They don't work on linux by design, so the main route to compatibility is showing that there are enough people gaming on linux that they should seek other options for DRM and anti-cheat
just curious but what do you think about Virtualization such as QEMU/KVM and Looking Glass?
I'm a bit uninformed in this venn diagram and this will probably come off as stupid question but:
What's the likelihood that modern DRM and/or anti-cheat could detect that it's being run inside a VM? (I'm gonna guess pretty high unfortunately)
Edit:
rip, guess dual booting is still the closest solution atm (for those who play DRM/anti-cheat locked games)
Unfortunately very high, especially with modern systems using "trusted platform module" (TPM) hardware that can tell the software exactly what's running, at a higher privilege level than the OS
100%.
They absolutely can detect virtualization, and a LOT of games will ban your ass for it.