我遵循了http://ubuntuportal.com/2012/01/bumblebee-3-0-tumblewed-nvidia-optimus-gpu-switching-for-linux-has-been-released-how-to-install-bumblebee-3 -0-on-ubuntu.html本指南在我的Dell Inspiron N5110笔记本计算机(英特尔高清显卡3000 + NVIDIA GeForce GT525M)上安装nvidia驱动程序,但是当我想使用optirun命令启动任何程序时,我总是会遇到一些错误。
终端说:
adam@Adam-LT:~$ optirun firefox
[ 1482.559417] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 1482.559517] [ERROR]Aborting because fallback start is disabled.
我的笔记本电脑散热器始终为笔记本电脑冷却,这意味着nvidia卡在后台消耗电能。(终端有时会说守护程序服务器未运行。)您能给我一些解决方案吗?
sudo apt-get install linux-headers-$(uname -r) && sudo dkms autoinstall && sudo restart bumblebeed
。这将安装东西以编译bbswitch并重新启动bumblebeed,以便能够检测到bbswitch。