a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/usr/bin/sh
|
|
__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia "$@"
|