Skip to content

Instantly share code, notes, and snippets.

@duckyduckG
Forked from abenson/prime-run
Created January 16, 2026 08:35
Show Gist options
  • Select an option

  • Save duckyduckG/8a732f5f0d19bfcee205432493b6f99a to your computer and use it in GitHub Desktop.

Select an option

Save duckyduckG/8a732f5f0d19bfcee205432493b6f99a to your computer and use it in GitHub Desktop.
#!/bin/bash
export __NV_PRIME_RENDER_OFFLOAD=1
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export __VK_LAYER_NV_optimus=NVIDIA_only
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment