fix(hardware): enable more hardware acceleration features
https://wiki.nixos.org/wiki/AMD_GPU
This commit is contained in:
parent
144c46a984
commit
3179db69ba
1 changed files with 3 additions and 0 deletions
|
|
@ -236,9 +236,12 @@
|
|||
hardware.opengl = {
|
||||
# hardware.graphics in unstable
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
intel-vaapi-driver
|
||||
libvdpau-va-gl
|
||||
vaapiVdpau
|
||||
intel-compute-runtime
|
||||
pkgs-unstable.vpl-gpu-rt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue