无法检测到正确的图形驱动程序

无法检测到正确的图形驱动程序

我最近在配备 AMD 显卡的 HP 笔记本电脑上全新安装了 Ubuntu 16.04 LTS,但我注意到挂起后偶尔会出现屏幕闪烁和 Ubuntu 冻结的情况。

我尝试研究正在使用的图形驱动程序,发现 Ubuntu 目前使用:

lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)

英特尔显卡,我想切换到 AMD,但我不知道显卡的详细信息,需要有关如何安装驱动程序并让 Ubuntu 识别它的指南。

ubuntu-drivers devices
== cpu-microcode.py ==
driver   : intel-microcode - distro non-free

不推荐任何其他驱动程序。

编辑:1

邮政对检测 AMD 显卡很有帮助,我现在如何切换到 AMD 显卡?

lspci -nn | grep '\[03'
00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
0a:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265] [1002:6900] (rev ff)

相关内容