Hardware acceleration
This commit is contained in:
parent
465d401c5d
commit
56f0a1963f
1 changed files with 4 additions and 2 deletions
|
|
@ -49,8 +49,10 @@
|
||||||
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
|
||||||
|
vaapiVdpau # VAAPI <-> VDPAU bridge
|
||||||
|
libvdpau-va-gl # VDPAU
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue