Radeon HD 7730 是否有效

Radeon HD 7730 是否有效

我有 Radeon HD 7730 显卡,有运行 Ubuntu 14.04 LTS 的英特尔 i5 处理器。输出如下fglrxinfo

display: :0  screen: 0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL version string: 3.0 Mesa 11.0.2

输出lshw -c video给我:

 *-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: vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:29 memory:c1000000-c13fffff memory:b0000000-bfffffff ioport:4000(size=64)
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.

问题lspci -nnk | grep -i vga -A3 | grep 'in use' 它的输出有一个答案:

Kernel driver in use: i915
Kernel driver in use: radeon

在我的附加驱动程序选项卡中,我看到 3 个驱动程序:

  1. 使用 X.ord Xserver -AMD?ATI 显示驱动程序包装器xserver-xorg-video-ati(开源,已测试)

  2. 使用 AMD 图形加速器的视频驱动程序fglrx-updates(专有)

  3. 使用 AMD 图形加速器的视频驱动程序flgerx(专有)

选择了第三个。

响应lspci -k | grep -EA2 'VGA|Display'

00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    Subsystem: Dell Device 0572
    Kernel driver in use: i915
--
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Chelsea LP [Radeon HD 7730M] (rev ff)
    Kernel driver in use: radeon
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

问题:

  • 我想了解我的 AMD 卡是否用作显卡驱动程序或 i915?
  • 如果没有的话我该如何实现它?

答案1

如果您使用的fglrx是双显卡驱动程序,您可以在 Catalyst 控制中心检查正在使用的适配器,或者使用终端命令:

sudo aticonfig --pxl

相关内容