Re: TightVNC vs regular VNC
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, but short of using VNC to install another controller package, then using that to upgrade VNC, then uninstalling it and switching back to VNC. Anybody out there have any ideas on how to do an automatic update or even manual like some other packages do? Ryan - Original Message - From: "David Brodbeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 10:36 AM Subject: RE: TightVNC vs regular VNC > My biggest problem is that the machine that it'd be most useful on is one > that we've shipped off to a site 1200 miles away, and something tells me > that I can't upgrade to a newer VNC while operating the machine via VNC. ;) > > -Original Message- > From: Edric Bulalacao [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 06, 2001 10:14 AM > To: [EMAIL PROTECTED] > Subject: RE: TightVNC vs regular VNC > > > My findings were based on the latest preview source code of Tight > VNC...downloaded from www.tightvnc.com. Indeed, if bandwidth is your main > concern, then go with Tight VNC and play around with the Custom and JPEG > compression levels and the mouse cursor thingie. But in addition, you'll > need to consider the additional server resources that these options > consume...more CPU utilization and additional memory requirements per user. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Upgrading VNC (was TightVNC vs regular VNC)
> 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 2K, so this works great! I added a folder for my TightVNC, added the command-line switch in the batch, and I was good to go... except I had some serious issues with the regini password field (REG_BINARY). I looked at the entry in Regedit, and it had AA BB CC DD EE FF GG HH for the value (obviously not literally) I eventually used: Password = REG_BINARY 0x8 0xDDCCBBAA 0xHHGGFFEE and that worked. Is there an easier version that I am missing here?? Ryan > Has anyone the latest TightVNC for Windows compiled? If > someone sends me a copy (or http/ftp address), I can put that in > myself. There is a download section for the Preview versions on www.tightvnc.com that contains a binary release. I compared this and a self-compiled version from the source link, and it came out the same. - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Upgrading VNC (was TightVNC vs regular VNC)
> 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 (winvnc -defaultsettings from the > command lien). Now use regdir to list this reg key: > > regdir \registry\machine\software\orl\winvnc3\default > > Look for the password reg key and copy this directly into the > machine.ini file for the script. A full explanation of this is on the > same web site as the script. I think I found the referenced page at: http://www.darkage.co.uk/vnc/remote.htm However, this page states: "In order for you to use the batch file, you'll need to do a bit of tweaking on a test machine. Install VNC, either via the setup program or the command line method, and when it prompts you for a password - type one in. Test this connection from another machine to check it works. When you've done that and checked it works, use regdir to get the REG_BINARY values. Do this by typing regini \registry\machine\software\orl\winvnc3\default and you'll get output like this: In order for you to use the batch file, you'll need to do a bit of tweaking on a test machine. Install VNC, either via the setup program or the command line method, and when it prompts you for a password - type one in. Test this connection from another machine to check it works. When you've done that and checked it works, use regdir to get the REG_BINARY values. Do this by typing regini \registry\machine\software\orl\winvnc3\default and you'll get output like this:" First, this says to use regdir to get the value, but references regini as the command example. Second, I don't have the ResKit utils on my machine, and regdir was not bundled with the other utils. Thank you for your reply! Ryan - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: VNC Commander [Minor bug]
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 this both when name is null and when name is already filled in. It shouldn't overwrite my name if I have put one in, or just want to correct spelling or something. It should, however, populate the Name box when there is nothing in it. Ryan P. Casey - Original Message - From: "Tony Caduto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 11:59 PM Subject: VNC Commander > Hi all, > VNC Commander can be downloaded from my website at the following address: > http://www.amsoftwaredesign.com/downloads/VNCCommander.EXE > > The latest and greatest version will always be available via this link. > You can see the version/build number in the about box. > > It's a freeware license, so go ahead and use it as much as you want. > > > Tony Caduto > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: [VNC] Java VNC screen size
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 specify desired resolution. > > WIDTH=800 HEIGHT=620> > > > > In this example, I'm using 800x600. The reason why I've got 620 instead of > 600 for the HEIGHT is that the buttons above the VNC screen (DISCONNECT, > SEND CTRL-ALT-DEL, etc.) take up an additional 20 pixels in height. So > whatever resolution you choose, add 20 for the HEIGHT value. > > Substitute your desired WIDTH, HEIGHT, and VNC PORT value. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: [VNC] Java VNC screen size
Sorry...I was confusing issues. I keep on hoping someone will tell me how to get the Java viewer to resize to a particular resolution or percentage, similar to the VNCViewer 'Scale By' option. I don't think it supports this, but I am not sure why not...seems fairly straightforward (if only I could catch up on my C and java programming). I was reading into this post. That said, I will be using this for my Soalris boxes, it is an excellent method for simplifying the choice of ports. I currently use 59XY X is [5...8] specifying the screen size (5=640x480, 6=800x600, etc) Y is [0...4] specifying the color depth (0=8bit, 1=16bit, etc) This is sometimes hard for the users to remember :) Ryan - Original Message - From: "Edric Bulalacao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 24, 2001 9:51 AM Subject: Re: [VNC] Java VNC screen size > I don't quite understand what you're trying to accomplish...please explain > further. Just FYI, I've got my server accepting connections at these > resolutions: 640x480, 800x600, 1024x768 (I can add more if I wanted to). > Basically, I'm running xvnc through inetd. Port 5950 for 640x480, 5951 for > 800x600, and 5952 for 1024x768. In my main html file, there are three > buttons...one for each resolution. The user will go to this main page and > would then press a button to select his desired resolution...another page > 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 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 specify desired resolution. > > > > > WIDTH=800 HEIGHT=620> > > > > > > > > In this example, I'm using 800x600. The reason why I've got 620 instead > of > > 600 for the HEIGHT is that the buttons above the VNC screen (DISCONNECT, > > SEND CTRL-ALT-DEL, etc.) take up an additional 20 pixels in height. So > > whatever resolution you choose, add 20 for the HEIGHT value. > > > > Substitute your desired WIDTH, HEIGHT, and VNC PORT value. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Why "IdleTimeout" deactivated by "Poll Full Screen", is it normal?
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 server in the IdleTimeout time, though. Ryan - Original Message - From: "Stefane Bridy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 11, 2001 3:42 AM Subject: Why "IdleTimeout" deactivated by "Poll Full Screen", is it normal? > Can anyone tell me if it's normal that when "Poll Full Screen" > is activated, the connection is never deactivated after > IdleTimeout ? > > I tried to look into the source files, but as I expected, it's > far away from Access Visual Basic and I didn't understand > anything. > > Can someone tell me if it's wanted or a bug that can easily be > fixed ? > > Hope someone will finally help ... > > Thanx > > > _ > Do You Yahoo!? > Construye tu pagina personal en Yahoo! GeoCities. !Es facil, > rapido y gratis! http://geocities.yahoo.com.mx > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: RE: Why "IdleTimeout" deactivated by "Poll Full Screen", is it normal?
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 if it's so, it should be the same for every > polling option! As only the polling area changes, but not the > process. > > Polling occurs frequently, for with IdleTimeout as small as 3 > seconds, it still doesn't work. I really seems to indicate a > kind of bug, but it seems no one who knows how to fix it cares > about it :-( > > --- Daniel Wyllie <[EMAIL PROTECTED]> escribis: > Hi, > > > > I have personally never used the "Poll Full Screen" option, > > but it > > sounds as though the Server is constantly a full screen > > refresh to > > the client. I have no idea how often it does this, but i think > > that > > the server is sending it's refresh back to the client, before > > it has > > time to "timeout". So once it sends it's refresh, the timeout > > counter > > is reset and it starts to countdown again.? > > > > Hm, that all sounded fine when I was thinking about it, hope > > it's > > not confusing! > > > > Regards, > > Dan > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of > > Stefane Bridy > > Sent: 11 September 2001 08:42 AM > > To: [EMAIL PROTECTED] > > Subject: Why "IdleTimeout" deactivated by "Poll Full Screen", > > is it > > normal? > > > > > > Can anyone tell me if it's normal that when "Poll Full Screen" > > is activated, the connection is never deactivated after > > IdleTimeout ? > > > > I tried to look into the source files, but as I expected, it's > > far away from Access Visual Basic and I didn't understand > > anything. > > > > Can someone tell me if it's wanted or a bug that can easily be > > fixed ? > > > > Hope someone will finally help ... > > > > Thanx > > > > > > _ > > Do You Yahoo!? > > Construye tu pagina personal en Yahoo! GeoCities. !Es facil, > > rapido y gratis! http://geocities.yahoo.com.mx > > > - > > To unsubscribe, send a message with the line: unsubscribe > > vnc-list > > to [EMAIL PROTECTED] > > See also: http://www.uk.research.att.com/vnc/intouch.html > > > - > > > - > > To unsubscribe, send a message with the line: unsubscribe > > vnc-list > > to [EMAIL PROTECTED] > > See also: http://www.uk.research.att.com/vnc/intouch.html > > > - > > _ > Do You Yahoo!? > Construye tu pagina personal en Yahoo! GeoCities. !Es facil, > rapido y gratis! http://geocities.yahoo.com.mx > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: AW: password protected screensaver causes "connection closed by peer"
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 number of options, including 'Send Ctl-Alt-Del'. Ryan - Original Message - From: "Kevin Cosgrove" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 2001 12:38 PM Subject: Re: AW: password protected screensaver causes "connection closed by peer" > Well that explains it. I have no "send ctrl+alt+del" in my > right clicked task bar menu. I have only Properties, Add New > Client, Kill All Clients, About WinVNC, and Close WinVNC. > > I tried shift+ctrl+alt+del, but nothing happens. I tried > this on the remote Unix client and on the PC itself. I tried > this using all of the shift & del keys available on each > keyboard. > > At this point, if I run a screen locker, like I want to do > when leaving work for the night, then I have to be at the > laptop keyboard in order to unlock the screen because a > password protected Win2K screen kills the remote VNC viewer > client. > > Any more suggestions? > > Thanks > > On 12 September 2001 at 2:41, Stefane Bridy <[EMAIL PROTECTED]> wrote: > > That's the menu you get by right-clicking on the task bar button > of the open VNC connection. > > BTW, the send the Ctrl+Alt+Del to the remote machine, you can > also press Shift+Ctrl+Alt+Del instead of using the menu. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Programming text objects
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 server->client or client->server clipboard operations. Similarly, if I connect to my Win2K box through the java or application viewer, I also cannot. My client in this case is my home WinXP RC1 box. However, I am running the WinNT vdesk.exe utility to simulate multiple desktops on my work PC. Could this be my problem? I will test with other work PC's without that. Ryan - Original Message - From: "Wayne Throop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 12:30 PM Subject: Re: Programming text objects > : It's clear that WinVNC doesn't trap and send text from the server to the > : viewer, and I guess from the lack of response no one has written code to > : do so. > > If by "trap and send text from the server to the viewer", you mean > that text can be cut or copied in an app running on the server PC desktop, > and then pasted into an app running on the client PC desktop, > then your guess is incorrect. > > If you mean something else, you'll probably have to be > more specific about what "trap and send text" means. > I expect folks didn't respond because they didn't > know what you wanted, and figured maybe somebody > else did know. > > > Wayne Throop [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 -
Re: Mouse Cursor Smearing / CNV client screen not updating fast enough
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 enough > Do you think these little snide comments are funny? Do you really think they > help solve the problem? I for one don't appreciate you cluttering up the > list with your obviously biased, anti-Windows posts that contribute nothing > helpful. > > If you want to actually help, then great. But please stop being so immature. > > -Original Message- > From: ScanMan [mailto:[EMAIL PROTECTED]] > Sent: Saturday, December 15, 2001 2:34 PM > To: [EMAIL PROTECTED] > Subject: Re: Mouse Cursor Smearing / CNV client screen npt updating fast > enou gh > > > On Fri, 2001-12-14 at 20:36, Cappellini, Tony wrote: > > I'm running Windows 2000 on the VNC server, and on the client side. > > There's your problem. > > > Is there any way to eliminate this ? > > Stop using Windorks > > > Also- it doesn't appear as though the VNC client is being updated fast > > enough. I'm running some tests on the server. I don't see all of the > screen > > output that I should, from the client's VNC viewer. What's going on ?? > > See above. > - > 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 -
Re: Copyright violation?
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 this. I'm not sure > about the license of VNC but this seems pretty odd to me...they don't > even offer credit. It looks like they took one of the pages off the VNC > homepage and did a find and replace VNC with VXStudios and WinVXStudios. > http://www.sbj-broadcasting.com/VNC/VNC-1.htm > - > 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 -
iXvnc (Xvnc -inetd) Resolution Issues
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 from my Win2K box starts up a screen of the specified size, but when the login comes up it is at 640x480. Logging in, the X desktop is the same resolution. Suggestions? Let me know if more clarification is needed. Ryan - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Screen Resolution Question (inetd)
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 - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Screen Resolution Question (inetd)
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.conf, with comments. # Works correctly vnc-640x480x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -once -query localhost -geometry 640x480 -depth 16 # Tried Shell script - gives error on connect # vnc-800x600x16stream tcp nowait root /usr/local/vnc/Xvnci Xvnci # Brings up login screen, but runs at at 640x480 resolution vnc-800x600x16stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -once -query localhost -geometry 800x600 -depth 16 # Runs at 1024x768, but background with X cursor, no login, is brought up. vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -geometry 1024x768 -once -query localhost -depth 16 # Brings up nothing (Tried to move -query localhost in front of -once # vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -geometry 1024x768 -query localhost -once -depth 16 It appears to me that the first four parameters are accepted, and any ones 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 PROTECTED]> Sent: Friday, April 06, 2001 11:50 AM Subject: Screen Resolution Question (inetd) > 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 > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
>4 parameters to Xvnc in inetd.conf?
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.conf, with comments. # Works correctly vnc-640x480x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -once -query localhost -geometry 640x480 -depth 16 # Tried Shell script - gives error on connect # vnc-800x600x16stream tcp nowait root /usr/local/vnc/Xvnci Xvnci # Brings up login screen, but runs at at 640x480 resolution vnc-800x600x16stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -once -query localhost -geometry 800x600 -depth 16 # Runs at 1024x768, but background with X cursor, no login, is brought up. vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -geometry 1024x768 -once -query localhost -depth 16 # Brings up nothing (Tried to move -query localhost in front of -once # vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnc Xvnc -inetd -geometry 1024x768 -query localhost -once -depth 16 It appears to me that the first four parameters are accepted, and any ones 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 - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Re:>4 parameters to Xvnc in inetd.conf?
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 inetd line, which > is what you are running into. > > I got around it this way. > > A script to add the default parameters which I called Xvncinet: > > #!/bin/sh > > /usr/local/bin/Xvnc -inetd -query localhost -once -geometry $1 -depth > $2 -s 0 -nevershared -fp tcp/localhost:7100 -desktop "VNCServer on > $HOST" > > > and Inetd calls to it: > vnc-640x480x8 stream tcp nowait nobody /usr/local/bin/Xvncinet 640x480 8 > vnc-800x600x16 stream tcp nowait nobody /usr/local/bin/Xvncinet 800x600 16 > ... > > Note you have to SGID Xvnc (the binary, not the script) to group root > to be able to open the socket (match it to what Xsun is). > -- > -- > David A. Smith > <[EMAIL PROTECTED]> > The box said: "Needs Windows 98 or better," so I bought a Macintosh. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
-inetd and http access
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 -inetd like normal, with -httpport as 5800 the port difference that is in the /etc/services, so that it should start a regular one on, say, 5952, and an http access on 5852. I was hoping to hit the 5952 port with the browser to kick it off, and then connect to the 5852 port. This, as I said, segfaults. Is there some obvious method of doing this that I am missing? Thanks! Ryan P. Casey Provion, LLC - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Scale By Question
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 have to connect back to my computer. Amazingly enough, 1/2 is readable, but _really_ small :-) Ryan P. Casey - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Scale By Question
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 edit field for the numerator and the > denominator, is so that you can futz with both, ie, > > 1/2... or > > 3/4... or > > 2/3... > > which will get you the 1/1.5 that you want... > > Tim > > At 09:30 AM 4/18/2001 -0400, you wrote: > >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 have to connect back to my computer. > >Amazingly enough, 1/2 is readable, but _really_ small :-) > > > >Ryan P. Casey > >- > >To unsubscribe, send a message with the line: unsubscribe vnc-list > >to [EMAIL PROTECTED] > >See also: http://www.uk.research.att.com/vnc/intouch.html > >- > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: starting saved connection info: Invalid VNC server specified
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 before trying to connect, and select your appropriate vncviewer.exe file. NOTE: This program uses the name of the .vnc file to populate its listbox, so name it something recognizable. For instance, I have: ArcApps01 1024x768x24.vnc and ArcWeb01 1024x768x24.vnc which show up in the listbox as: ArcApps01 1024x768x24 ArcDbs01 1024x768x24 The base program should work for *nix also, but I would have to wrap it for each platform, unless Tcl/Tk is available on your system. This program was hacked together by me for internal use, so I don't promise it to be bug-free, but it works fine for me. Let me know if you have any problems at [EMAIL PROTECTED] Ryan P. Casey - Original Message - From: "Jim Whiteman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 11:37 AM Subject: RE: starting saved connection info: Invalid VNC server specified > sorry, no answer, but I have the same problem in windows 2000. I do have it > working with Windows 98. After setting up the relationships in win2k, the > viewer is being started, but with the "Invalid Server" error message. If I > make a shortcut to the viewer that starts the saved .vnc file, it does work, > but wtiting that many shortcuts is not practical on our network. I didn't > see anything in the documentation. Any suggestions? > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of ACS > > Sent: Sunday, April 08, 2001 3:57 PM > > To: [EMAIL PROTECTED] > > Subject: starting saved connection info: Invalid VNC server specified > > > > > > Client OS: W95 , and NT4WS > > > > Got VNC up and running fine. > > Saved connection info into a .vnc file. > > > > However , I can't use this .vnc file to automatically connect&logon. > > error msg: "Invalid VNC server specified" > > > > What am I missing?? > > fwiw , here's the contents of my .vnc file > > > > [connection] > > host=192.168.1.1 > > port=5900 > > password=EDITEDHEXPASSWORDSTRING > > [options] > > use_encoding_0=1 > > use_encoding_1=1 > > use_encoding_2=1 > > use_encoding_3=1 > > use_encoding_4=1 > > use_encoding_5=1 > > preferred_encoding=5 > > restricted=0 > > viewonly=0 > > fullscreen=0 > > 8bit=0 > > shared=0 > > swapmouse=0 > > belldeiconify=0 > > emulate3=1 > > emulate3timeout=100 > > emulate3fuzz=4 > > disableclipboard=0 > > localcursor=1 > > scale_num=1 > > scale_den=1 > > - > > To unsubscribe, send a message with the line: unsubscribe vnc-list > > to [EMAIL PROTECTED] > > See also: http://www.uk.research.att.com/vnc/intouch.html > > - > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Is this a VNC Bug?
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 - Original Message - From: "Jeff Schwarz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 12:42 PM Subject: Is this a VNC Bug? > I have VNC loaded in the startup of a Windows NT server. I am running VNC > Viewer on my Windows 2000 PC. > > Using VNC, I told the server to shutdown (Start -- Shutdown) and restart > automatically. Before the server had time to fully restart, I tried to use VNC > Viewer to view the server -- obviously, it failed ("Failed to connect to > server"). > > After the server finished restarting, I tried VNC viewer again. However, it > continues to fail ("Failed to connect to server"). > > In other words, if you try to connect to a server and fail, it will then > continue to fail even after the server is running. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Test (1 person please reply to list)
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] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Display desktop with Xvnc in inetd mode
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 -inetd -once -query localhost -geometry $1 -depth $2 -fp tcp/localhost:7100 - Original Message - From: "maurat gerard" <[EMAIL PROTECTED]> To: "VNC" <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 11:01 AM Subject: Display desktop with Xvnc in inetd mode > I've installed Xvnc (3.3.3 r2)in inetd mode on Solaris 2.6. > > Example of services file > vnc-1024x768x165951/tcp > > Example of inetd.conf file > vnc-1024x768x16streamtcpnowaitnobody > /usr/local/bin/Xvnc -inetd -query localhost -geometry 1024x768 -depth 16 > -desktop "VNC sur $HOST" > > When i type "vncviewer hostname:51", Xvnc starts but doesn't display > "dtlogin". > Probably, i missed something to have "dtlogin" > > Somebody Can help me ? > -- > Girard MAURAT > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Changing port number on VNC Server for NT
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 more readable endif Ryan - Original Message - From: "Jonathan Morton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 2:09 AM Subject: Re: Changing port number on VNC Server for NT > >I want to use a low number like 50 or something (I just pulled that out of > >the air without consulting my "standard port numbers" list). Since that's > >less than 5999, can I just use "50" as the registry value or should I use > >(2^32)-5850 = 4,294,961,446? > > For everything under 100, you have to use the formula (otherwise it gets > interpreted as a display number and VNC adds 5900 to it). For ports >= 100 > yoou should just be able to use the raw port number. > > I wonder when AT&T will take ChromiVNC's lead and build a proper GUI into > WinVNC for setting this fundamental attribute. ChromiVNC allows the user > to set either the display number or port number, and automatically displays > changes to one caused by changes to the other. It also supports negative > numbers correctly. What's more, this feature was introduced way back in > alpha-1, which I released sometime last year... > > Come to that, WinVNC's GUI leaves a lot to be desired in other areas as > well. If I was *at all* interested in Win32 programming, I'd whip up a > separate GUI which could set up the Registry entries and could control the > WinVNC application and/or service. Maybe someone else would like to do > that - I think VB should be "powerful" enough to handle this simple task. > > -- > from: Jonathan "Chromatix" Morton > mail: [EMAIL PROTECTED] (not for attachments) > big-mail: [EMAIL PROTECTED] > uni-mail: [EMAIL PROTECTED] > > The key to knowledge is not to rely on people to teach you it. > > Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/ > > -BEGIN GEEK CODE BLOCK- > Version 3.12 > GCS$/E/S dpu(!) s:- a20 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS > PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r++ y+(*) > -END GEEK CODE BLOCK- > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: inetd - Seems to be one of the most popular questions.
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: <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 5:00 AM Subject: inetd - Seems to be one of the most popular questions. > Hi all. > > Just installed VNC on RH 6.2. > > When I run vncserver everything works fine. > Running it from inetd however, well, that is another story. > > I have searched the archives and looked at every single > post about the subject - and followed all of the advice - > but still cannot get it to work. > All I get is the usually documented grey screen and X cursor. > > Why should it be that running from the command line > all goes well yet from inetd it just don't? > > here we go: > /etc/services > vnc-640x480x8 5950/tcp > vnc-800x600x8 5951/tcp > vnc-800x600x16 5952/tcp > > /etc/inetd > vnc-640x480x8 stream tcp nowait nobody /usr/local/bin/Xvnc > Xvnc -inetd -broadcast -once -geometry 640x480 -depth 8 > vnc-800x600x8 stream tcp nowait root /usr/local/bin/Xvnc > Xvnc -inetd -broadcast -once -geometry 800x600x8 -depth 8 > vnc-800x600x16 stream tcp nowait nobody /usr/local/bin/Xvnc > Xvnc -inetd -broadcast -once -geometry 800x600 -depth 16 > > I've tried it from different username but all meet with the same success (or > lack of it I should say). > I have tried running it from ~/.vnc/xvncinetd with all of the options and as > basic as I can make it. > It definately reads the file as it produces whatever I put after Desktop in > the blue bar yet it still > fails to do anything else. > > Any pointers would most definately be helpful. > > > Cheers > > Ken > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: WinVNC and Norton Personal Firewall 2001
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 send requests out through the firewall . If not so registered, NPF stops > that port opening (in case the app is a trojan). > > Angus. > - Original Message - > From: "Mickey Ferguson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, May 04, 2001 11:20 AM > Subject: WinVNC and Norton Personal Firewall 2001 > > > > I've just installed Norton Personal Firewall 2001 (version 3.0?) on my PC > at > > home. I have WinVNC Host installed on my PC at work. I connect to our > work > > network using Virtual Private Network. Before installing NPF, I could > > connect (using WinVNC Client) to my work PC with no problems. After > > installing NPF, the only way I can connect is if I disable NPF. Any > > suggestions on how to adjust NPF so that I can connect to my work PC > without > > completely disabling NPF? > > > > Mickey Ferguson > > - > > To unsubscribe, send a message with the line: unsubscribe vnc-list > > to [EMAIL PROTECTED] > > See also: http://www.uk.research.att.com/vnc/intouch.html > > - > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Grey Screen with X - Try this fix
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 am posting this hoping it will get into the archives so that future searches will find it. Here's the files that I use. Be sure to change the paths appropriately for your install location. Also, recently trying to install on other machines, I found a couple other problems. Make sure that the fontserver 'fp' service is enabled in services and inetd.conf. The other problem I had was that the people here took out S99dtlogin from the /etc/rc2.d directory, so it didn't start on boot (those were production boxes). Ryan services: - vnc-640x480x8 5950/tcp # VNC Connections vnc-800x600x8 5951/tcp # VNC Connections vnc-1024x768x8 5952/tcp # VNC Connections vnc-1280x1024x8 5953/tcp # VNC Connections vnc-640x480x16 5960/tcp # VNC Connections vnc-800x600x16 5961/tcp # VNC Connections vnc-1024x768x16 5962/tcp # VNC Connections vnc-1280x1024x16 5963/tcp # VNC Connections vnc-640x480x24 5970/tcp # VNC Connections vnc-800x600x24 5971/tcp # VNC Connections vnc-1024x768x24 5972/tcp # VNC Connections vnc-1280x1024x24 5973/tcp # VNC Connections vnc-640x480x32 5980/tcp # VNC Connections vnc-800x600x32 5981/tcp # VNC Connections vnc-1024x768x32 5982/tcp # VNC Connections vnc-1280x1024x32 5983/tcp # VNC Connections inetd.conf: -- # # VNC Connections # vnc-640x480x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 8 vnc-800x600x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 8 vnc-1024x768x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 8 vnc-1280x1024x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024 8 vnc-640x480x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 16 vnc-800x600x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 16 vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 16 vnc-1280x1024x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024 16 vnc-640x480x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 24 vnc-800x600x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 24 vnc-1024x768x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 24 vnc-1280x1024x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024 24 vnc-640x480x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 32 vnc-800x600x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 32 vnc-1024x768x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 32 vnc-1280x1024x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024 32 Xvnci: --- #!/bin/sh /usr/local/vnc/Xvnc -inetd -once -query localhost -geometry $1 -depth $2 -fp tcp/localhost:7100 -desktop "VNCServer" - Original Message - From: "Mordechai Ovits" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 4:47 PM Subject: Xvnc -inetd on solaris > Hi! > You wrote: > > > 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 > > Can you share the script that worked for you? I'm having problems getting > Xvnc working with inetd and I'm pretty sure that you're right about why it's > failing. > > Thanks! > Mordy Ovits - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: System Management Technologies' NT Domain-Security VNC Problem
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:29 AM Subject: System Management Technologies' NT Domain-Security VNC Problem > Hello! > > I am using System Management Technologies' (http://www.smtechnologies.com) > version of VNC which provides for Windows NT domain security built native > into VNC. > > I am having one problem. After running the server-piece, and trying to > connect with the client-piece, it asks me for my domain and password. I > cannot find where to specify which domain I would like to authenticate into > (on the server-side), as it only asks for the domain when connecting with > the client. So, I *assume* that I must pop in the domain name under where > it asks to specify the full control group, and I do so like this: > > myDomain\Domain Admins > > I have also tried it in the following ways without success: > > myDomain\"Domain Admins" > localMachine\Administrators > localMachine\administrators > localMachineUser (in the local machine's admin group) > domainUser (in a domain admin group) > > Can anyone please fill me in on how to authenticate? I could not find a log > which showed errors, or what is going on, so I'm kind of in the dark. > > Thank you! > -Matt > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
VNCViewer/Java Client Scaling
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.. > I've made a small patch to the latest, released, version of the > Win32 VNCViewer program. > > It adds a, toggleable, toolbar to the top of the viewer window, > when running in windowed mode, (ie. not fullscreen). > > Currently I just have two buttons, which are displayed as text: > > * Send Ctrl-Alt-Delete > * View Options. > > I just have a couple of quick questions: > > Would anybody else be interested in this modification? (I suspect > more would be if I added more buttons..) > > And would anybody care to donate a small, 16x16 icon that would > accurately sum up the idea of "send ctrl-alt-del"? > > Steve Kemp > Network Administrator / Toolsmith > > Voxar Limited > Edinburgh - Corporate Headquarters | Boston | Charlotte | Toronto > Bonnington Bond, 2 Anderson Place, Edinburgh, EH6 5NP, UK > Tel: +44 (0) 131 472 4792 Fax: +44 (0) 131 472 4799 > Email: [EMAIL PROTECTED] Web: www.voxar.com > > Registered in Scotland No. 145641 Registered Office as above. > > This email is sent subject to the legal requirements set out > at www.voxar.com/legal/email_policy.htm > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Re:
> 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 transfer was to upload WinVNC and install it instead :-). I am not much of a C coder (I use scripting languages in my day-to-day work), but would it be possible to add another RFB message type for this? Considering we are using UDP, I presume we would have to implement some method of packet reliability and tracking to reconstruct the file on the receiving end. Ryan - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
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) certainly is not suitable for FTP however if a UDP packet > >with a signature was sent which inturn triggered a TCP connection then maybe > >that would be a better way to go, only a thought, > > Wait a second... VNC already uses TCP, not UDP. > -- > -- > from: Jonathan "Chromatix" Morton > mail: [EMAIL PROTECTED] (not for attachments) > website: http://www.chromatix.uklinux.net/vnc/ > geekcode: GCS$/E dpu(!) s:- a20 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ >V? PS PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r++ y+(*) > tagline: The key to knowledge is not to rely on people to teach you it. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -
Re: Re:
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: > ..I was wondering just how "we" managed to maintain the connection...(Super > UDP?) yes its hot and the air conditioning is off so thinking may not be a > strong point!(Never is I hear you shout) > Mark > > -Original Message- > From: Jonathan Morton [mailto:[EMAIL PROTECTED]] > Sent: 26 June 2001 15:13 > To: [EMAIL PROTECTED] > Subject: RE: Re: > > > >UDP (In my eyes) certainly is not suitable for FTP however if a UDP > >packet with a signature was sent which inturn triggered a TCP > >connection then maybe that would be a better way to go, only a thought, > > Wait a second... VNC already uses TCP, not UDP. > -- > -- > from: Jonathan "Chromatix" Morton > mail: [EMAIL PROTECTED] (not for attachments) > website: http://www.chromatix.uklinux.net/vnc/ > geekcode: GCS$/E dpu(!) s:- a20 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ >V? PS PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r++ y+(*) > tagline: The key to knowledge is not to rely on people to teach you it. > - > To unsubscribe, send a message with the line: unsubscribe vnc-list to > [EMAIL PROTECTED] See also: > http://www.uk.research.att.com/vnc/intouch.html > - > - > To unsubscribe, send a message with the line: unsubscribe vnc-list > to [EMAIL PROTECTED] > See also: http://www.uk.research.att.com/vnc/intouch.html > - - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -