Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:linux:install_davinci_resolve_linux [2025/01/07 12:41] – ↷ Page moved from install_davinci_resolve_linux to wiki:linux:install_davinci_resolve_linux Greg | wiki:linux:install_davinci_resolve_linux [2025/01/07 13:10] (current) – Added clinfo install command for RHEL Greg | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| You will also need to make sure that clinfo is installed so that Resolve can see your OpenCL device. | You will also need to make sure that clinfo is installed so that Resolve can see your OpenCL device. | ||
| - | For Debian/ | + | For Debian/ |
| - | '' | + | |
| + | For RHEL/ | ||
| ===== Fixes for Debian 13+ and Ubuntu 24.04+ ===== | ===== Fixes for Debian 13+ and Ubuntu 24.04+ ===== | ||
| Line 20: | Line 21: | ||
| First, when you install it you need to use the `SKIP_PACKAGES_CHECK=1` variable to bypass the packages check (they should be installed already, their names just changed): | First, when you install it you need to use the `SKIP_PACKAGES_CHECK=1` variable to bypass the packages check (they should be installed already, their names just changed): | ||
| - | '' | + | < |
| Then run through the installation prompts as normal. | Then run through the installation prompts as normal. | ||
| Line 28: | Line 29: | ||
| After installation, | After installation, | ||
| - | '' | + | < |
| Then you need to move some old libraries out of the way that are incompatible with newer Linux releases: | Then you need to move some old libraries out of the way that are incompatible with newer Linux releases: | ||
| - | ''' | + | < |
| cd / | cd / | ||
| sudo mkdir not_used | sudo mkdir not_used | ||
| sudo mv libgio* not_used | sudo mv libgio* not_used | ||
| sudo mv libgmodule* not_used | sudo mv libgmodule* not_used | ||
| - | ''' | + | </ |
| Now you can run resolve and have fun! | Now you can run resolve and have fun! | ||