利用
sudo lspci | grep VGA
这个命令就可以看到目前可以使用的显卡是哪些,在我的电脑上的输出为:
sudo lspci | grep VGA00: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)
烂电脑莫笑~
然后:
sudo add-apt-repository ppa:bumblebee/stablesudo apt-get updatesudo apt-get install --no-install-recommends bumblebeesudo reboot
重启后执行:
sudo cat /proc/acpi/bbswitch0000:01:00.0 OFF
独显已关闭!
本来按理只需要安装mbbswitch就能关闭独显的了,但是我搞不懂怎么样卸载已加载的N卡开源驱动,以及如何启动时自动关闭独显,所以偷懒直接安装大黄蜂算了,反正用Linux时估计不需要用到独显。
P.S. 话说Linux Deepin做得真不错!