Ubuntu 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所以,事实上,就在这里。现在我怎么才能让这该死的东西认出来呢?
发布于 2020-02-12 22:36:40
这篇文章并没有丢失。它已经开始运行了。
可以使用带有DRI_PRIME=1前缀的适配器运行程序。
例如:
DRI_PRIME=1 glxinfo | grep OpenGL或
DRI_PRIME=1 glxgears但是,不要期望这个适配器在fps中有很大的改进。
https://askubuntu.com/questions/1210095
复制相似问题