- Posts: 48
- Joined: Tue Apr 25, 2017 2:49 pm
OH YEAH! DaVinci 14 on Ubuntu! SWEEEET!
I created a tutorial for those who want try it. It's really easy, just follow the steps. The things after # is not commands, are just the explanation of the command line.
Process:
1- Install this lib:
2- Terminal: sudo apt-get install libssl-dev
3- Terminal: sudo ln -s /usr/lib /usr/lib64
4- Terminal: sudo ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 /usr/lib/libgstreamer-0.10.so.0
5- Terminal: sudo ln -s /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 /usr/lib/libgstbase-0.10.so.0
6- Terminal: sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10
7- Terminal: sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10
8- Download Resolve 14 from the official website:
https://www.blackmagicdesign.com/produc ... nciresolve
9- Unzip package and open terminal:
10- su root # and put your password
11- navigate to install folder that you unzip
12- sh DaVinci_Resolve_14.0b1_Linux.sh # run the installation
13- update the nvidia driver, IMPORTANT PATH and if you don't do this, you will get stucked in a black screen every time you try to turn of the X lightdm. Open terminal and execute the following commands:
13.1- Terminal: sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get install build-essential && sudo apt-get install linux-source && sudo apt-get install linux-headers-generic
13.2- Terminal: sudo gedit /etc/default/grub
13.3- In the opened archive look for the line:
"GRUB_CMDLINE_LINUX_DEFAULT..."
13.4- Change this line to:
GRUB_CMDLINE_LINUX_DEFAULT="nouveau.blacklist=1 quiet splash nomodeset"
*this forces low-level graphics to ensure putty does not give black screen.
13.5- Terminal: sudo update-grub2
13.6- Terminal: sudo apt-get remove nvidia* && sudo apt-get autoremove # ensures no former installation clashes with new install
13.7 Terminal: sudo reboot
14- After reboot download the NVidia Driver:
http://www.nvidia.com/Download/index.aspx?lang=en-us
15- After download the right version for your GPU, go to the download folder, click with the right button and go to properties. On the second tab (permissions) mark the checkbox "Allow Executing File as a Program" and close the properties window.
16- Terminal: sudo gedit /etc/modprobe.d/blacklist.conf
17.1- In the archive opened add these lines at the end:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist lbm-nouveua
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
17.2- Save and close the archive
18- Open a putty-terminal with Ctrl + Alt + F1
18.1- Putty-Terminal: su root # and put your password
18.2- Putty-Terminal: sudo service lightdm stop # stops graphic session to enable nvidiainstallation
18.3- Navigate to the folder where the nvidia driver was downloaded and execute it
18.4- Putty-Terminal: sudo ./NVIDIADriverName.run
18.5- Putty-Terminal: sudo nano /etc/default/grub
18.6- In the opened file, go to the same line as before and change to it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
18.7- Hit F3 to save the file
18.8- Hit F2 to close the file
18.9- Putty-Terminal sudo update-grub2
19- Putty-Terminal: sudo reboot
The driver is installed! Now last steps:
20- Install this lib:
https://packages.debian.org/pt-br/jessie/libpng12-0
(at the end of the page, click on the link of your processor and dowload the .deb. Than use GDebi to install it)
THAT'S IT! You a ready to run the Resolve 14!
IMPORTANT EDIT:
Sadly the audio part is not working yet, they are working on it. U only will have audio if you have a BM DeckLink. If not, you will got no sound. But they are working on a drive for it.
On CentOS 7 it's all working fine as I heard. Gonna test today.
But, as we can see in the images 3 and 4, there's some bug on the COLOR tab. There's no preview. If u change everything and back to edit, u can see the results. But the preview on the color tab is bugged.
It's the beta version so all these bugs are spected. At least we have the program!
MY PC SPECS:
MOBO: z270X Aoros Gigabyte Gaming 5
PROC: i7 7700k + Cooler Master Hyper X212
VGA: MSI GTX 1070 8GB DDR5
RAM: 32GB Ram Crucial Elite
STORAGE 1: SSD 480GB Kingston
STORAGE 2: SSD 128GB Samdisk
STORAGE 3: SSHD Seagate 1TB + Cooler HD
STORAGE 4: HD Seagate 2TB
FONTE: EVGA 600W BQ
I created a tutorial for those who want try it. It's really easy, just follow the steps. The things after # is not commands, are just the explanation of the command line.
Process:
1- Install this lib:
2- Terminal: sudo apt-get install libssl-dev
3- Terminal: sudo ln -s /usr/lib /usr/lib64
4- Terminal: sudo ln -s /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 /usr/lib/libgstreamer-0.10.so.0
5- Terminal: sudo ln -s /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0 /usr/lib/libgstbase-0.10.so.0
6- Terminal: sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10
7- Terminal: sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10
8- Download Resolve 14 from the official website:
https://www.blackmagicdesign.com/produc ... nciresolve
9- Unzip package and open terminal:
10- su root # and put your password
11- navigate to install folder that you unzip
12- sh DaVinci_Resolve_14.0b1_Linux.sh # run the installation
13- update the nvidia driver, IMPORTANT PATH and if you don't do this, you will get stucked in a black screen every time you try to turn of the X lightdm. Open terminal and execute the following commands:
13.1- Terminal: sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get install build-essential && sudo apt-get install linux-source && sudo apt-get install linux-headers-generic
13.2- Terminal: sudo gedit /etc/default/grub
13.3- In the opened archive look for the line:
"GRUB_CMDLINE_LINUX_DEFAULT..."
13.4- Change this line to:
GRUB_CMDLINE_LINUX_DEFAULT="nouveau.blacklist=1 quiet splash nomodeset"
*this forces low-level graphics to ensure putty does not give black screen.
13.5- Terminal: sudo update-grub2
13.6- Terminal: sudo apt-get remove nvidia* && sudo apt-get autoremove # ensures no former installation clashes with new install
13.7 Terminal: sudo reboot
14- After reboot download the NVidia Driver:
http://www.nvidia.com/Download/index.aspx?lang=en-us
15- After download the right version for your GPU, go to the download folder, click with the right button and go to properties. On the second tab (permissions) mark the checkbox "Allow Executing File as a Program" and close the properties window.
16- Terminal: sudo gedit /etc/modprobe.d/blacklist.conf
17.1- In the archive opened add these lines at the end:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist lbm-nouveua
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
17.2- Save and close the archive
18- Open a putty-terminal with Ctrl + Alt + F1
18.1- Putty-Terminal: su root # and put your password
18.2- Putty-Terminal: sudo service lightdm stop # stops graphic session to enable nvidiainstallation
18.3- Navigate to the folder where the nvidia driver was downloaded and execute it
18.4- Putty-Terminal: sudo ./NVIDIADriverName.run
18.5- Putty-Terminal: sudo nano /etc/default/grub
18.6- In the opened file, go to the same line as before and change to it:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
18.7- Hit F3 to save the file
18.8- Hit F2 to close the file
18.9- Putty-Terminal sudo update-grub2
19- Putty-Terminal: sudo reboot
The driver is installed! Now last steps:
20- Install this lib:
https://packages.debian.org/pt-br/jessie/libpng12-0
(at the end of the page, click on the link of your processor and dowload the .deb. Than use GDebi to install it)
THAT'S IT! You a ready to run the Resolve 14!
IMPORTANT EDIT:
Sadly the audio part is not working yet, they are working on it. U only will have audio if you have a BM DeckLink. If not, you will got no sound. But they are working on a drive for it.
On CentOS 7 it's all working fine as I heard. Gonna test today.
But, as we can see in the images 3 and 4, there's some bug on the COLOR tab. There's no preview. If u change everything and back to edit, u can see the results. But the preview on the color tab is bugged.
It's the beta version so all these bugs are spected. At least we have the program!
MY PC SPECS:
MOBO: z270X Aoros Gigabyte Gaming 5
PROC: i7 7700k + Cooler Master Hyper X212
VGA: MSI GTX 1070 8GB DDR5
RAM: 32GB Ram Crucial Elite
STORAGE 1: SSD 480GB Kingston
STORAGE 2: SSD 128GB Samdisk
STORAGE 3: SSHD Seagate 1TB + Cooler HD
STORAGE 4: HD Seagate 2TB
FONTE: EVGA 600W BQ
Last edited by AndréRodrigues on Wed Apr 26, 2017 2:01 pm, edited 5 times in total.
Davinci Resolve Studio 17 - Windows 10 Updated - MOBO: Aorus Master X570 - PROC: Ryzen 9 3900x - GPU: RTX2070 8GB Super - RAM: 128GB 3200Mhz - STORAGE: 3 NVME 3500/3000mbps + HD's and SSD's