From d94e6e1133646f54a5fdd5b1678b3203cb55ebb5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Sun, 15 Oct 2023 15:22:13 +0200 Subject: [PATCH] AMD->Nvidia --- system/nixinator/hardware-configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/system/nixinator/hardware-configuration.nix b/system/nixinator/hardware-configuration.nix index 7c2fe85b..59b0c324 100644 --- a/system/nixinator/hardware-configuration.nix +++ b/system/nixinator/hardware-configuration.nix @@ -90,17 +90,13 @@ extraPackages = with pkgs; [ # amdvlk # RADV (mesa) and AMDVLK (amd) can be used simultaneously - # OpenCL - # rocm-opencl-icd - # rocm-opencl-runtime - # rocm-runtime # Wiki doesn't mention this, but it exists... - - # TODO: Disabled for the moment, because hardware acceleration crashes AMDGPU driver # VAAPI/VDPAU: https://nixos.wiki/wiki/Accelerated_Video_Playback vaapiVdpau # Taken from wiki libvdpau-va-gl # Taken from wiki - # libvdpau # NOTE: Don't know if needed/where it belongs... - # libva # NOTE: Don't know if needed/where it belongs... + libvdpau # NOTE: Don't know if needed/where it belongs... + libva # NOTE: Don't know if needed/where it belongs... + + nvidia-vaapi-driver ]; };