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 = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
intel-vaapi-driver
|
||||
intel-media-driver # VAAPI
|
||||
intel-compute-runtime # OpenCL
|
||||
vaapiVdpau # VAAPI <-> VDPAU bridge
|
||||
libvdpau-va-gl # VDPAU
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue