Advertisement
srcid

Prime-run for Nvida discrete graphics cards

Jul 18th, 2025
592
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | Gaming | 0 0
  1. #/usr/bin/env bash
  2.  
  3. __NV_PRIME_RENDER_OFFLOAD=1
  4. __VK_LAYER_NV_optimus=NVIDIA_only
  5. __NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0
  6. __GLX_VENDOR_LIBRARY_NAME=nvidia
  7.  
  8. exec "$@"
  9.  
Tags: nvidia prime
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement