使用 Ubuntu 12.10,我有 2 个显卡,Intel 和 ATI,我最终让专有 ATI 驱动程序 - 版本 13.1- 运行,但是当我检查时lshw
,lsmod
我感到很困惑。
这是 lshw 的输出 - 令人困惑的部分是驱动程序属性 -:
*-display
description: VGA compatible controller
product: Cape Verde [Radeon HD 7700M Series]
...
configuration: driver=fglrx_pci latency=0
...
*-display
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
...
configuration: driver=i915 latency=0
...
这是 lsmod 的输出:
lsmod | grep radeon > returns nothing after I installed the ATI driver
lsmod | grep fglrx
fglrx 5196783 116
lsmod | grep video
video 19335 1 i915
我预计视频值会是fglrx_pci
或fglrx
不会i915
,我这里遗漏了什么吗?
答案1
lshw
显示安装在您电脑上的硬件。当您有两个显卡时,两次显示是可以的。
lsmod
显示已加载的模块。您有两块显卡,所以我认为两块显卡的模块都加载是没有问题的。
这两个命令都不会显示已加载或使用了哪个驱动程序。
编辑:你可以尝试这个:glxinfo | grep render