Bumblebee 无法识别我的显卡,
$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
Run Code Online (Sandbox Code Playgroud)
我尝试使用 nouveau 驱动程序安装 Bumblebee:
sudo apt-get install bumblebee primus
Run Code Online (Sandbox Code Playgroud)
使用 nvidia 驱动程序,但我总是遇到相同的错误:
sudo apt-get install bumblebee-nvidia primus
Run Code Online (Sandbox Code Playgroud)
我还安装了 linux-headers:
sudo apt-get install linux-headers-$(uname -r)
Run Code Online (Sandbox Code Playgroud)
并在 grub 中使用 ACPI 模式,但错误仍然:
$ optirun blender
[ 769.988591] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ …Run Code Online (Sandbox Code Playgroud)