From c5dd3a84150823e7fc8dcb768d75d84086624304 Mon Sep 17 00:00:00 2001 From: Miles B Huff Date: Thu, 29 Apr 2021 22:20:29 -0400 Subject: [PATCH] Added `prime-run` as an alternative to the variables Resolves issue #243. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b69b8bfc..1f470405 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ render on the dGPU even when requested. Vulkan applications must be launched with `__NV_PRIME_RENDER_OFFLOAD=1` to render on the dGPU. GLX applications must be launched with `__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia` to render on the dGPU. +You can also launch apps with the wrapper script `prime-run`, which sets these +variables for you. Display offload sinks ("reverse PRIME") require 450.57 NVIDIA drivers or later. This feature allows using external displays while in this mode.