AMD GPU Driver 下载地址

https://www.amd.com/en/support/linux-drivers

安装步骤

sudo apt install ./amdgpu-install_5.7.50700-1_all.deb
sudo apt clean && sudo apt update
# 一定要先卸载旧驱动!!!
amdgpu-uninstall
amdgpu-install

删除chrome的GPUcache

偶尔会出现更新驱动后,chrome显示页面不正常的情况,比如部分元素丢失。关闭chrome,删除GPUcache,重新打开chrome即可。

rm -rf ~/.config/google-chrome/Default/GPUCache
# 如果有多个profile,需要删除多个
rm -rf ~/.config/google-chrome/Profile*/GPUCache

使用nvtop查看GPU使用情况

https://github.com/Syllo/nvtop nvtop支持NVIDIA,AMD和Intel GPU,可以通过如下命令安装:

sudo apt install nvtop
nvtop

卸载驱动重启以后无法进入系统

在grub选择系统界面,可以选择使用旧kernel启动系统,然后进入其他的tty进行操作。或者使用另一个机器ssh到当前机器进行操作。


文章版权归 FindHao 所有丨本站默认采用CC-BY-NC-SA 4.0协议进行授权|
转载必须包含本声明,并以超链接形式注明作者 FindHao 和本文原始地址:
https://findhao.net/easycoding/2615.html

Comments