我刚刚安装了 Linux Ubuntu 版本 20.04 但我认为 amd 显卡没有安装!如何检查显卡是否已安装?显卡型号:AMD RADEON R5 M320 2GB 我的显卡的 amd 网站不是 Linux 版本!如果我的英语不好,请原谅
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: ASUSTeK Computer Inc. HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
04:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Jet PRO [Radeon R5 M230 / R7 M260DX / Radeon 520 Mobile] (rev 83)
Subsystem: ASUSTeK Computer Inc. Jet PRO [Radeon R5 M230 / R7 M260DX / Radeon 520 Mobile]
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
我的显卡安装在这里吗?是真的吗?那么为什么要安装另一种显卡型号?这可能吗?
答案1
是的,您有一个 AMD 图形适配器并且它可以正常工作。
您还可以通过
DRI_PRIME=1 glxinfo | grep OpenGL
您有带有两个适配器的双显卡:Intel 和 AMD。
您可以使用其中任一个来运行应用程序。