尝试让我的 Intel 和 Nvida GPU 在 Xubuntu 13.10 上运行。(适用于 12.10)
[ 230.154527] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load
module "glamoregl" (module does not exist, 0)
[ 230.154698] [ERROR]Aborting because fallback start is disabled.
我使用了这个指南(http://wiki.ubuntuusers.de/Hybrid-Grafikkarten/Bumblebee)现在我被困在800x600的屏幕分辨率下,并且optirun抛出了这些错误。
答案1
我的笔记本电脑也遇到了类似的问题,我通过以下方式修复了它:
sudo lspci | grep NVIDIA
你应该得到类似这样的结果:
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev ff)
01:00.0 是你需要的部分,现在转到你的 bumblebee 配置
sudo nano /etc/bumblebee/xorg.conf.nvidia
在 VendorName 后面输入:
BusID "PCI:01:00.0"
(或者其他任何数字)
希望这有帮助:)