Deepin如何安装AMD闭源驱动
Tofloor
poster avatar
187******88
deepin
2020-02-03 19:19
Author
目前使用的是RX5700XT显卡,系统安装完后分辨率最高只有1400*1050非常难受,但是AMD只提供了ubuntu的驱动无法安装,求教论坛大神。
Reply Favorite View the author
All Replies
avatar
belzony
deepin
2020-02-03 19:51
#1
官方的压缩包解压,找到amdgpu-install,编辑,找到
function os_release() {
        if [[ -r  /etc/os-release ]]; then
                . /etc/os-release

                case "$ID" in
                ubuntu|linuxmint|debian|deepin)
里面原本是没有deepin的,我手动加上的,加上以后这个可以运行了就,
但是我的缺少依赖关系,还没解决,初步可以这么解决
Reply View the author
avatar
Feng Yu
deepin
2020-02-03 20:00
#2
Reply View the author
Comments
windcz91
2020-02-03 20:13
这个教程不错。