this post was submitted on 12 Sep 2025
171 points (99.4% liked)

PC Gaming

12281 readers
244 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Malix@sopuli.xyz 4 points 2 days ago* (last edited 2 days ago) (1 children)

I don't have the game, but maybe it ships older dlss dll or uses some shit preset? I usually just replace the game dll with latest one from TPU (https://www.techpowerup.com/download/nvidia-dlss-dll/) and slap an env var to force transformer model DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE_RENDER_PRESET_SELECTION=RENDER_PRESET_K (as per: https://github.com/jp7677/dxvk-nvapi/wiki/Passing-driver-settings) (EDIT: render_preset_latest could work too, but last I heard K was latest, and the "newer ones" aren't actually used yet, dunno of render_preset_latest actually uses those or K)

seems to work in the games I play, but, YMMV.

edit: might need DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE=on as well.

[โ€“] morbidcactus@lemmy.ca 2 points 2 days ago

I'll give it a try, thanks!