I am trying to run the DLSS Ray Reconstruction feature on Linux, but it seems that the initialization fails, because the NGX Updater cannot download and write models to usr/share/nvidia. I tried to set the documented environment variable that points to a JSON config file: { “file_format_version”: “1.0.0”, “ngx_models_path”: “/u/myuser/ngx/models”, “allow_ngx_updater”: true }
NGX seems to open the JSON but still proceeds to write to /usr/share/… for models, which is not writable.
Can any engineer clarify the correct way to set the config on Linux?
Hello, the nvidia-ngx-updater command has a bug, it’s fixed in the next release. From the next version it will honor the path that is set at ngx_models_path.
At the moment, unfortunately, the server side repository for Linux is empty, so there’s no point in configuring the NGX updater. In its current state is useful only on the Windows/Proton side of things.