Linux中国 Linux中国门户站!
设为主页 设为主页
收藏本站 收藏本站
 
当前位置 :首页 ->Linux技术 ->网络应用 ->正文

Ubuntu系统更新导致Eclipse无法使用问题

来源: 作者:Webmaster 时间:2008-02-04 点击: [收藏] [投稿]

系统环境:

Ubuntu 7.10(gutsy)

Kernel Linux 2.6.22-14-generic

GNOME 2.20.1

系统更新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。

(责任编辑:云子)



 如果您对本文有任何疑问或者建议,请到讨论区发表您的意见: >> 论坛入口 <<



上一篇:Ubuntu Linux操作系统帐户密码找回功能   下一篇:Redhat CEO在中国发布开源创新力协作计划

文章评论】 【收藏本文】 【推荐好友】 【打印本文】 【我要投稿】 【论坛讨论
更多相关文章
Power by linux-cn.com 粤ICP备05006655号