利用shell
sudo lspci | grep VGA
这个命令就能够看到目前能够使用的显卡是哪些,在个人电脑上的输出为:code
sudo lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09) 01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 525M] (rev a1)
烂电脑莫笑~
ci
而后:get
sudo add-apt-repository ppa:bumblebee/stable sudo apt-get update sudo apt-get install --no-install-recommends bumblebee sudo reboot
重启后执行:it
sudo cat /proc/acpi/bbswitch 0000:01:00.0 OFF
独显已关闭!io
原本按理只须要安装mbbswitch就能关闭独显的了,可是我搞不懂怎么样卸载已加载的N卡开源驱动,以及如何启动时自动关闭独显,因此偷懒直接安装大黄蜂算了,反正用Linux时估计不须要用到独显。table
P.S. 话说Linux Deepin作得真不错!
class