summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-03 10:22:08 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-14 22:35:11 -0700
commit54d6aee8f3754266a4ff6723268c068269ff7965 (patch)
treeb2802c0e017a2b010cc4f9c6bb7e8f4fa58b43f1 /nixos
parent0326d67a58f58ddf6756f3df673bba5d2c9870da (diff)
downloadnixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar.gz
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar.bz2
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar.lz
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar.xz
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.tar.zst
nixpkgs-54d6aee8f3754266a4ff6723268c068269ff7965.zip
nixos/doc/rl-22.05: mention nvidia va-api additions
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2205.section.xml9
-rw-r--r--nixos/doc/manual/release-notes/rl-2205.section.md2
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
index d3a944533ab..6a122544a7c 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
@@ -1292,6 +1292,15 @@
       </listitem>
       <listitem>
         <para>
+          The option
+          <literal>services.xserver.videoDriver = [ &quot;nvidia&quot; ];</literal>
+          will now also install
+          <link xlink:href="https://github.com/elFarto/nvidia-vaapi-driver">nvidia
+          VA-API drivers</link> by default.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           The <literal>firmwareLinuxNonfree</literal> package has been
           renamed to <literal>linux-firmware</literal>.
         </para>
diff --git a/nixos/doc/manual/release-notes/rl-2205.section.md b/nixos/doc/manual/release-notes/rl-2205.section.md
index fe30cbc3cf5..ddfc9702c97 100644
--- a/nixos/doc/manual/release-notes/rl-2205.section.md
+++ b/nixos/doc/manual/release-notes/rl-2205.section.md
@@ -477,6 +477,8 @@ In addition to numerous new and upgraded packages, this release has the followin
 
 - The option `services.thelounge.plugins` has been added to allow installing plugins for The Lounge. Plugins can be found in `pkgs.theLoungePlugins.plugins` and `pkgs.theLoungePlugins.themes`.
 
+- The option `services.xserver.videoDriver = [ "nvidia" ];` will now also install [nvidia VA-API drivers](https://github.com/elFarto/nvidia-vaapi-driver) by default.
+
 - The `firmwareLinuxNonfree` package has been renamed to `linux-firmware`.
 
 - It is now possible to specify wordlists to include as handy to access environment variables using the `config.environment.wordlist` configuration options.