DaVinci Resolve: Difference between revisions

imported from old wiki
hardware.graphics -> hardware.opengl
Line 16: Line 16:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
  hardware.opengl = {
  hardware.graphics = { # hardware.opengl in 24.05
     enable = true;
     enable = true;
     driSupport32Bit = true;
     enable32Bit = true; # driSupport32Bit in 24.05
     extraPackages = with pkgs; [
     extraPackages = with pkgs; [
        intel-compute-runtime
      intel-compute-runtime
     ];
     ];
   };
   };
</syntaxhighlight>
</syntaxhighlight>


== Troubleshooting ==
== Troubleshooting ==