Login  Register

Re: ImageJ on ACER Aspire One

Posted by Gabriel Landini on Aug 23, 2008; 8:05am
URL: http://imagej.273.s1.nabble.com/ImageJ-on-ACER-Aspire-One-tp3695298p3695299.html

On Saturday 23 August 2008, Jon Harman wrote:
> I'm trying to get ImageJ working on my new ACER Aspire One.

Running what version of linux? I used to get this in suse 10.3, but not in 11.

> But I get the error:
> xcb_xlib_unlock: Assertion `c->xlib.lock` failed.

> in /etc/profile I added the line:
> export LIBXCB_ALLOW_SLOPPY_LOCK=1

according to what I found this should be:

export LIBXCB_ALLOW_SLOPPY_LOCK=true

Are you sure "1" == "true"?

> (I did this before the line:
> export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
> I am not sure if the position makes any difference.)

I read that this should be at the end of the file, not sure if it is critical.

> I edited the run file to use 256 instead of 512 megs.
>
> opened a terminal and cd'ed into ImageJ
>
> then typed ./run


Please post your run file to see where it points to.

Cheers

G.