[maemo-developers] New version of VNC viewer available plus source code

2006-01-23 Thread Detlef Schmicker
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


Re: [maemo-developers] New version of VNC viewer available plus source code

2006-01-23 Thread 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


Re: [maemo-developers] New version of VNC viewer available plus source code

2006-01-23 Thread Detlef Schmicker
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


[maemo-developers] New version of VNC viewer available plus source code

2006-01-08 Thread Aaron Levinson
A new version of my VNC viewer port is available, version 0.3.  Since 
releasing 0.1, I've released a 0.1.1 and a 0.2 release, but this is the 
first release for which source code is available.

Relevant user level information can be found at 
http://www.internettablettalk.com/forums/showthread.php?t=887page=1 .  
The source code package can be found at 
http://www.aracnet.com/~alevinsn/vncviewer_0.3.tar.gz .

The code is fairly extensively commented, and some developers may find
these comments helpful.  Techniques that are demonstrated in the code
include:

-- Displaying a dialog on top of the main window right after the 
application starts (such that it looks right)
-- Using input methods
-- Turning on/off toolbars and scrollbars with or without full screen 
enabled
-- Using the hardware movement keys for dual functionality:  pressing once 
sends key, holding down scrolls the screen
-- Forcing the input method's window to display with the click of a
toolbar button

Please note that I haven't really started on the localization effort, and 
the relevant files in the po directory are unchanged from the maemopad 
files that I started from.

Aaron Levinson

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