this post was submitted on 29 Sep 2023
993 points (97.2% liked)
Linux Gaming
15753 readers
127 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
DLSS works. It took a while longer than Windows, but Nvidia themselves actually provide Wine-compatible DLL files. Also, there's a native way to implement DLSS for Linux which, I kid you not, zero games so far are using. The Windows version works fine though.
But DLSS Frame Generation and Ray Reconstruction do not work, and there are zero workarounds.
Oh, so he's just talking about DLSS3 features, gotchya. I thought DLSS 1 performance improvements are also frame generation but I see now thats different
DLSS is upscaler. Game is rendered at lower resolution and then image is upscaled in a bit smarter way than simple "stretching".
More precisely, DLSS is a set of models that use AI to interpolate an image. This interpolation can take many different forms:
Interpolation can be used to take a lower resolution image and upscale it, which is the main feature of DLSS.
You can also use DLSS to take a high resolution image and scale it down, with less artifacts, as a type of antialiasing. This is DLDSR.
You can also use it to take information from an image, combined with motion data, and interpolate how blocks of pixels might change into a new frame. This allows you to generate intermediary frames. This is Frame Generation.
You can also take a very noisy image, composed of discrete dots, and interpolate how neighboring pixels should look. This is Ray Reconstruction.
Aren't frame generation and ray reconstruction new? I'm sure they'll work one day, although I'm not a big Linux head I only use steamos on the deck I just see a lot of Linux posts on Lemmy so here I am lol.
They're new, yes. Though the folks at Proton already confirmed they'll provide no workaround to support it, Nvidia needs to build the Linux drivers with official support. We don't know if they'll do that and when.