DaVinci Resolve: Difference between revisions
SeniorMatt (talk | contribs) Described an Issue in DaVinci Resolve with latest intel-compute-runtime-legacy1 and provided a way to fix it. |
SeniorMatt (talk | contribs) m Changed the wording a little. |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 114: | Line 114: | ||
=== Resolve crashes on Edit/Fusion tab with Intel iGPU === | === Resolve crashes on Edit/Fusion tab with Intel iGPU === | ||
If you are using <code>intel-compute-runtime-legacy1</code> and DaVinci Resolve crashes whenever you try to switch to Edit or Fusion tab, it indicates the issue with the latest package. If you want to learn more about how | If you are using <code>intel-compute-runtime-legacy1</code> and DaVinci Resolve crashes whenever you try to switch to Edit or Fusion tab, it indicates the issue with the latest package. If you want to learn more about how pinning packages to specific versions works, you can read [[FAQ/Pinning Nixpkgs|this article]]. | ||
Here's the solution for [[Defining NixOS as a flake|flake-based]] NixOS system: | Here's the solution for [[NixOS system configuration#Defining NixOS as a flake|flake-based]] NixOS system: | ||
{{File|3=inputs = { | {{File|3=inputs = { | ||
| Line 160: | Line 160: | ||
<syntaxhighlight lang="nix">hardware.graphics = { | <syntaxhighlight lang="nix">hardware.graphics = { | ||
enable = true; | enable = true; | ||
}; | |||
hardware.amdgpu.opencl.enable = true;</syntaxhighlight> | |||
[[Category:Applications]] | [[Category:Applications]] | ||