启动 nvidia optimus 卡上的黑屏

Arm*_*der 6 nvidia-optimus bumblebee

每当我启动时,我的屏幕都会出现一个黑屏,上面的文字与我点击Control Alt F1. 我的显卡是使用 Bumblebee 的 Nvidia Optimus 卡。有时还会出现“此系统以低图形模式运行”。有时它会启动,但需要多次硬重启。

这是输出lspci

00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)  
00:1c.2 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 3 (rev b5)  
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)  
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)  
00:1f.0 ISA bridge: Intel Corporation HM67 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)  
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)  
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev ff)
Run Code Online (Sandbox Code Playgroud)

Dee*_*Dee 2

您是否尝试删除所有特殊的 nvidia 驱动程序?

  1. 引导至故障安全终端模式或先前的内核版本(如果存在)
  2. sudo apt-get remove nvidia-current
  3. 重启
  4. 启动后尝试更新系统并小心地重新安装 nvidia 驱动程序。

如果这没有帮助,请删除所有 nvidia 工作人员,因为sudo apt-get remove --purge nvidia-* 我在使用不同的 nvidia 卡更新内核后也有类似的行为,这使我能够解决它。


小智 1

我遇到了和你一样的问题,在 ubuntu 启动时看到这个问题在 我安装 Ubuntu 之后,我只安装了 bumblee,现在一切正常。

如您所知,问题出在 Ubuntu 上对 optimus 技术的不完整支持。