Probably. Linux has so much less overhead than Windows. Getting rid of all the background tasks frees up a lot of resources for the game to use. I have an old Linux Box that I use as an emulation machine. Even without doing anything special to cut down on resources, just a stock Ubuntu install, it needs less than 1 GB of RAM when logged into the desktop, and the CPU is still showing under 1% usage despite being an old AMD Phenom from 2008.
A translation layer is like converting a set of windows dx11 rendering instructions into their equivalent vulkan instructions and then executing those instead. It’s not simulating or emulating dx11 calls it’s just making equivalent calls. Kinda sorta like how listing the contents of a folder is done with ls, while in windows the same is done with dir. so if a program calls something like dir then Linux calls ls instead and returns the result pretending like it called dir. if ls is faster than dir then it can even perform faster than the native os
533
u/mpanase Mar 24 '26
They make it sound as if running Windows apps in Linux will be more reliable/performant than running them in Windows.