我新安装了 Ubuntu 13.10,并按照以下说明进行操作https://wiki.ubuntu.com/Bumblebee。前两个步骤是:
- (13.10 Saucy 及更新版本不需要)
sudo add-apt-repository ppa:bumblebee/stable
启用 Universe 和 Multiverse 存储库(分别用于 bumblebee 和 nvidia 包)。
这两个步骤都可以。但是第三步是:
sudo apt-get update
调用此命令后,结果如下:
W: can not dowload http://ppa.launchpad.net/bumblebee/stable/ubuntu/dists/saucy/main/binary-i386/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead.
另外,第四步是:
sudo apt-get install bumblebee virtualgl linux-headers-generic
Ubuntu 13.10 上没有 virtualgl。
我认为 Ubuntu 13.10 Saucy 没有 Bumblebee 软件包。
答案1
bumblebee 位于 ubuntu 13.10 的官方存储库中,因此您可以轻松安装它。
sudo apt-get install bumblebee bumblebee-nvidia
(如果是 nvidia)