Ubuntu 7.10安全更新后导致Eclipse无法使用的解决
我当前的系统:
Ubuntu 7.10(gutsy)
Kernel Linux 2.6.22-14-generic
GNOME 2.20.1 2008-01-18日系统更新xserver-xorg-core后,运行eclispe得到下面的错误:" The program "Eclipse" received an X Window System error.
This probably reflects a bug in the program.
The error was "BadAlloc (insufficient resources for operation)".
(Details: serial 436 error_code 11 request_code 147 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)"解决方法一:编辑gedit /etc/X11/xorg.conf添加下面的部分,然后重启gdm
Section "Extensions"
Option "MIT-SHM" "no"
EndSection解决方法二:使用新立得,查找xserver-xorg-core,然后将其版本从2:1.3.0.0.dfsg-12ubuntu8.1 强制降到2:1.3.0.0.dfsg-12ubuntu8然后重启X Linux环境下JDK安装和Vi编辑器设置技巧Suse10 下安装NTFS-3G支持对NTFS分区读写相关资讯 Eclipse ubuntu 7.10
- Eclipse中将Java项目转换成Web项目 (07月28日)
- 用 Python 打造你的 Eclipse (04月26日)
- Eclipse基金会发布下一代IDE, (03月11日)
| - Linux 下搭建stm32开发环境 (07月01日)
- 如何在Eclipse中添加Tomcat的jar包 (03月23日)
- 基于Eclipse搭建STM32开源开发环境 (03月10日)
|
本文评论 查看全部评论 (0)