[maemo-developers] [maemo-developers] New version of VNC viewer available plus source code
From: Detlef Schmicker d.schmicker at physik.deDate: Tue Jan 24 09:29:19 EET 2006
- Previous message: [maemo-developers] New version of VNC viewer available plus source code
- Next message: [maemo-developers] Re: email source code available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <d.schmicker at physik.de>
> >
> > _______________________________________________
> > maemo-developers mailing list
> > maemo-developers at maemo.org
> > https://maemo.org/mailman/listinfo/maemo-developers
> >
>
> _______________________________________________
> maemo-developers mailing list
> maemo-developers at maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>
--
Detlef Schmicker <d.schmicker at physik.de>
- Previous message: [maemo-developers] New version of VNC viewer available plus source code
- Next message: [maemo-developers] Re: email source code available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
