我有一台三星 NP-QX411。它有两块显卡,英特尔和 nVidia。英特尔驱动程序很快就找到了,而且功能齐全。但是对于 nVidia,我尝试过以不同的方式安装几个驱动程序。但我无法运行它,没有成功。我不明白 Ubuntu 默认切换混合显卡选项的原因。我该怎么办?
答案1
尝试使用 ironhide(从 bumblebee 分叉而来)同时使用英特尔和 nvidia 卡:
对于 ironhide(Ubuntu Natty/Oneiric 说明):
sudo apt-get remove bumblebee
重启
sudo apt-get install dialog
或者
sudo apt-get install cdialog
然后
sudo apt-add-repository ppa:mj-casalogic/ironhide
sudo apt-get update && sudo apt-get install ironhide
对于 WebGL 基准测试,请安装 google-chrome 或使用
支持 WebGL 的浏览器,可以尝试使用/不使用 optirun 和
在邮件列表上报告 FPS 值:
optirun google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html
# close window
google-chrome http://webglsamples.googlecode.com/hg/aquarium/aquarium.html
答案2
https://wiki.ubuntu.com/Bumblebee 安装已 2013 年 4 月 26 日更新。
Bumblebee 旨在为 GNU/Linux 发行版的 NVIDIA Optimus 笔记本电脑提供支持。使用 Bumblebee,您可以使用 NVIDIA 卡渲染图形,然后使用 Intel 卡进行显示。
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee virtualgl linux-headers-generic
重启
用法
要使用独立 NVIDIA 卡运行您的应用程序,请在终端中运行:
optirun [options] <application> [application-parameters]
例子:
optirun firefox
有关 optirun 运行的选项列表:
optirun --help