added QSV

This commit is contained in:
Elias Gasparis 2025-01-16 06:08:34 +08:00
parent 1d883c5dc1
commit 92ae584fdc
2 changed files with 11 additions and 14 deletions

View file

@ -152,21 +152,10 @@
dosbox
#gpu tools
intel_gpu_tools
nvtop
intel-gpu-tools
#nvtopPackages.full not working right now
];
# NOT WORKING, FIX LATER
# hardware.graphics = {
# enable = true;
# extraPackages = with pkgs; [
# intel-media-driver # LIBVA_DRIVER_NAME=iHD
# intel-vaapi-driver # LIBVA_DRIVER_NAME=i965 (older but works better for Firefox/Chromium)
# libvdpau-va-gl
# ];
# };
# environment.sessionVariables = { LIBVA_DRIVER_NAME = "iHD"; }; # Force intel-media-driver
# Services
# =========================