Re: Bug report: Remote displays.

> The full error messages is:
> Gdk-ERROR **: 86
>   serial 190 error_code 86 request_code 51 minor_code 0
> 
> That is on thin clients, If I try to do X port forwarding on SSH it
> complains about an integer out of range as well.

Unfortunatly those error doesn't help us much... as they are internals to gtk

We need some information about your configuration...

Could you give use the results from 

#xdpyinfo
do you see a line with "MIT-SHM" in the extensions list? 

#echo $DISPLAY

could you try a homepage without any image (perhaps it's related to MIT-SHM ?)


if you can compile Amaya from the source, 
try adding this line :

gdk_set_use_xshm (FALSE);

just before 
   gdk_imlib_init ();

in Amaya/thotlib/dialogue/dialogapi.c:1966:

-Paul

Received on Tuesday, 20 May 2003 04:53:52 UTC