我在笔记本电脑 DELL M6600 上安装的 Ubuntu 12.10 上使用 optirun 命令时遇到问题。我在 BIOS 中启用了 Optimus 技术。我有两个显卡:
lspci -vnn | grep '\''[030[02]\]'
- 英特尔公司第二代酷睿处理器系列集成图形控制器 [8086:0126] (rev 09) (prog-if 00 [VGA 控制器])
- NVIDIA Corporation GF104 [Quadro 4000M] [10de:0e3b](rev a1)(prog-if 00 [VGA 控制器])
我已经安装了 nvidia 驱动程序:
dpkg -l | grep nvidia
ii boinc-nvidia-cuda 7.0.27+dfsg-5ubuntu0.12.04.1 amd64 metapackage for CUDA-savvy BOINC client and manager
ii bumblebee-nvidia 3.0.1-3~quantalppa2 amd64 nVidia Optimus support using the proprietary NVIDIA driver
ii nvidia-common 1:0.2.71.1 amd64 transitional package for ubuntu-drivers-common
ii nvidia-cuda-doc 4.2.9-1ubuntu1 all NVIDIA CUDA and OpenCL documentation
ii nvidia-cuda-gdb 4.2.9-1ubuntu1 amd64 NVIDIA CUDA GDB
rc nvidia-current 304.64-0ubuntu1~quantal~xup1 amd64 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-experimental-310 310.14-0ubuntu1 amd64 Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library
rc nvidia-settings 304.64-0ubuntu1~quantal~xup1 amd64 Tool for configuring the NVIDIA graphics driver
rc nvidia-settings-experimental-310 310.14-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver
ii nvidia-settings-updates 304.51-0ubuntu2 amd64 Tool for configuring the NVIDIA graphics driver
当我尝试这个时:
optirun -vv -debug glxspheres
我有:
[ 912.342326] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 912.497379] [DEBUG]optirun version 3.0.1 starting...
[ 912.497472] [DEBUG]Active configuration:
[ 912.497560] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 912.497600] [DEBUG] X display: ebug
[ 912.497660] [DEBUG] LD_LIBRARY_PATH:
[ 912.497694] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 912.497724] [DEBUG] VGL Compression: proxy
[ 912.734313] [INFO]Response: No - error: [XORG] (EE) No devices detected.
[ 912.734376] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ 912.734399] [DEBUG]Socket closed.
[ 912.734447] [ERROR]Aborting because fallback start is disabled.
[ 912.734477] [DEBUG]Killing all remaining processes.
答案1
我想我遇到了同样的问题。当我安装 bumblebee 时,它无法识别我的独立卡。查找此问题时,我发现 Ubuntu 使用键 nvidia 而不是 nvidia-current 来引用 nVidia 的驱动程序。
尝试一下这个:
备份文件 /etc/bumblebee/bumblebee.conf
sudo cp /etc/bumblebee/bumblebee.conf /etc/bumblebee/bumblebee.conf.backup
(例如)
编辑该文件(使用您想要的编辑器,例如 gedit):
sudo gedit /etc/bumblebee/bumblebee.conf
转到该部分[driver-nvidia]
。
在那里,改变
KernelDriver=nvidia-current
到
KernelDriver=nvidia
和
Module=nvidia-current
到
Module=nvidia
保存文件并重新启动。
现在再试一次:
optirun -vv -debug glxspheres
如果遇到同样的错误,请恢复配置文件:
sudo cp /etc/bumblebee/bumblebee.conf.backup /etc/bumblebee/bumblebee.conf
祝你好運。
答案2
有一次我遇到了完全相同的问题,如果我没记错的话,我没有安装 bbswitch。你有吗?如果没有,请安装,重新启动并重试。如果你已经暂停了笔记本电脑,我在暂停/休眠后使用 optirun 也遇到了问题,请尝试重新启动机器。
答案3
我解决这个问题的方法是将我的卡添加到/etc/bumblebee/xorg.conf.nvidia
配置文件中。
取消注释该行:
BusID "PCI:01:00:0"