如何在混合显卡 Intel/nVidia 之间切换?

如何在混合显卡 Intel/nVidia 之间切换?

我有一台三星 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

答案3

您的 nVidia 卡未用作 GPU,但您在使用 Ubuntu 时它始终处于开启状态(因此,显示的电池寿命将是其应有的一半)。所有步骤都可以找到这里。请确保您遵循与您当前的 Ubuntu 版本相对应的说明。

一旦启动并运行 Bumblebee,您的 nVidia 卡将始终处于关闭状态,直到您使用该optirun命令。请查阅大黄蜂 维基每时每刻。

这回答了你关于在卡片之间切换的问题。你也许还会发现博客文章很有帮助。

相关内容