185******32
deepin
2018-08-23 22:47 切换回大黄蜂之后, 窗口管理器用的metacity 不知道是不是心理作用, 发热和续航 好像都回来了,
Reply Like 0 View the author

https://bbs.deepin.org/post/167681
大佬666,我成功了。
https://bbs.deepin.org/post/167681
另外,切换prime后貌似会导致dpkg:处理XX(--configure)出错
解决方法
https://blog.csdn.net/AAA1235244 ...
https://bbs.deepin.org/post/167681
可以使用PRIME方案了
https://bbs.deepin.org/post/167681
非常感谢楼主,不过给楼主个建议,其实您的命令可以这么写,不至于那么麻烦了
sudo find / -name 'bumbleb ...
Popular Ranking
ChangePopular Events
More
经过@kirigaya 的提示, bumblebee 会不会没有卸载干净,
dpkg -l |grep bumblebee
没有看到任何 相关内容
sudo find / -name 'bumblebee*' > ~/b.lst
然后看看 b.lst 里面都是beeblebee的残留
删掉这写即可
for i in $(cat b.lst); do
echo $i;
sudo rm -rf $i;
done
然后卸载显卡驱动管理器, 再在商店重新装回去. 就能看到大黄蜂在等待你的切换
补充一下. 方法有风险, 操作需谨慎 ,除非你知道每一个命令的作用, 以及可能存在的后果. 不然 还是请你等待官方修复