3

自从试图让我的显卡在 Vmware 主机中工作两天以来,我一直被困住。

规格:

  • 在 Windows 上运行的 Vvmware ESXi 5.0.0
  • Ubuntu 10.04 在主机上运行
  • 显卡:AMD Radeon 6900 系列

有用的输出:

#lspci -v
03:00.0 VGA compatible controller: ATI Technologies Inc Cayman PRO [AMD Radeon 6900 Series]
Subsystem: PC Partner Limited Device 186b
Flags: bus master, fast devsel, latency 64, IRQ 18
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at b2420000 (64-bit, non-prefetchable) [size=128K]
I/O ports at 4400 [size=256]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Endpoint, MSI 00
Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
Capabilities: [100] Vendor Specific Information <?>
Capabilities: [150] Advanced Error Reporting <?>
Kernel driver in use: fglrx_pci
Kernel modules: fglrx

我正在以文本模式启动我的 ubuntu。我尝试让 OpenCL 在我的虚拟机中运行。我尝试了很多关于 ati-stream 等的各种教程,但没有任何效果。然后我跟着这个

完成后,我在启动时收到此消息:

    dmesg|grep radeon
    [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.6 root=UUID=1b5bd568-6b7f-41c0-be1c-d69ae4f7e438 ro text splash video=radeon:modeset=1

[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.6 root=UUID=1b5bd568-6b7f-41c0-be1c-d69ae4f7e438 ro text splash video=radeon:modeset=1
[    2.670567] [drm] radeon kernel modesetting enabled.
[    2.671623] radeon 0000:03:00.0: enabling device (0000 -> 0003)
[    2.672877] radeon 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.679567] radeon 0000:03:00.0: BAR 6: can't assign [??? 0x00000000 flags 0x0] (bogus alignment)
[    2.680456] radeon 0000:03:00.0: BAR 6: can't assign [??? 0x00000000 flags 0x0] (bogus alignment)
[    2.681299] [drm:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM
[    2.682179] radeon 0000:03:00.0: Fatal error during GPU init
[    2.683291] [drm] radeon: finishing device.
[    2.693101] radeon 0000:03:00.0: PCI INT A disabled
[    2.696322] radeon: probe of 0000:03:00.0 failed with error -22

所以,我知道直通正在工作,因为我可以在主机中看到我的显卡,但我无法让它正常工作。

谁能帮我?询问我是否需要更多信息!

4

1 回答 1

0

我认为 AMD OpenCL 驱动程序(和催化剂)以某种方式与 X11 软件包相关联。尝试在您的 VMWare 中启动 Xorg 服务器并在 OpenCL 中编写一个简单的设备查询,以查看您是否可以访问该卡。如果根本没有安装 xorg,那也可能是个问题。您还可以看到aticonfig --lsa以root身份使用的卡吗?

于 2012-12-03T15:25:13.610 回答