在运行 NVIDIA GPU、Ubuntu 16.04 的同时使用 Intel 集成显卡为显示器供电

在运行 NVIDIA GPU、Ubuntu 16.04 的同时使用 Intel 集成显卡为显示器供电

我正在构建具有以下组件的 Ubuntu PC:

  • 英特尔 i7-7700 CPU
  • NVIDIA 1080 Ti GTX GPU
  • MSI Z270 SLI 主板。具有用于 HDMI 和 DVI 的集成图形端口。
  • Ubuntu 16.04 操作系统

我正在努力寻找软件/硬件相互依赖的关系网,以便让这个东西运行起来。也就是说,要让 GPU 运行起来,我似乎需要配置 CUDA 及其驱动程序显示器由主板的集成显卡驱动

问题是我无法在 PCI 插槽中安装 GPU 的情况下通过集成显卡端口运行显示器。我尝试在 BIOS 中启用多显示器选项。以下是lspci返回的结果。请注意,唯一兼容 VGA 的控制器是 GPU:

~# lspci
00:00.0 Host bridge: Intel Corporation Device 591f (rev 05)
00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe Controller (x16) (rev 05)
00:08.0 System peripheral: Intel Corporation Sky Lake Gaussian Mixture Model
00:14.0 USB controller: Intel Corporation Device a2af
00:14.2 Signal processing controller: Intel Corporation Device a2b1
00:16.0 Communication controller: Intel Corporation Device a2ba 
00:17.0 SATA controller: Intel Corporation Device a282
00:1c.0 PCI bridge: Intel Corporation Device a290 (rev f0)
00:1c.4 PCI bridge: Intel Corporation Device a294 (rev f0)
00:1f.0 ISA bridge: Intel Corporation Device a2c5 
00:1f.2 Memory controller: Intel Corporation Device a2a1
00:1f.3 Audio device: Intel Corporation Device a2f0
00:1f.4 SMBus: Intel Corporation Device a2a3
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-V
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1b06 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 10ef (rev a1)
03:00.0 USB controller: ASMedia Technology Inc. Device 2142

我尝试安装英特尔显卡驱动程序使用.deb文件后安装就退出。

我还有很多问题,但有人能帮我克服这个第一个障碍吗?我是否应该取出 GPU,运行卡上的机器以安装其驱动程序并启用多显示器显示,然后再插入 GPU 并启用 CUDA?我需要 GPU 进行机器学习,并希望将其远离与系统图形显示相关的任何东西。

相关内容