Thanks a lot for the response,
        
        I fixed the problem with vino. It seems to be a bug in
        VCNViewer,
        both other encodings are buggy:
        
        
        void vnc_viewer_configure(VncViewer *vnc, gint fd, gboolean
        shared,
                                  VncViewerDepthType depth)
        {
          guint32 encodings[] =
          {
            //    rfbEncodingHextile,
           // rfbEncodingCoRRE,
           // rfbEncodingRRE,
            rfbEncodingCopyRect, rfbEncodingRaw
          };
        
        please disable rfbEncodingCoRRE rfbEncodingRRE and in
        vnc-viewer.c .
        
        I can connect to vino now. The performance is not too good, but
        I can not compare...
        
        Detlef Schmicker
        
        
        Am Montag, den 23.01.2006, 10:39 -0800 schrieb Aaron Levinson:
> The original author of gnome-vnc-viewer wrote the Hextile code (back in 
> 1999)--I haven't really looked at it yet or tested it yet, and I assume 
> that he disabled it because it wasn't ready when he published the 0.1 
> release of gnome-vnc-viewer.  The next version of the maemo port will 
> likely support the Hextile encoding type.
> 
> The GNOME VNC server (vino) apparently has a bug that causes it to report
> an encoding type that is not advertised or supported by the VNC viewer
> client.  If there is a way to manually force vino to use a different
> encoding type, then you might be able to fix it this way.  Users have had
> success with tightvncserver and vncserver.
> 
> Aaron
> 
> On Mon, 23 Jan 2006, Detlef Schmicker wrote:
> 
> > I looked at the source code an found, that you started to integrate
> > Hextile encoding. 
> > 
> > It is still buggy and you uncommented it. In case you have patches, I
> > will try it.
> > 
> > With the current version I can not connect to the gnome vnc server.
> > 
> > Detlef
> > 
> > -- 
> > Detlef Schmicker <[EMAIL PROTECTED]>
> > 
> > _______________________________________________
> > maemo-developers mailing list
> > maemo-developers@maemo.org
> > https://maemo.org/mailman/listinfo/maemo-developers
> > 
> 
> _______________________________________________
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
> 
-- 
Detlef Schmicker <[EMAIL PROTECTED]>

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to