关于deepin的双显卡的问题
Tofloor
poster avatar
hejun200613224
deepin
2013-07-13 00:07
Author
我是联想Y470,HD 3000+GT 550M。由于linux的程序基本用不上独显,而在linux下独显持续发热受不了,想禁用。所以我参考了此文的方法:http://zhyu.me/linux/ubuntu-disa ... -graphics-card.html
刚开始的时候还好,用文中所说的命令
  1. cat /sys/kernel/debug/vgaswitcheroo/switch
Copy the Code
能查看状态。我写好两个脚本,也添加了启动项。
然后重启,就卡住了。然后重启,显卡没有禁用,再次尝试
  1. cat /sys/kernel/debug/vgaswitcheroo/switch
Copy the Code
查看,提示没有目录,一步步cd 去看,发现debug目录里面的vgaswitcheroo文件夹不见了。然后什么都干不了了,怎么办啊。

望有经验的给我解决办法,或者又其他的处理双显卡的办法也欢迎提供,热天的,笔记本受不了高温啊。
Reply Favorite View the author
All Replies
woodelf
deepin
2013-07-13 00:37
#1
一个个看文章都不看前提,作者的双显卡是Intel+AMD,不适用于Intel+Nvidia。
Reply View the author
cxbii
deepin
2013-07-13 03:04
#2
看百科的吧。。。。。

百科显卡条目,保证比你自己找的好

用linux的发行版本,有问题应该优先找这个发行版的百科,这个应该养成习惯
Reply View the author
jouyouyun
deepin
2013-07-13 20:58
#3
Intel+Nvidia 的,请使用 bumblebee.
安装以下两个包就会把独显禁掉
  1. sudo apt-get install bumblebee  bumblebee-nvidia
Copy the Code
Reply View the author