many connections modifications

2002-01-22 Thread Lonnie Cumberland

Hello All,

I seem to remember someone asking about being able to make many
connections (on the order of 100 or more) to a server through VNC and
was wondering what modifications I needed to make to the sources to
handle this?

Any help would be greatly appreciated.
Cheers,
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



RE: many connections modifications

2002-01-22 Thread Lonnie Cumberland

Hello Sharma,

Actually I was talking about Xvnc when I run it as a daemon in my
xinetd.

I seem to remember that someone wanted to be able to make somewhere
around 500 - 1000 connections and there was the question of how Xvnc
could handle the ports as the usual setting was to put it on port
5900.

Cheers,
Lonnie



> I am not aware if there are any restriction on the number of
> connection in the code. Are you talking about WinVNC or Xvnc ?
> Thanks
> -shashi
>
> -Original Message-----
> From: Lonnie Cumberland [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 22, 2002 7:06 AM
> To: [EMAIL PROTECTED]
> Subject: many connections modifications
>
>
> Hello All,
>
> I seem to remember someone asking about being able to make many
> connections (on the order of 100 or more) to a server through VNC
> and was wondering what modifications I needed to make to the
> sources to handle this?
>
> Any help would be greatly appreciated.
> Cheers,
> Lonnie Cumberland
> OutStep Technologies Incorporated
> (313) 832-7366
>
> URL: http://www.outstep.com
> EMAIL: [EMAIL PROTECTED]
>  : [EMAIL PROTECTED]
> 
-
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> 
-
> 
-
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> 
-


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



xinet.d setup for apache java classes and vnc

2002-01-23 Thread Lonnie Cumberland

Hello All,

How are you doing? Good I hope.

could some one please tell me how you have your xinet.d vnc service
file set up?

I have lost my settings to be able to load up my tight vnc from my
web browser?

I have these settings on my tightvnc 1.2.1 but they are not working:

In my apache web server I have a test.html file:
---


My desktop








and in my /etc/xinet.d/vnc I have:

service vnc
{
flags   = REUSE
socket_type = stream
port= 5951
wait= no
user= nobody
server  = /usr/local/bin/Xvnc

#   server_args = -inetd -desktop 5951 -broadcast -once -ac -
geometry 1024x768 -depth 16 -rfbwait 12 -rfbport 5951 -
co /usr/lib/X11/rgb

server_args = -inetd -broadcast -once -ac -geometry
1024x768 -depth 16 -httpd /usr/local/vnc/classes -
co /usr/lib/X11/rgb -httpport 5801
log_on_failure  += USERID
}

-

The top commented out "server_args" works fine if I try to connect
with just my standard vncviewer, but if I comment it out and use the
2nd "server_args" to try and connect from my apache web server then
it does not work even though my classes and files are in the right
place.

any ideas anyone?

cheers,
Lonnie


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Java Option Definitions

2002-01-24 Thread Lonnie Cumberland

Hello All,

could someone please tell me where I can read some information on the
Java Options for VNC and in particular on these:

 
 

I am trying to find a was to speed up the screen updates on the
client machines and also the colors seem to be off even though I am
running only 16 bit resolution from my Linux box.

Any ideas on way to speed up the screen updtes and enhance the colors
would be greatly appreciated.

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Java VNC gets browser connection refused

2002-01-26 Thread Lonnie Cumberland

Hello,

I have recently been running Java VNC on my Linux Mandrake 8.1 Apache
web server and everyting was working just fine, but

Just today, I have set up an Eigerstein LRP firewall and have found
that I now get an error message when I connect to my Java VNC test
page.

"java.net.ConnectionException: Connection refused"

Do you have any ideas as to what is going on and how I can fix this
problem?

Best Regards,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: Java VNC gets browser connection refused

2002-01-27 Thread Lonnie Cumberland

Yea, stupid me forgot to look at which ports were being forwarded on
my Firewall.

Everything is better now

Thanks
Lonnie


> Note that the Java viewer uses both the 58xx and 59xx ports - are
> both accessible?
>
> - Original Message -----
> From: "Lonnie Cumberland" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday/2002 January 27 01:49
> Subject: Java VNC gets browser connection refused
>
>
> : Hello,
> :
> : I have recently been running Java VNC on my Linux Mandrake 8.1
> Apache : web server and everyting was working just fine, but
> :
> : Just today, I have set up an Eigerstein LRP firewall and have
> found : that I now get an error message when I connect to my Java
> VNC test : page.
> :
> : "java.net.ConnectionException: Connection refused"
> :
> : Do you have any ideas as to what is going on and how I can fix
> this : problem?
> :
> : Best Regards,
> : Lonnie
> :
> : --
> :  Lonnie Cumberland
> :  OutStep Technologies Incorporated
> :  (313) 832-7366
> :
> :  URL: http://www.outstep.com
> :  EMAIL: [EMAIL PROTECTED]
> :   : [EMAIL PROTECTED]
> :
> 
-
> : To unsubscribe, mail [EMAIL PROTECTED] with the
> line: : 'unsubscribe vnc-list' in the message BODY
> : See also: http://www.uk.research.att.com/vnc/intouch.html
> :
> 
-
> 
-
> To unsubscribe, mail [EMAIL PROTECTED] with the line:
> 'unsubscribe vnc-list' in the message BODY
> See also: http://www.uk.research.att.com/vnc/intouch.html
> 
-


-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



commandline startup options

2002-01-29 Thread Lonnie Cumberland

Hello All,

Could someone please tell me where I can get information on the Linux
vncviewer commandline options?

I need to start up vncviewer in fullscreen mode and without the
following mouse pointer, but just the server mouse when the user
moves around?

Cheers,
Lonnie

-- 
 Lonnie Cumberland
 OutStep Technologies Incorporated
 (313) 832-7366

 URL: http://www.outstep.com
 EMAIL: [EMAIL PROTECTED]
  : [EMAIL PROTECTED]
-
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
-



Re: commandline startup options

2002-01-29 Thread Lonnie Cumberland

My mistake!!!

didn't check the man pages...

sorry,
Lonnie

> On Tue, Jan 29, 2002 at 12:20:33PM -0500, Lonnie Cumberland
> wrote:
>
>> Could someone please tell me where I can get information on the
>> Linux vncviewer commandline options?
>
> Did you try the man page?
>
> VNCVIEWER(1)   VNCVIEWER(1)
>
>
>
> NAME
>   vncviewer - VNC client application
>
> SYNOPSIS
>   vncviewer [options] host:display#
>   vncviewer [options] -listen [display#]
>
> DESCRIPTION
>   View  a VNC session.  This is an Xt-based client applica-
>   tion for the VNC (Virtual Network Computing) system.   You
>   can  use vncviewer to use a computing desktop
environment
>   that is running on a different machine.
>
>   You can use F8 to display a pop-up utility menu.
>
> OPTIONS
>   The options are standard Xt options, or:
>
>   -shared
> When connecting, specify that a  shared  connection
> is allowed.  This is the default.
>
>   -noshared
> When  connecting,  specify that the session may not
> be shared.
>
>   -viewonly
> Block mouse and keyboard events.
>
>   -fullscreen
> Occupy the entire screen.
>
>   -passwd passwd-file
> File from which to get the password  (as  generated
> by the vncpasswd(1) program).
>
>   -encodings encoding-list
> A  list of encodings to use in order of preference,
> separated by  spaces.   The  default  is  "copyrect
> tight  hextile  zlib  corre  rre", or "raw copyrect
> tight hextile zlib corre rre" for a VNC  server  on
> the same machine.
>
>   -bgr233
> Always  use  the BGR233 (8-bit) pixel format on the
> wire, regardless of the visual.
>
>   -owncmap
> Try to use a PseudoColor visual and a private  col-
> ormap  -  this allows the VNC server to control the
> colormap.
>
>   -truecolour
> Try to use a TrueColor visual.
>
>   -depth depth
> Try to use a visual of this depth (bits per pixel).
>
>   -compresslevel level
> Use  specified  compression  level  (0-9) for tight
> encoding.
>
>   -quality level
> Use the specified image  quality  level  (0-9)  for
> tight encoding.
>
>   -nocursorshape
> Disable the local cursor shape extension.
>
>   -via gateway [host]:display
> Tunnel  via the gateway to the specified VNC host's
> display.  By default this uses ssh(1).
>
>   -noraiseonbeep
> By default the viewer window is raised when a  beep
> (bell)  is  received  from  the  VNC session.  This
> option disables that.
>
> RESOURCES
>   X resources that vncviewer knows about,  aside  from
the
>   normal Xt resources, are as follows:
>
>   shareDesktop (class ShareDesktop)
>  Equivalent  of -noshared/-shared options.  Default
>  true.
>
>
>   viewOnly (class ViewOnly)
>  Equivalent of -viewonly option.  Default false.
>
>
>   fullScreen (class FullScreen)
>  Equivalent of -fullscreen option.  Default  false.
>
>
>   raiseOnBeep (class RaiseOnBeep)
>  Equivalent   of  -noraiseonbeep  option.   Default
>  true.
>
>
>   passwordFile (class PasswordFile)
>  Equivalent of -passwd option.
>
>
>   serverDialog (class ServerDialog)
>  Settings for dialog widget.
>
>
>   passwordDialog (class PasswordDialog)
>  Settings for dialog widget.
>
>
>   encodings (class Encodings)
>  Equivalent of -encodings option.
>
>
>   useBGR233 (class UseBGR233)
>  Equivalent of -bgr233 option.  Default false.
>
>
>   nColours (class NColours)
>  Try to allocate this many exact colours  from  the
>  BGR233 colour cube (when using BGR233).
>
>
>   useSharedColours (class UseSharedColours)
>  Try to use shared colours.  Default true.
>
>
>   forceOwnCmap (class ForceOwnCmap)
>  Equivalent of -owncmap option.  Default false.
>
>
>   forceTrueColour (class ForceTrueColour)
>  Equivalent  of -truecolour option.  Default false.
>
>
>   requestedDepth (class RequestedDepth)
>  Equiv