From: Brian P. <bri...@tu...> - 2005-03-23 03:19:08
|
When I wrote the SPU, I had to modify the code which encodes the framebuffer image to deal with bottom-to-top raster order (to match OpenGL). I guess I didn't finish that job for all the different encodings. That's probably the problem. Unfortunately, I really don't have any time to fix that right now. -Brian Aditya Kulkarni wrote: > Hi all, > > Managed to get VNC spu running, but I found a strange problem with it. > > When a vncviewer (default one shipped with SuSe linux 9.1, v1.2.9) > connects to the vncserver started by vncspu, an assertion > (RASTER_BOTTOM_TO_TOP == 0) fails in translate.c in spu/vnc directory. > > This problem does not necessarily occur everytime. > - When the vncviewer and vncserver are on the same host, it doesnt occur. > - When vncviewer and vncserver are on different 32-bit hosts, the > problem doesnt occur. > - When the vncviewer is on a 64-bit host, and the vncserver on 32-bit > host, this problem occurs. > > Any clue whats the root cause of the problem and whats the solution? > > Thanks, > Aditya Kulkarni > > On Mon, 21 Mar 2005 15:52:07 +0530, Aditya Kulkarni > <adi...@gm...> wrote: > >>Hi all, >> >>I have the following chromium set up on a suse linux box - >> >>1> An application node has a vnc spu attached to it. >>2> The chromium mothership and the crappfaker run on the same host. >>3> Making use of "atlantis". >> >>I am not able to see any image in the window opened by vncviewer >>(tightvnc). I checked that vnc spu was able to start a listener at >>port 5905 on the localhost, and even accept connections from a >>vncviewer. However, it gave the following errors on different >>occassions - >> >>[1] Error sending to 10.1.2.8 - Broken Pipe >>[2] Error reading from 10.1.2.8 >> >>What can I do to make it work? Am I missing something grossly? >>-- >>Best Wishes, >>Aditya Kulkarni >> > > > |