+2
-29
nixos/doc/manual/configuration/gpu-accel.chapter.md
+2
-29
nixos/doc/manual/configuration/gpu-accel.chapter.md
···-VK_ICD_FILENAMES=`nix-build '<nixpkgs>' --no-out-link -A amdvlk`/share/vulkan/icd.d/amd_icd64.json···-environment.variables.VK_ICD_FILENAMES = "/run/opengl-driver/share/vulkan/icd.d/radeon_icd.x86_64.json";
+1
-1
nixos/doc/manual/release-notes/rl-2411.section.md
+1
-1
nixos/doc/manual/release-notes/rl-2411.section.md
···- Convenience options for `amdgpu`, the open source driver for Radeon cards, are now available under [`hardware.amdgpu`](#opt-hardware.amdgpu.initrd.enable).-- [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured under the [`hardware.amdgpu.amdvlk`](#opt-hardware.amdgpu.amdvlk.enable) option.+- [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured under the {option}`hardware.amdgpu.amdvlk` option.This also allows configuring runtime settings for AMDVLK, including enabling experimental features.
+2
nixos/doc/manual/release-notes/rl-2511.section.md
+2
nixos/doc/manual/release-notes/rl-2511.section.md
···- The `no-broken-symlink` build hook now also fails builds whose output derivation contains links to $TMPDIR (typically /build, which contains the build directory).+- `hardware.amdgpu.amdvlk` and the `amdvlk` package have been removed, as they have been deprecated by AMD. These have been replaced with the RADV driver from Mesa, which is enabled by default.- The `services.polipo` module has been removed as `polipo` is unmaintained and archived upstream.
-1
nixos/modules/module-list.nix
-1
nixos/modules/module-list.nix
+5
nixos/modules/rename.nix
+5
nixos/modules/rename.nix
···+] "'amdvlk' has been removed. The replacement driver RADV, part of Mesa, is enabled by default.")
-1
nixos/modules/services/hardware/amdgpu.nix
-1
nixos/modules/services/hardware/amdgpu.nix
-65
nixos/modules/services/hardware/amdvlk.nix
-65
nixos/modules/services/hardware/amdvlk.nix
···-See [AMDVLK GitHub page](https://github.com/GPUOpen-Drivers/AMDVLK?tab=readme-ov-file#runtime-settings).
-141
pkgs/by-name/am/amdvlk/package.nix
-141
pkgs/by-name/am/amdvlk/package.nix
···-# * <https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/905d9bc2cf4a003b3d367537b5e120d9771cce16>-(lib.cmakeBool "VKI_RAY_TRACING" (!(stdenv.hostPlatform.isx86 && stdenv.hostPlatform.is32bit)))
-58
pkgs/by-name/am/amdvlk/test.nix
-58
pkgs/by-name/am/amdvlk/test.nix
···-echo 'AMDVLK needs rw access to /dev/dri/card0 or a fitting card, please run `sudo chmod o+rw /dev/dri/card*`'
+1
pkgs/top-level/aliases.nix
+1
pkgs/top-level/aliases.nix
···alsaTools = throw "'alsaTools' has been renamed to/replaced by 'alsa-tools'"; # Converted to throw 2024-10-17alsaUtils = throw "'alsaUtils' has been renamed to/replaced by 'alsa-utils'"; # Converted to throw 2024-10-17amazon-qldb-shell = throw "'amazon-qldb-shell' has been removed due to being unmaintained upstream"; # Added 2025-07-30+amdvlk = throw "'amdvlk' has been removed since it was deprecated by AMD. Its replacement, RADV, is enabled by default."; # Added 2025-09-20angelfish = throw "'angelfish' has been renamed to/replaced by 'libsForQt5.kdeGear.angelfish'"; # Converted to throw 2024-10-17