笔记本电脑专用显卡不工作

笔记本电脑专用显卡不工作

因此,显卡是 R5 M330。它在 radeon 和 amdgpu 下都不起作用。使用 Ubuntu 16.10。集成 GPU 运行正常

lspci -k | grep -EA3 'VGA|3D|Display'命令返回:

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R3 Graphics]
        Subsystem: Lenovo Mullins [Radeon R3 Graphics]
        Kernel driver in use: radeon
        Kernel modules: radeon
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] (rev ff)
        Kernel driver in use: radeon
        Kernel modules: radeon, amdgpu

lspci -v返回此错误:

01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330] (rev ff) (prog-if ff)
        **!!! Unknown header type 7f**
        Kernel driver in use: radeon
        Kernel modules: radeon, amdgpu

输出DRI_PRIME=1 glxinfo | grep "OpenGL renderer"

OpenGL renderer string: Gallium 0.4 on AMD HAINAN (DRM 2.49.0 / 4.10.0-041000rc8-generic, LLVM 3.8.1)

Fedora 和 OpenSuse 下也出现同样的问题。

相关内容