1.
N卡的开源驱动性能较差,电源管理也较差。参见
https://linuxtoy.org/archives/compare-l ... -gpus.html 这篇文章虽写于2012年,但最近三年除了AMD开源驱动进步明显外,其它没什么变化。
2.
直接安装 bumblebee-
nvidia 这个虚包,会将闭源驱动一起安装上。
3.
注意
https://wiki.debian.org/Bumblebee#Installation 的警告:
Warning: If you choose to install bumblebee-
nvidia and the dependent
nvidia driver packages, during postinst, you will see a debconf prompt warning you that you need to create a xorg.conf file in order to use the proprietary
nvidia driver. This prompt only applies to non-Optimus users, i.e. single
Nvidia GPU systems. Do NOT allow debconf to create a xorg.conf file, and do NOT run
nvidia-xconfig! (This prompt always appears when you install
nvidia packages through the repositories, and it currently does not detect Optimus/bumblebee users. See 735049 for a brief explanation.)
警告:如果安装 bumblebee-
nvidia 和
nvidia 闭源驱动,安装进行到 postinst 阶段时,会提示是否自动创建 xorg.conf。若你是双显卡用户,不要令其自动创建 xorg.conf!不要运行
nvidia-xconfig!自动创建的 xorg.conf 只对单N卡用户有效。具体参见
https://bugs.debian.org/cgi-bin/bugrepo ... bug=735049
目前来看此bug尚未关闭。