Talk:DaVinci Resolve: Difference between revisions
→AMD GPU issue: new section |
|||
| Line 43: | Line 43: | ||
Another solution is setting it with home.file but this felt more nix like using home-manager's available options | Another solution is setting it with home.file but this felt more nix like using home-manager's available options | ||
== AMD GPU issue == | |||
the proposed amd gpu configuration resulted in crashing after running davinci-resolve. The previous discussion already mentioned probably the same issue. I could fix it with another approach though: | |||
``` | |||
hardware = { | |||
graphics = { | |||
enable = true; | |||
}; | |||
amdgpu.opencl.enable = true; | |||
}; | |||
``` [[User:Stencill|Stencill]] ([[User talk:Stencill|talk]]) 11:44, 21 October 2025 (UTC) | |||