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.opengl = {
|
||||||
# hardware.graphics in unstable
|
# hardware.graphics in unstable
|
||||||
enable = true;
|
enable = true;
|
||||||
|
driSupport = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
intel-media-driver
|
intel-media-driver
|
||||||
intel-vaapi-driver
|
intel-vaapi-driver
|
||||||
|
libvdpau-va-gl
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
intel-compute-runtime
|
intel-compute-runtime
|
||||||
pkgs-unstable.vpl-gpu-rt
|
pkgs-unstable.vpl-gpu-rt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue