User Tools

Site Tools


wiki:linux:install_davinci_resolve_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious 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 Gregwiki: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/Ubuntu: +For Debian/Ubuntu: <code>sudo apt install -y clinfo</code> 
-''sudo apt install -y clinfo''+ 
 +For RHEL/clones: <code>sudo dnf install -y clinfo</code>
  
 ===== 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):
  
-''SKIP_PACKAGES_CHECK=1 ./Downloads/DaVinci_Resolve_19.1.2_Linux/DaVinci_Resolve_19.1_Linux.run''+<code>SKIP_PACKAGES_CHECK=1 ./Downloads/DaVinci_Resolve_19.1.2_Linux/DaVinci_Resolve_19.1_Linux.run</code>
  
 Then run through the installation prompts as normal. Then run through the installation prompts as normal.
Line 28: Line 29:
 After installation, you will need to copy libglib-2.0 into the Resolve libraries folder: After installation, you will need to copy libglib-2.0 into the Resolve libraries folder:
  
-''sudo cp /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 /opt/resolve/libs/''+<code>sudo cp /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 /opt/resolve/libs/</code>
  
 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:
  
-'''+<code>
 cd /opt/resolve/libs cd /opt/resolve/libs
 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
-'''+</code>
  
 Now you can run resolve and have fun! Now you can run resolve and have fun!
wiki/linux/install_davinci_resolve_linux.1736271678.txt.gz · Last modified: 2025/01/07 12:41 by Greg