Skip to content

Instantly share code, notes, and snippets.

@unlomtrois
Created February 13, 2026 17:34
Show Gist options
  • Select an option

  • Save unlomtrois/2a2c26866c8283f42554c40d835a471e to your computer and use it in GitHub Desktop.

Select an option

Save unlomtrois/2a2c26866c8283f42554c40d835a471e to your computer and use it in GitHub Desktop.
How to render Zed editor on Nvidia and Wayland
WAYLAND_DISPLAY="" __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia zed
@unlomtrois
Copy link
Author

alias zed-gpu='WAYLAND_DISPLAY="" __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia zed'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment