我的显卡是否在使用中?

lin*_*dhe 1 ati graphics drivers 13.10

我有一个运行Ubuntu Gnome 13.10的三星 Series 7 NP730U3E 。这台计算机的内部装有 Intel Core i5 3337U 和 AMD Radeon HD 8570M。据说 Ubuntu 13.10 对此显卡有驱动程序支持,但我不确定是否是这种情况。

当我检查系统设置 > 详细信息时,它显示“图形:英特尔® Ivybridge Mobile”并lspci | grep VGA返回VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09).

lshw -c video返回

*-display 
    description: Display controller
    product: Mars [Radeon HD 8730M]
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    physical id: 0
    bus info: pci@0000:01:00.0
    version: 00
    width: 64 bits
    clock: 33MHz
    capabilities: pm pciexpress msi bus_master cap_list rom
    configuration: driver=radeon latency=0
    resources: irq:47 memory:e0000000-efffffff memory:f7e00000-f7e3ffff ioport:e000(size=256) memory:f7e40000-f7e5ffff
*-display
    description: VGA compatible controller
    product: 3rd Gen Core processor Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:46 memory:f7800000-f7bfffff memory:d0000000-dfffffff ioport:f000(size=64)
Run Code Online (Sandbox Code Playgroud)

这是什么情况?我的显卡是否正在使用,或者我的笔记本电脑是否有尚未发现的功能?

mms*_*ick 6

要判断您的显卡是否在使用中,您必须运行以下命令:glxinfo | grep OpenGL. 如果它在 llvmpipe 上显示 Gallium 0.4,那么它使用的是您的 CPU 而不是您的 GPU。如果它说它使用的是 Intel GPU,那么您需要在 BIOS 中禁用它并确保您的视频电缆已连接到您的 GPU。

Radeon HD 8570M 是 GCN/RadeonSI 显卡,因此您需要访问 AMD 网站并下载/安装 Catalyst 13.11。