根据官方的安装说明,我安装了amdgpu-pro驱动程序:AMD安装说明。
安装完成后,我运行了:
sudo apt update并收到了这样的信息:
E: The repository 'file:/var/opt/amdgpu-pro ./ Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.我去收集了更多的信息,这些信息可能有助于找出到底出了什么问题。我跑了:
dpkg -l amdgpu-pro产出如下:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name: amdgpu-pro, Version: 16.30.3-315407, Architecture: amd64, Description: This package install all amdgpu-pro components.如果有人能帮上忙那就太好了
发布于 2016-09-17 21:59:04
你的卡真的和司机一起用吗?尝试lspci -k并在输出中查找您的卡(我的通常为01:00.0),并显示此输出01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480] (rev c7)。重要的是,您还应该在“使用中的内核驱动程序:amdgpu”部分的输出中看到这一点。
同时检查OpenGL是否使用您的卡glxinfo | grep -i opengl。我现在正在重新安装我的系统,所以我没有确切的输出,但是您应该看到一些沿着OpenGL版本4.5核心配置文件和Gallium0.4版本的代码
无论如何,我之前从apt The repository 'file:/var/opt/amdgpu-pro ./ Release' does not have a Release file.收到了同样的错误消息,但是它并没有阻止我的卡正常工作。我认为,在您的sources.list中添加了一行,以便您可以通过谷歌查看如何从该文件中删除条目。
https://askubuntu.com/questions/824088
复制相似问题