安裝nvidia顯示卡導致“低圖形模式”驅動程式問題

安裝nvidia顯示卡導致“低圖形模式”驅動程式問題

我的系統上安裝了 ubuntu 14.04,一切正常,直到我嘗試安裝顯示卡(nvidia gt 630)。我把顯示卡裝到電腦上,把顯示器插到顯示卡上,沒有輸入。顯示器可辨識已插入電源,但未接收任何輸入。然後我將顯示器插入板載顯示卡端口,系統在低圖形模式下運行。我已嘗試多次安裝 nvidia 驅動程序,但仍然無法在附加驅動程式選單中顯示任何內容。

我嘗試使用以下命令安裝驅動程式:

sudo apt-get install nvidia-304-updates

問題似乎是驅動程式沒有安裝,而且我沒有 ubuntu 通常附帶的標準驅動程式。我在清單中看到的唯一顯示卡驅動程式是英特爾顯示卡驅動程式。

lspci -k 的輸出 | grep -EA2 'VGA|3D' 是

00:02.0 VGA compatable controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09) 
    Subsystem: Dell Device 0581 
    Kernel driver in use: i915 

lspci 的輸出是

00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a4)
00:1f.0 ISA bridge: Intel Corporation B75 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
03:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

答案1

首先nvidia-304-updates是你的卡的驅動程式錯誤。以這種方式安裝正確的

sudo apt-get purge nvidia*
sudo apt-get install nvidia-346

並重新啟動。如果仍未偵測到適配器,請嘗試這個解決方案

答案2

安裝並重新啟動後,我無法工作,直到我在 BIOS 中關閉英特爾圖形加速。顯然,如果您只使用專用的 Nvidia 卡,則該選項會發生衝突。

相關內容