DXVK 3.0 Released With DXBC-SPIRV For Shader Compilation, Descriptor Heaps By Default

https://www.phoronix.com/news/DXVK-3.0-Release

57 points · 17 comments · view on lemmy.world

17 Comments

TerdFerguson@lemmy.ca · 7 pts · 66d (6 replies)

Translation. Better performance on Linux.

I will load up Cyberpunk 2077 and judge for myself.

UntimedDiffusion@piefed.zip · 11 pts · 66d (5 replies)

Cyberpunk won't be affected as it uses D3D12

thingsiplay@lemmy.ml · 1 pts · 66d (4 replies)

Proton translates D3D12 to Vulkan. So the game runs with Vulkan on Linux.

rue@lemmy.zip · 5 pts · 66d (3 replies)

But DX12 doesn’t use DXVK, it uses VKD3D-Proton.

thingsiplay@lemmy.ml · 1 pts · 66d

Ah, you are right. I didn't pay attention to this. It even says this in the introduction of the article. Thanks for clearing up.

ColdWater@lemmy.ca · 1 pts · 65d (1 reply)

Didn't vkd3d stand for Vulkan Direct 3D?, a directx reimplementation/translation of proton/wine?

who@feddit.org · 1 pts · 65d

As far as I know, it has always been specifically for Direct3D 12, which makes sense because of that version's design similarities to Vulkan.

DXVK does the same thing for earlier Direct3D versions.

https://gitlab.winehq.org/wine/vkd3d/-/raw/master/README

https://raw.githubusercontent.com/HansKristian-Work/vkd3d-proton/refs/heads/master/README.md

somebody_to_love@lemmy.today · 5 pts · 66d

Sorry for the off topic, but I have to share it. I read the title as “DIVX 3.0 released” and I felt super confused, like, what year is this?!

who@feddit.org · 4 pts · 66d (7 replies)

Looks like the new dxvk.maxFrameRate is a convenience setting that applies its value to both dxgi.maxFrameRate and d3d9.maxFrameRate. That's nice for those of us who use it to save power and reduce heat, rather than to work around API-specific renderer bugs.

Example: export DXVK_CONFIG="dxvk.maxFrameRate=90"

Bananskal@nord.pub · 1 pts · 66d (6 replies)

Quite a curious value, 90 fps. Don't think I've seen a display other than the one on a Pixel 6 phone have a refresh rate of 90 Hz. Maybe they're more common than I thought.

vithigar@lemmy.ca · 5 pts · 66d (1 reply)

The Steam Deck OLED has a 90Hz display.

Bananskal@nord.pub · 1 pts · 65d

Ah, does it now. I didn't know that. 🙂

who@feddit.org · 5 pts · 66d (2 replies)

Variable refresh rate displays are pretty common these days. :)

Bananskal@nord.pub · 1 pts · 66d (1 reply)

You're right, of course. I've had such monitors myself for over a decade. I just didn't think of that. 😄️

90 must be some compromise value then, I suppose. I wouldn't go for that personally as I find 120 is the absolute minimum for some high-paced games. Preferably 240 fps and above. Sometimes I do play Shapez 2 at like 60 fps, because there's almost no movement on-screen. If I'm working and I'm just idling, waiting for shapes to churn in, I'll even set it to 30. 😅️

who@feddit.org · 2 pts · 65d

The beauty of the setting is that we can choose a different FPS limit for each game, regardless of which API it uses, even if the game doesn't offer a limiter of its own. 90 is more than enough for a lot of isometric-view games. 180 is helpful in competitive first-person shooters, where every frame is an advantage. 50 or 60 in graphics-intensive turn-based games like Baldur's Gate 3* lets the art shine while keeping my GPU cool and my power bill relatively tame.

*BG3 has its own limiter, so in its case, the same can be done without the dxvk setting.

Also, lower frame rates are generally less noticeable on smaller displays (at any given distance). We can take advantage of this to save money and extend hardware life when not gaming on an IMAX screen.

ryannathans@aussie.zone · 2 pts · 66d

Most likely to save power and reduce heat

Pure_Psykosis@lemmy.ca · 1 pts · 65d

How do you use this or does it just come with newer proton versions?