AMD-AMD 可切换 GPU

AMD-AMD 可切换 GPU

因此,我的笔记本电脑运行的是 Ubuntu 18.04.1(深度桌面环境)。笔记本电脑有 2 个 GPU:

  • Amd Radeon R7 M360
  • AMD Radeon R5 (APU)

我的问题是如何切换到 R7?

运行命令lspci显示两个 GPU 均被检测到:`

01:00.0 Display controller [0380]: Advanced Micro Devices, Inc. [AMD/ATI] Topaz XT [Radeon R7 M260/M265 / M340/M360 / M440/M445] [1002:6900] (rev ff) (prog-if ff)
    !!! Unknown header type 7f
    Kernel driver in use: amdgpu
    Kernel modules: amdgpu

00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Mullins [Radeon R4/R5 Graphics] [1002:9851] (rev 45) (prog-if 00 [VGA controller])
    Subsystem: Hewlett-Packard Company Mullins [Radeon R4/R5 Graphics] [103c:80b8]
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 38
    Region 0: Memory at b0000000 (64-bit, prefetchable) [size=256M]
    Region 2: Memory at d0800000 (64-bit, prefetchable) [size=8M]
    Region 4: I/O ports at f000 [size=256]
    Region 5: Memory at feb00000 (32-bit, non-prefetchable) [size=256K]
    Expansion ROM at 000c0000 [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel driver in use: radeon
    Kernel modules: radeon, amdgpu

`

玩 minecraft 时,它检测为 AMD Mullins (R5 GPU)

答案1

我猜你的笔记本电脑支持通过 DRI_PRIME 切换显卡。如果是这样,我对这个问题的解决方案是:

  1. 安装 lutris (https://lutris.net
  2. 打开 lutris 并导航至其首选项
  3. 转到“系统选项”
  4. 启用“显示高级设置”
  5. 滚动直到看到“使用独立显卡”选项并启用它。

您也可以选择通过 lutris 创建桌面快捷方式。

现在,当您运行 minecraft 启动器并通过它运行任何 minecraft 实例时,您应该在 F3 中看到您的离散适配器。

相关内容