Hardware acceleration
This commit is contained in:
parent
465d401c5d
commit
9a3a422dd3
1 changed files with 3 additions and 2 deletions
|
|
@ -49,8 +49,9 @@
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
intel-media-driver
|
intel-media-driver # VAAPI
|
||||||
intel-vaapi-driver
|
intel-compute-runtime # OpenCL
|
||||||
|
libvdpau-va-gl # VDPAU
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue