Ubuntu MATE 20.04.3 LTS 6600XT GPU
用一个新的gpu代替我的旧gpu,有一个真正的障碍。
为ubuntu20.04.3文件这里下载了正确的21.40.2
遵循方向这里
甚至从这里并遵循提取方法那里得到了专业的软件包
运行更新、升级发行版、重新启动和.没什么。将hdmi插入gpu不会输出视频。
我检查了软件&更新和专有驱动程序被检查,当我检查其他驱动程序时,它没有显示任何内容。
正在运行
lspci -k | grep -A 2 -i "VGA" 显示系统识别我有合适的gpu。
正在运行
sudo ubuntu-drivers devices 一事无成
运行amdgpu-install和amdgpu-pro-install输出:
user@user-LinuxDesktop:~/Desktop/amdgpu-pro-20.20-1098277-ubuntu-20.04$ ./amdgpu-install -y
[sudo] password for user:
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://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:8 https://repo.radeon.com/amdgpu/21.40.2/ubuntu focal InRelease
Hit:9 https://repo.radeon.com/rocm/apt/4.5.2 ubuntu InRelease
Hit:10 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:11 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal InRelease
Reading package lists... Done
The amdgpu driver is already installed or was not uninstalled correctly.
Please fully uninstall the driver before proceeding with installation
You can try running the amdgpu-uninstall or amdgpu-pro-uninstall script
present in /usr/bin to clean up the previous installation
user@user-LinuxDesktop:~/Desktop/amdgpu-pro-20.20-1098277-ubuntu-20.04$ ./amdgpu-pro-install -y
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://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:7 https://repo.radeon.com/amdgpu/21.40.2/ubuntu focal InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:10 https://repo.radeon.com/rocm/apt/4.5.2 ubuntu InRelease
Hit:11 http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu focal InRelease
Reading package lists... Done
The amdgpu driver is already installed or was not uninstalled correctly.
Please fully uninstall the driver before proceeding with installation
You can try running the amdgpu-uninstall or amdgpu-pro-uninstall script present in /usr/bin to clean up the previous installation但是当我检查dpkg时,amdgpu amdgpu是确认的,但amdgpu-pro不是。
我已经更新,升级和重新启动,我不能让gpu激活,它仍然没有显示在其他驱动程序下。
有什么想法吗?
发布于 2022-04-28 17:50:07
这对我的设计有效。也许这能帮到别人。
操作系统:Ubuntu 20.04 (双引导) Ubuntu Studio 21.04
棋盘:ASUS图文游戏B550M+
CPU:AMD Ryzen 9 5900x12-Core,24-线程
RAM:海盗船复仇2x32GB CMK64GX4M2D3600C18
图形:XFX RadeonRX6600XT
如果您已经有了以前的版本或先前的失败尝试
amdgpu-uninstall -y强制重新引导
sudo reboot更新并安装一些软件包
sudo apt update && sudo apt install git clinfo darktable -y创建一个(可选的) AMD目录
mkdir amdgit克隆固件
cd amd && git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git && cd复制固件
sudo cp ~/amd/linux-firmware/amdgpu/* /lib/firmware/amdgpu && sudo update-initramfs -k all -u -v && sudo apt updatewget -P ~/amd/ https://repo.radeon.com/amdgpu-install/21.50.2/ubuntu/focal/amdgpu-install_21.50.2.50002-1_all.deb安装刚才下载的文件
cd amd && sudo apt install -y ./amdgpu-install_21.50.2.50002-1_all.deb && cd && sudo apt update安装驱动程序(选中可选的--用例标志)
amdgpu-install -y --accept-eula --opencl=rocr,legacy --usecase=graphics,opencl将自己添加到视频和呈现组中
sudo apt update && sudo usermod -aG video $USER && sudo usermod -aG render $USER强制重新引导
sudo reboot重新启动后,运行:
clinfo -l或者更冗长
clinfo检查暗表以及
darktable-cltest说得好。
https://askubuntu.com/questions/1392780
复制相似问题