Skip to content

Commit

Permalink
Update NVIDIA tweaks (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Nov 26, 2020
1 parent 66a8b16 commit 1cce940
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions data/share/tweaks/gpu/nvidia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "gpu_nvidia_glthread",
"name": "NVIDIA: Threaded Optimizations",
"description": "Offload CPU computations to a worker thread",
"url": "https://download.nvidia.com/XFree86/Linux-x86_64/410.104/README/openglenvvariables.html",
"url": "https://download.nvidia.com/XFree86/Linux-x86_64/455.38/README/openglenvvariables.html",
"icon": "hardware-gpu-nvidia-symbolic",
"group": "GPU",
"requires": {
Expand All @@ -13,11 +13,27 @@
"__GL_THREADED_OPTIMIZATIONS": "1"
}
},
{
"id": "gpu_nvidia_prime",
"name": "NVIDIA: PRIME Render Offload",
"description": "Use discrete NVIDIA GPU",
"url": "https://download.nvidia.com/XFree86/Linux-x86_64/455.38/README/primerenderoffload.html",
"icon": "hardware-gpu-nvidia-symbolic",
"group": "GPU",
"requires": {
"kernel_modules": ["nvidia"]
},
"env": {
"__NV_PRIME_RENDER_OFFLOAD": "1",
"__GLX_VENDOR_LIBRARY_NAME": "nvidia",
"__VK_LAYER_NV_optimus": "NVIDIA_only"
}
},
{
"id": "gpu_nvidia_osd",
"name": "NVIDIA: Graphics API Visual Indicator",
"description": "Control whether the graphics API visual indicator is rendered on top of OpenGL and Vulkan applications",
"url": "https://download.nvidia.com/XFree86/Linux-x86_64/410.104/README/openglenvvariables.html",
"url": "https://download.nvidia.com/XFree86/Linux-x86_64/455.38/README/openglenvvariables.html",
"icon": "hardware-gpu-nvidia-symbolic",
"group": "Overlays",
"requires": {
Expand Down

0 comments on commit 1cce940

Please sign in to comment.