From 3c815b70cf475fc06a23b5e3e7ea5bf33d25a9dc Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 17 Oct 2024 23:58:17 -0400 Subject: j --- .zprofile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 198d085..2ef15ee 100644 --- a/.zprofile +++ b/.zprofile @@ -38,9 +38,15 @@ export XCURSOR_THEME=Adwaita export XCURSOR_SIZE=24 # nvidia -#export LIBVA_DRIVER_NAME=nvidia -#export GBM_BACKEND=nvidia-drm -#export __GLX_VENDOR_LIBRARY_NAME=nvidia +export LIBVA_DRIVER_NAME=nvidia +export GBM_BACKEND=nvidia-drm +export __GLX_VENDOR_LIBRARY_NAME=nvidia +export __NV_PRIME_RENDER_OFFLOAD=1 +export __VK_LAYER_NV_optimus=NVIDIA_only + +# nvk +#export MESA_LOADER_DRIVER_OVERRIDE=zink +#export NOUVEAU_USE_ZINK=1 if [ -n "$TMUX" ]; then return -- cgit v1.2.3-freya