Skip to content

v0.12.2

Choose a tag to compare

@faisalkindi faisalkindi released this 08 Sep 16:49
· 4 commits to main since this release

Fixed

  • Running over Remote Desktop made the tool refuse a perfectly good card (#3). RDP hands the session a virtual display adapter, so the real GPU is invisible to the check. The refusal named the DLSS5ONECLICK_SKIP_GPU_CHECK environment variable — which a GUI user cannot set for a window that is already running, so the advice was unreachable in practice.

    There is now a tick beside the refusal: "That is not the card I game on — Remote Desktop, a virtual display, or a misread. Check anyway, at my own risk". It is the same escape hatch the anti-cheat check already offered, and the environment variable still works for headless use.

Thanks to @GarryLai for the original report and to @Cybereu for showing that the environment variable route needed $env:DLSS5ONECLICK_SKIP_GPU_CHECK="1" and a relaunch from that same shell — which is exactly the friction this removes.