关于开机禁用独立显卡
Tofloor
poster avatar
lygjxh
deepin
2014-04-15 07:29
Author
照着帖子里“代码:
echo IGD > /sys/kernel/debug/vgaswitcheroo/switch
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch

加到/etc/rc.local里的exit 0之前以实现开机自动切换到集成显卡禁用独立显卡。”

试了好几次,添加了就进不了系统,把这两行代码删除了,就可以正常进入系统了。。。求解
Reply Favorite View the author
All Replies
ziyujzy
deepin
2014-04-15 16:17
#1
百科里面的那个  没法加入开机启动(因为需要root权限)  我也困扰了很久  在网上找到了个帖子  可以建一个service  然后开机启动service    具体见http://www.lupaworld.com/article-228974-1.html
Reply View the author
cxbii
deepin
2014-04-15 17:41
#2
百科里面的那个  没法加入开机启动(因为需要root权限)  我也困扰了很久  在网上找到了个帖子  可以建一个service  然后开机启动service    具体见http://www.lupaworld.com/article-228974-1.html
  1. sudo gedit /etc/rc.local
Copy the Code
这样可以编辑啊
Reply View the author