如何在同一系统中的 2 个 GPU 之间切换?

问题描述 投票:0回答:1

首先,我是 GPU 的新手,所以如果我错了,请纠正我。我有一个带 2 个 GPU 卡的 HP-z440 盒子 **

  1. AMD/ATI Firepro W2100
  2. AMD/ATI Firepro W5100

**
我正在使用 SLES 12 操作系统,我已经从 HP 官方网站安装了适当的驱动程序。

    linux:~ # lspci -v | grep -A 15 VGA
02:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Oland                                                                                         GL [FirePro W2100] (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company Device 2120
        Physical Slot: 2
        Flags: bus master, fast devsel, latency 0, IRQ 94
        Memory at d0000000 (64-bit, prefetchable) [size=256M]
        Memory at f0d00000 (64-bit, non-prefetchable) [size=256K]
        I/O ports at 2000 [size=256]
        Expansion ROM at f0d60000 [disabled] [size=128K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Legacy Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <                                                                                        ?>
        Capabilities: [150] Advanced Error Reporting
        Capabilities: [200] #15
        Capabilities: [270] #19

03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Bonair                                                                                        e [FirePro W5100] (prog-if 00 [VGA controller])
        Subsystem: Hewlett-Packard Company Device 0b0c
        Physical Slot: 5
        Flags: bus master, fast devsel, latency 0, IRQ 93
        Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Memory at f0000000 (64-bit, prefetchable) [size=8M]
        I/O ports at 1000 [size=256]
        Memory at f0c00000 (32-bit, non-prefetchable) [size=256K]
        Expansion ROM at f0c60000 [disabled] [size=128K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        Capabilities: [50] Power Management version 3
        Capabilities: [58] Express Legacy Endpoint, MSI 00
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <                                                                                        ?>
        Capabilities: [150] Advanced Error Reporting
        Capabilities: [200] #15

   Linux:~#` aticonfig --odgc
    
    Default Adapter - AMD FirePro W2100 (FireGL V)
                                Core (MHz)    Memory (MHz)
               Current Clocks :    300           300
                 Current Peak :    680           900
      Configurable Peak Range : [300-1000]     [300-1000]
                     GPU load :    0%

~

我认为一次只有 1 个 GPU 卡在工作。 我希望两个 GPU 卡都能工作,可以吗? 或者至少我想在这些卡之间切换。

graphics gpu opensuse amd-gpu ati
1个回答
2
投票

一般来说,不建议连接两个不同的显卡,并且可能无法按预期运行。 对于 AMD GPU,您必须使用“交火桥”连接两张卡:

这是一条小而宽的电缆,应与 GPU 一起放在包装盒中。 驱动程序软件中还有一个打开和关闭 Crossfire 的设置,但默认情况下应该是打开的。

要在卡之间切换,只需将显示器插入所选的卡即可。

© www.soinside.com 2019 - 2024. All rights reserved.