我使用的是 ubuntu 14.04。我在使用 nvidia geforce 的笔记本电脑上安装了 bumblebee。我卸载了 bumblebee 并安装了 nvidia 官方驱动程序,但计算机仍在尝试将 bumblebee 与英特尔 Ivybridge Mobile 一起使用。它也写在“关于这台计算机”部分。我如何将显卡切换到 nvidia?
答案1
每当你需要使用 nvidia 卡时,打开终端并使用
optirun %command%
其中 %command% 是您想要使用 nvidia GPU 运行的程序。例如
optirun google-chrome-stable
要确认驱动程序是否正常工作,请运行
glxspheres64
其次是
optirun glxspheres64
并查看 fps 的差异。
PS 如果您使用的是 32 位系统,请使用“glxspheres”而不是“glxspheres64”