|
|
最近升了下级后,aMule不能运行了,在终端中运行,提示:
The program 'amule' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 416 error_code 11 request_code 148 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.)
在网上搜索了一下后得到解决的方法:在/etc/X11/xorg.conf的Section "Extensions"段中加一行Option "MIT-SHM" "no",重启后就可以了。 |
|