I like the first line:
VXStudios stands for Virtual Network Computing
:)
- Original Message -
From: "Brechtel, James" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 10, 2002 10:39 AM
Subject: Copyright violation?
> I searched the archives and saw no reference to t
Hate to clutter the list more, but I just wanted to second this opinion.
Ryan
- Original Message -
From: "Thompson, Dale W." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 11:06 AM
Subject: RE: Mouse Cursor Smearing / CNV client screen not updating fast
enoug
Speaking of which (I think we're talking about Server->Client cut-n-paste,
does anyone have any known situations where this fails?
I am on a Win2K client running VNC 3.3.3r9 or TightVNC 1.2 (have tried
both), and I connect to an XVnc server on a Solaris 7 box (newest Xvnc
revision). I can't do s
Those are the options if you clicked on the icon for VNC Server in the
System Tray. Be sure you are clicking on the Task Bar button for the
Viewer's connection. Alternatively, bring up VNC Viewer, connect to the
system, and right click in the Title Bar for the window. This should bring
up a num
Hmmm...guess that kinda kills my theory then :)
Ryan
- Original Message -
From: "Stefane Bridy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 8:24 AM
Subject: RE: RE: Why "IdleTimeout" deactivated by "Poll Full Screen", is it
normal?
> I guessed so, but i
Just a thought:
If this is Win*, then it may have to do with the tray clock. Poll full
screen should pick up that the clock number changed, and restart the
counter. Not sure if this is the case, but it did occur to me.
Seems like the counter should timeout if there are no events SENT to the
se
age
> would launch that executes the Java VNC viewer in the desired resolution.
>
>
>
>
> - - Original Message -
> Date: Thu, 23 Aug 2001 13:00:04 -0400
> From: "Ryan Casey" <[EMAIL PROTECTED]>
> Subject: Re: [VNC] Java VNC screen size
>
> Is
Is there any way to pass width and height at load using a querystring?
Ryan
- Original Message -
From: "Edric Bulalacao" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 10:21 AM
Subject: Re: [VNC] Java VNC screen size
> Put this into your html file to specif
In testing of VNC Commander (Love it, just hope, like others the VNCX
control gets updated with Tight), I ran across a minor bug.
The New Connection and Edit Connection boxes fill in the Display Name as the
same as the Server Address when you focus into the Display Name box.
However, it is doing
> On 8 Aug 2001, at 6:00, vnc-list-digest wrote:
>
> > I eventually used:
> > Password = REG_BINARY 0x8 0xDDCCBBAA 0xHHGGFFEE
> > and that worked.
>
> > Is there an easier version that I am missing here??
>
> The easiest way to find your password settings, is to set the
> password under WinVNC (
> On NT, if you can ping the remote PC and have adminstrator
> access to it, then you can use my fastpush script to upgrade
> them. It's only a batch file, so it would be easy to alter it to push
> TightVNC instead of one of the Tridia flavours I've got.
Nice script! All our machines are NT or 2
This is a problem for me, too. A number of our machines I control through
VNC (Linux, Solaris, Win*). For Windows, I still have some running ORL VNC
3.3.3r9, some running TightVNC release and some TightVNC Preview. I would
like to upgrade them all to TightVNC preview or 1.2 when it comes out, b
So this brings us back to the first question:
Can we add an RFB message type to get a data stream to a file instead of
screen updates?
Ryan
- Original Message -
From: "Mark Debenham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 10:21 AM
Subject: RE: Re:
> .
My apoligies if so. I thought it made its inital connection over TCP, then
switched to UDP for communication.
Ryan
- Original Message -
From: "Jonathan Morton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 10:13 AM
Subject: RE: Re:
> >UDP (In my eyes) certain
> Mark, I agree with you for the most part. VNC is great and much less
> intrusive. Just wish it had file transfer capabilities. I seem to always
> need that at one time or another.
I also have need of this at times. Interestingly enough though, the most
recent time I used pcAnywhere's file tran
This brings up a question I have been wondering about...
Can the scaling code in the VNCViewer be put into the Java viewer?
Ryan
- Original Message -
From: "Steve Kemp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 21, 2001 3:01 AM
Subject: VNC Viewer toolbar..
>
This appears to be free. Is there any possibility of incorporating the
changes for Domain Authorization into the most recent version of WinVNC as
an option?
Ryan P. Casey
- Original Message -
From: "Bartel, Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 10:
Because of certain systems (namely Solaris, but appartently some RedHat and
maybe others) have problems with the length of parameters in inetd.conf, these
files were generated to get around this. People should try this if they are
getting the 'Grey screen with an X' problem (i.e. no login). I a
I would concur with this.
- Original Message -
From: "Angus Macleod" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 12:19 PM
Subject: Re: WinVNC and Norton Personal Firewall 2001
> I think you have to register VNC with NPF as an application that is
allowed
> to se
On Solaris, the below would not work because of too many parameters in
inetd.conf, so I wrapped the parameters in a script, but I don't think RH
has this problem.
Try adding -query localhost to your options to Xvnc
Ryan
- Original Message -
From: "Ken Steven" <[EMAIL PROTECTED]>
To: <[EM
Is there any reason why this conversion can't be done in the code if you
specify a negative number?
Since there are no such thing as negative port numbers (pseudocode):
if (port < 0) then
port = (2^32)-(5900+(port))
endif
if (port < 0) then
port = (2^32)-(5900-abs(port)) # May be
This seems like what was happening to me. It was a function of too many
parameters in inetd.conf.
Try the following:
services:
Keep what you have
inetd.conf
vnc-1024x768x16 stream tcp nowait nobody /usr/local/bin/Xvnci Xvnci
1024x768 16
/usr/local/bin/Xvnci:
#!/bin/sh
/usr/local/bin/Xvnc
This is a test email. Could one person please reply so I know my posts are
being accepted? I'm getting weird rejected mail errors.
Ryan
-
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
S
This sounds like you put it in the Startup folder. In that case, the VNC
server won't start until a user with that in their Startup folder logs in.
Log in and go to Start->Programs->VNC->Administrative Tools->Install WinVNC
Service, then reboot and try to log in again.
HTH,
Ryan P. Casey
-
If you are running winXX, you can use the VNC Connector program to easily
manage multiple .vnc files.
You can get VNC Connector at http://cardtable.sourceforge.net/tcltk .
Put this executable and your .vnc files in the same directory, then launch
the executable.
Be sure to run the Select Viewer
Oh, *sigh*... *Thumps head with hand*
Thanks all, I'm just being an idiot! :-)
Ryan
- Original Message -
From: "Tim Senecal" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 10:16 AM
Subject: Re: Scale By Question
> Ryan,
>
> the reason they gave both an ed
I know Scale By is experimental, but I was wondering if anybody who knows
about it knows a reason why it has to be integer values. Is there no
algorithm to get it to take, say 1/1.5?
I say this because I run at a high res at work, and I like seeing my whole
screen on lower res machines when I ha
Is there any way to get -inetd and -httpd -httpport working together.
Most of the time, I will have a vncviewer accessible, but I was wondering if
there was a way to get http access through the -inetd interface also.
Everything I have tried has seg faulted on me.
Basically, I started up a -inet
Thank you!
It was my SGID that was my problem.
Ryan P. Casey
- Original Message -
From: "David Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 12:54 PM
Subject: Re:>4 parameters to Xvnc in inetd.conf?
> Solaris has a limit on the number of caracters on a
Sorry for double-posting, I meant to fix the Subject to be more informative.
OK, using the information in the message:
http://groups.yahoo.com/group/vnc-list/message/20461
I set up a server to connect with multiple resolutions for different ports.
Here are the relevant parts of inetd.con
after that are discarded.
Does anyone know how to spawn these from a shell script maybe? I have not
gotten any script to work.
OS is Solaris 2.7, VNC is 3.3.3r2.
Ryan P. Casey
Provion, LLC
- Original Message -
From: "Ryan Casey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
When I am at the server directly, I have a screen resolution of about
1024x768. When I connect using VNC, I am getting only 640x480.
I am using the Xvnc -inetd option, with the -geometry 1024x768 switch.
Any suggestions
Ryan
I am running XVNC 3.3.3r2 on a Solaris 7 box. I successfully set up the
-inetd switch with multiple ports for different X server resolutions (multiple
services, each with a different -geometry setting), per an old message found
in the archives.
I can connect on any of these ports. The vncviewer
33 matches
Mail list logo