本篇文章给大家分享的是有关Linux Deepin 2013怎么设置双显卡及关闭独显,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
利用
sudo lspci | grep VGA
这个命令就可以看到目前可以使用的显卡是哪些,在我的电脑上的输出为:
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)
烂电脑莫笑~
然后:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install --no-install-recommends bumblebee
sudo reboot
重启后执行:
sudo cat /proc/acpi/bbswitch
0000:01:00.0 OFF
独显已关闭!
本来按理只需要安装mbbswitch就能关闭独显的了,但是我搞不懂怎么样卸载已加载的N卡开源驱动,以及如何启动时自动关闭独显,所以偷懒直接安装大黄蜂算了,反正用Linux时估计不需要用到独显。
以上就是Linux Deepin 2013怎么设置双显卡及关闭独显,小编相信有部分知识点可能是我们日常工作会见到或用到的。希望你能通过这篇文章学到更多知识。更多详情敬请关注天达云行业资讯频道。