[Share Experiences] amd显卡在deepin系统上安装达芬奇DaVinci Resolve终于成功了
Tofloor
poster avatar
qq4945286
deepin
2022-01-18 11:07
Author

截图_选择区域_20220118023746.png

同样的电脑配制,比在windows系统下,流畅多了。

折腾了几天,今天晚上无意间,终于折腾好了。下面是我参考的一些网站。

只要把blender3.0以前版本里面的opencl渲染加速折腾好了,达芬奇也一样好了。

blender论坛的两篇帖子:https://devtalk.blender.org/t/guide-install-amd-opencl-on-pop-os-some-ubuntu-derivates-linux-amdgpu-amdgpu-pro-rocm-rocr/13458/53

https://devtalk.blender.org/t/guide-install-amd-opencl-on-pop-os-some-ubuntu-derivates-linux-amdgpu-amdgpu-pro-rocm-rocr/13458

这是amd关于opencl=rocm的指导文档,https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation_new.html#ubuntu-20-04

这是uos论坛上一篇关于在deepin和uos系统下安装ubuntu系统里面的专业显卡驱动。https://bbs.chinauos.com/zh/post/10232

在折腾的时候,安装驱动和opencl的时候,一定要记住 sudo amdgpu-install --no-dkms (软件名或依赖名)。如果不带上--no-dkms,一不小心就会把dkms也装了,但你也装不了,最终系统好不就折腾坏了。

根据自己的显卡的型号到amd官网,下载对应的ubuntu显卡驱动。

截图_选择区域_20220118025742.png

选择ubuntu的驱动下载。那个两个箭头指的文档一定要看。

12.png

图片.png

等有时间了,我慢慢的把自己折腾的思路记下来,折腾几天,思路也比较乱,但也就参考上面列出的几个彷文章。

Reply Favorite View the author
Comments
poster avatar
andktan
2022-01-18 16:44
努力就有收获。
All Replies
deepin-mq
deepin
2022-01-18 16:59
#1

感谢分享

Reply View the author
181******81
deepin
2022-01-18 17:54
#2

这是个好东西呀。

Reply View the author
風銜霜
deepin
2022-01-19 18:53
#3

kissing_heart 收藏起来,指不定啥时候就用上了

Reply View the author
132******05
deepin
2022-02-10 22:13
#4

我的3500u 没有linux驱动。。。达芬奇提示不支持GPU模式。。。

Reply View the author
qq4945286
deepin
2022-02-15 09:15
#5
132******05

我的3500u 没有linux驱动。。。达芬奇提示不支持GPU模式。。。

在deepin就是用它剪剪视频

Reply View the author
132******05
deepin
2022-03-07 20:01
#6
qq4945286

在deepin就是用它剪剪视频

已经打好驱动,运行达芬奇了,现在在解决CEMU怎么加载apu 显卡驱动。。。。

Reply View the author
qq4945286
deepin
2022-03-07 23:00
#7
132******05

已经打好驱动,运行达芬奇了,现在在解决CEMU怎么加载apu 显卡驱动。。。。

如果按上面的搞不定就看这个视频。https://www.bilibili.com/video/BV1B3411Y7fJ/

如果升级到3月4号内测版,按视频里安装还是不行,就把下面的这个复制到终端,进行安装。一次复制一行,到终端回车安装。然后重启一下。

sudo amdgpu-install --no-dkms -opencl=rocr,legacy
sudo amdgpu-install --no-dkms --vulkan=amdvlk,pro

sudo apt install opencl-headers ocl-icd-libopencl1

sudo apt reinstall ocl-icd-libopencl1

sudo amdgpu-install --no-dkms ocl-icd-libopencl1

sudo amdgpu-install --no-dkms --vulkan=amdvlk
sudo amdgpu-install --no-dkms -y --accept-eula
amdgpu-install --no-dkms -y --usecase=graphics

一行一条,安装好后重启,应该就好了。前提是一条要先安装上面的

Reply View the author
qq4945286
deepin
2022-03-07 23:00
#8
It has been deleted!