我正试图在我的新Ubuntu20.04上安装amdgpu-pro-18.40,因为我用普通的gpu驱动程序在我的家庭电视上看到慢镜头中的电影。但我知道这个错误:
# ./amdgpu-install
deb [ trusted=yes ] file:/var/opt/amdgpu-pro-local/ ./
Get:1 file:/var/opt/amdgpu-pro-local ./ InRelease
Ign:1 file:/var/opt/amdgpu-pro-local ./ InRelease
Get:2 file:/var/opt/amdgpu-pro-local ./ Release [816 B]
Get:2 file:/var/opt/amdgpu-pro-local ./ Release [816 B]
Get:3 file:/var/opt/amdgpu-pro-local ./ Release.gpg
Ign:3 file:/var/opt/amdgpu-pro-local ./ Release.gpg
Hit:4 http://fr.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
Package: *amdgpu*
Pin: release o=AMD
Pin: version *-697810
Pin-Priority: 1000
Package: *amdgpu*:i386
Pin: release o=AMD
Pin: version *-697810
Pin-Priority: 1000
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
amdgpu : Depends: libwayland-amdgpu-client0 (= 1.14.0-697810) but it is not going to be installed
Depends: libwayland-amdgpu-server0 (= 1.14.0-697810) but it is not going to be installed
Depends: libgbm1-amdgpu (= 1:18.1.0-697810) but it is not going to be installed
Depends: libegl1-amdgpu-mesa (= 1:18.1.0-697810) but it is not going to be installed
Depends: libegl1-amdgpu-mesa-drivers (= 1:18.1.0-697810) but it is not going to be installed
Depends: libwayland-amdgpu-egl1-mesa (= 1:18.1.0-697810) but it is not going to be installed
amdgpu-lib32 : Depends: libwayland-amdgpu-client0:i386 (= 1.14.0-697810)
Depends: libwayland-amdgpu-server0:i386 (= 1.14.0-697810)
Depends: libgbm1-amdgpu:i386 (= 1:18.1.0-697810)
Depends: libegl1-amdgpu-mesa:i386 (= 1:18.1.0-697810)
Depends: libegl1-amdgpu-mesa-drivers:i386 (= 1:18.1.0-697810)
Depends: libwayland-amdgpu-egl1-mesa:i386 (= 1:18.1.0-697810)
E: Unable to correct problems, you have held broken packages.我的GPU是Radeon Rx580 8GB
我看过类似的问题,并尝试安装其他标志,如--px和--compute的建议,但没有工作。
很明显,这个问题在这里得到了解决:https://community.amd.com/t5/drivers-software/can-t-install-amdgpu-drivers-on-ubuntu-20-04-1-5-4-0-56-generic/td-p/426676/page/19,但我无法来回跟踪20页,并弄清楚如何解决这个问题。
所以感谢你的暗示。
发布于 2022-05-27 22:12:35
为了避免此类问题,您无法为当前版本安装适当的软件包:
Radeon™软件,用于版本22.10.2,用于Ubuntu20.04.4
https://askubuntu.com/questions/1339850
复制相似问题