1.什么是prime?
David’s goals with Prime are to allow a second GPU to render 3D applications onto the screen of the first GPU, with it being configurable by the client, and just to handle the rendering side.
2.prime的进一步发展史
直接工作在DRM上
基于DRM的prime部分支持VGEM
其它 PRIME 有关文章
3.Prime 获得 Linux Kernel 及 X Server 正式支援,Prime 自 Linux 3.5 得到 Linux-Kernel 支援,Prime 自 X Server 1.13 得到 X Server 支援
4.bumblebee本身 并不是 nVidia 官方发展的软件,而是由第三方软件公司研发 沒有得到 Linux Kernel 及 X Server 正式支援
5.有人说bumblebee也可以实现Optimus,不过安装完之后还要去配置,而prime不需要
安装prime(只支持lightdm,ubuntu13.10及以后版本)
1.首先完全移除bumblebee(没有安装可不用执行)
sudo apt-get purge bumblebee*
2.确保libvdpau-va-gl1没有开启因为它可能会Nvidia设置意外退出
sudo apt-get purge libvdpau-va-gl1
3.最后安装prime
sudo apt-get install nvidia-319 nvidia-settings-319 nvidia-prime
或
sudo apt-get install nvidia-319-updates nvidia-settings-319-updates nvidia-prime