From 08f44ec2f216304963b911a699e9ab416a83ed2b Mon Sep 17 00:00:00 2001 From: k3t Date: Fri, 20 Mar 2026 06:51:21 -0600 Subject: [PATCH] stop forcing intel vaapi especially on amd gpu --- modules/desktop-common.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/desktop-common.nix b/modules/desktop-common.nix index 24e36e7..3927beb 100755 --- a/modules/desktop-common.nix +++ b/modules/desktop-common.nix @@ -50,10 +50,10 @@ ]; }; - environment.sessionVariables = { - LIBVA_DRIVER_NAME = "iHD"; # Prefer the modern iHD backend - # VDPAU_DRIVER = "va_gl"; # Only if using libvdpau-va-gl - }; + #environment.sessionVariables = { + # LIBVA_DRIVER_NAME = "iHD"; # Prefer the modern iHD backend + # # VDPAU_DRIVER = "va_gl"; # Only if using libvdpau-va-gl + #};