davinco-resolve: add "more options" section
All checks were successful
/ render (push) Successful in 37s
All checks were successful
/ render (push) Successful in 37s
This commit is contained in:
parent
ef0abdc148
commit
2851a75618
1 changed files with 15 additions and 5 deletions
|
@ -13,7 +13,7 @@ Proxmox, I can easily use different distros.
|
|||
|
||||
This guide thus documents my installation process.
|
||||
|
||||
1) Install Rocky Linux 8.6
|
||||
## 1) Install Rocky Linux 8.6
|
||||
|
||||
You can download the [BlackMagic's
|
||||
ISO](https://downloads.blackmagicdesign.com/DaVinciResolve/DaVinci-Resolve-Linux-RockyLinux_8.6.iso)
|
||||
|
@ -27,7 +27,7 @@ sudo dnf update
|
|||
|
||||
By default, wired networking is not automatically turned on.
|
||||
|
||||
2) Install `amdgpu-pro`
|
||||
## 2) Install `amdgpu-pro`
|
||||
|
||||
* Remove `nomodeset` and `rdblacklist=nouveau` in grub config in
|
||||
`/etc/default/grub` and `/boot/grub2/grubenv`
|
||||
|
@ -43,7 +43,7 @@ sudo usermod -a -G render
|
|||
sudo usermod -a -G video
|
||||
```
|
||||
|
||||
3) Install Davince Resolve Studio 19
|
||||
## 3) Install Davince Resolve Studio 19
|
||||
|
||||
* Install `xcb-util-cursor`:
|
||||
```
|
||||
|
@ -60,7 +60,7 @@ clicking the desired version, and finally `Downlod only`
|
|||
sudo perl -pi -e 's/\x00\x85\xc0\x74\x7b\xe8/\x00\x85\xc0\xEB\x7b\xe8/g' /opt/resolve/bin/resolve
|
||||
```
|
||||
|
||||
4) Install `awesome` window manager
|
||||
## 4) Install `awesome` window manager
|
||||
|
||||
I only care for tiling window managers. Unfortunately, my manager of choice
|
||||
`awesome` is not available on Rocky Linux 8. I thus have to compile it myself,
|
||||
|
@ -125,4 +125,14 @@ package or the [wiki article it is based
|
|||
on](http://web.archive.org/web/20160205182002/http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome)
|
||||
to integrate awesome in gnome.
|
||||
|
||||
5) Install git-annex standalone
|
||||
## 5) Install git-annex standalone
|
||||
|
||||
I use git-annex to store my footage. Indeed, there isn't a git-annex package, but it is easy to install git-annex
|
||||
standalone by following [upstream's guide](https://git-annex.branchable.com/install/rpm_standalone/)
|
||||
|
||||
## Other options
|
||||
|
||||
I mentionned above that there were other ways to install Davinci on Linux without having to use Rocky Linux. Here are a few:
|
||||
* [via distrobox](https://github.com/zelikos/davincibox)
|
||||
* [on debian](https://github.com/flolu/davinci-resolve-linux)
|
||||
* [on arch](https://wiki.archlinux.org/title/DaVinci_Resolve)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue