
主機板是 BIOSTAR Z270GT9,配備三個 GeForce GTX 1060(位於 PCIe x16 插槽 1、3 和 5)。如果相關的話,所有卡片都位於 USB 供電的轉接卡上。我安裝了 Ubuntu Server 14.04 和 gnome。第一個和第二個卡都連接了 HDMI 顯示器。我透過 apt-get 安裝了 nvidia-367 的驅動程式。
只有第一張卡似乎可以工作並在系統中被檢測到。我嘗試查看BIOS中是否有與PCI相關的設置,但沒有找到。風扇都在卡上運轉,燈也是如此。
這是我的 'lspci | 的輸出grep -i nvidia':
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c03 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 10f1 (rev a1)
這是我的 'dmesg | 的輸出grep NVRM':
[ 3.610776] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 375.66 Mon May 1 15:29:16 PDT 2017 (using threaded interrupts)
[ 4.760621] NVRM: Your system is not currently configured to drive a VGA console
[ 4.760624] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[ 4.760625] NVRM: requires the use of a text-mode VGA console. Use of other console
[ 4.760626] NVRM: drivers including, but not limited to, vesafb, may result in
[ 4.760627] NVRM: corruption and stability problems, and is not supported.
我不確定接下來要尋找什麼。