Accelerated Video Playback: Difference between revisions
Marked this version for translation |
Jonhermansen (talk | contribs) add missing semicolon to nvidia code section |
||
| (One intermediate revision by one other user not shown) | |||
| Line 62: | Line 62: | ||
</translate> | </translate> | ||
{{file| | {{file|3=<nowiki> | ||
{ config, lib, ...}: { | { config, lib, ...}: { | ||
environment.variables.LIBVA_DRIVER_NAME = "nvidia" | environment.variables.LIBVA_DRIVER_NAME = "nvidia"; | ||
# If used with Firefox | # If used with Firefox | ||
| Line 87: | Line 87: | ||
}; | }; | ||
} | } | ||
</nowiki>}} | </nowiki>|name=/etc/nixos/configuration.nix|lang=nix}} | ||
<translate> | <translate> | ||
| Line 135: | Line 135: | ||
== Also see == | == Also see == | ||
* [https://wiki.archlinux.org/index.php/Hardware_video_acceleration Arch Linux wiki#Hardware video acceleration]. | * [https://wiki.archlinux.org/index.php/Hardware_video_acceleration Arch Linux wiki#Hardware video acceleration]. | ||
* [https://wiki.gentoo.org/wiki/VAAPI Gentoo Wiki#VAAPI.] | |||
* [https://github.com/NixOS/nixos-hardware nixos-hardware] has example configurations for various types of hardware. | * [https://github.com/NixOS/nixos-hardware nixos-hardware] has example configurations for various types of hardware. | ||
</translate> | </translate> | ||
[[Category:Video]] | [[Category:Video]] | ||