From a0ffe24e7dfa771a7336d96925e4db04564055dc Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:54:55 +0100 Subject: [PATCH] Make no sense in offload mode ? --- nixos/nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index 649c66d..1bafec8 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -20,7 +20,7 @@ in { environment.variables = { # GBM_BACKEND = "nvidia-drm"; # If crash in firefox, remove this line LIBVA_DRIVER_NAME = "nvidia"; # hardware acceleration - __GLX_VENDOR_LIBRARY_NAME = "nvidia"; + # __GLX_VENDOR_LIBRARY_NAME = "nvidia"; NVD_BACKEND = "direct"; }; nixpkgs.config = {