mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: %nvidia-environment-variable-regexps: Add NVIDIA Smooth Motion entry.
* nongnu/packages/nvidia.scm (%nvidia-environment-variable-regexps): Merge "^__NV_" entries. Add entry for NVIDIA Smooth Motion.
This commit is contained in:
parent
085dfd3d57
commit
e899121adb
1 changed files with 4 additions and 3 deletions
|
@ -56,15 +56,16 @@
|
|||
#:export (replace-mesa))
|
||||
|
||||
(define-public %nvidia-environment-variable-regexps
|
||||
'("^__GL_" ; NVIDIA OpenGL settings.
|
||||
'("^__NV_"
|
||||
"^__GL_" ; NVIDIA OpenGL settings.
|
||||
"^__GLX_VENDOR_LIBRARY_NAME$" ; For GLVND.
|
||||
;; NVIDIA PRIME Render Offload.
|
||||
"^__NV_PRIME_RENDER_OFFLOAD(_PROVIDER)?$"
|
||||
"^__VK_LAYER_NV_optimus$"
|
||||
;; NVIDIA NGX.
|
||||
"^__NGX_CONF_FILE$"
|
||||
"^__NV_SIGNED_LOAD_CHECK$"
|
||||
"^PROTON_ENABLE_NGX_UPDATER$"
|
||||
;; NVIDIA Smooth Motion.
|
||||
"^NVPRESENT_"
|
||||
;; NVIDIA VDPAU settings.
|
||||
"^VDPAU_NVIDIA_"
|
||||
;; GSYNC control for Vulkan direct-to-display applications.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue