在配备两块显卡的笔记本电脑上运行 Ubuntu Mate 18.04。英特尔显卡运行良好。但 AMD Radeon HD 8690M 却不见踪影。我的所有搜索都建议先检查其他驱动程序。问题是它显示为完全空白。
编辑:
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
Subsystem: Dell 4th Gen Core Processor Integrated Graphics Controller
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520]
Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / R7 M520]
Kernel driver in use: radeon
Kernel modules: radeon, amdgpu
所以它确实在那里。现在我该如何让这个该死的东西识别它呢?
答案1
适配器没有丢失。它已启动并正在运行。
您可以使用此适配器的DRI_PRIME=1
前缀来运行程序。
例如:
DRI_PRIME=1 glxinfo | grep OpenGL
或者
DRI_PRIME=1 glxgears
但是不要指望这个适配器能使 fps 有太大的提高。