ubuntu apport-gpu-error-intel.py错误解决办法
在使用ubuntu12.04时,系统安装好之后总是提示开启出错:ubuntu apport-gpu-error-intel.py;
找过很多办法都行不通,最后在老外的网站找到了如下方法:
sudo gksu gedit /etc/default/apport
change "enabled" from "1" to "0", then save the file.
即将enabled值改为0
重启后问题解决。
在此,如果下次需要用到re-enable服务,那么可以:
You can always re-enable it later on if you want, by changing "enabled" from "0" back to "1", or you can enable Apport temporarily, using the following command:
sudo service apport start force_start=1
等需要用时调用以上命令行。
本文出自 “观察者*奔放” 博客,请务必保留此出处:http://oberver.iteye.com/admin/blogs/1885188