我尝试了很多不同的方法让我的电脑使用显卡,但没有任何效果。我第一次安装 ubuntu 12.04 时,它让我卡在黑色的登录屏幕上。(现在解决了)。
我尝试过 bubmlebee 方法并直接从 Nvidia 安装驱动程序,但都不起作用。(由于不起作用,我现在已经删除了 Nvidia*)使用 bumblebee 时,我无法运行 optirun 或 prium
lspci-nn| grep -i vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
sudo lshw -C 显示
*-display UNCLAIMED
description: 3D controller
product: GK106M [GeForce GTX 765M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:f7000000-f707ffff
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:45 memory:f7400000-f77fffff memory:d0000000-dfffffff ioport:f000(size=64)
lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GK106M [GeForce GTX 765M] (rev a1)
附言:我用过http://followthegeeks.com/a-noobs-guide-to-installing-nvidia-optimus-driver-in-ubuntu/解决黑屏问题。
答案1
您可以尝试从 xorg edgers ppa 下载驱动程序(https://launchpad.net/~xorg-edgers/+archive/ppa)。
添加 ppa
sudo add-apt-repository ppa:xorg-edgers/ppa
升级系统
sudo apt-get update && sudo apt-get upgrade
重新安装大黄蜂。
如果这不能解决你的问题,
运行时出现什么错误optirun
?请包含在您的问题中。
注意:您昨天创建了这个问题吗?https://askubuntu.com/q/350922/35775不要每天用不同的 ID 创建重复项,这无助于获得好的答案。
答案2
经过多次尝试,我终于发现问题与内核有关。对我来说,这可以使 VGA 工作,你可以试一试。使用 Ctrl-Alt-F1 跳转到终端:
sudo apt-get install linux-source
sudo apt-get install linux-headers-3.5.0-18-generic
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
sudo reboot
祝你好运。
答案3
按照 Web-E 的回答,重启后
sudo apt-get update
停止工作。我按照以下解决方案成功让它恢复运行这里换句话说,通过使用
cd /etc/apt/sources.list.d/
sudo rm xorg-edgers-ppa-trusty.list
sudo reboot