Re: problems with cyrillic input

2004-09-22 Thread Constantin Kaplinsky
Hello Vitaliy, > "VI" == Vitaliy Iljin <[EMAIL PROTECTED]> writes: VI> I have a big problem with typing russian symbols in vnc viewer. It VI> seems to me that vnc can not trasfer cyrillic. Can anybody help me VI> to solve this problem? Currently, TightVNC is not well internationalized, and i

Re: Smartcode VNC

2005-03-06 Thread Constantin Kaplinsky
Hello Bob, > "BS" == Bob Smith <[EMAIL PROTECTED]> writes: BS> I found an ActiveX control at http://www.s-code.com that makes use BS> of VNC source code but I don't see any reference to the GPL and I BS> can't find the source code. I've emailed the author many times and BS> never got a respon

Re: vnc vs freeNX?

2006-02-14 Thread Constantin Kaplinsky
Hello Felix, > "FEK" == Felix E Klee <[EMAIL PROTECTED]> writes: FEK> * TightVNC 1.2.9: FEK> RFB 003.130 Definitely not true. TightVNC 1.2.9 uses RFB protocol 3.3. -- With Best Wishes, Constantin ___ VNC-List mailing list VNC-List@realvnc.com

Re: vnc vs freeNX?

2006-02-14 Thread Constantin Kaplinsky
> "FEK" == Felix E Klee <[EMAIL PROTECTED]> writes: >> Are you sure that the second server is really from the TightVNC >> project? FEK> It's the server included in the package tightvnc-1.2.9-181 FEK> included in SuSE LINUX 9.2. That means they have included an interim TightVNC version but la

Re: vncreflector

2006-03-29 Thread Constantin Kaplinsky
Hello Amir, > "AM" == Amir Michail <[EMAIL PROTECTED]> writes: AM> Hi, vncreflector works with 24-bit hextile, but not 8-bit hextile. AM> I just get a black screen with these client options: AM> [Options] AM> Shared=1 AM> FullScreen=0 AM> FullColour=0 AM> LowColourLevel=2 If you would like

Re: Is there an easy way to know how many clients are connected?

2006-03-29 Thread Constantin Kaplinsky
Amir, > "AM" == Amir Michail <[EMAIL PROTECTED]> writes: AM> Hi, Is there an easy way for a client to connect to a server to AM> determine the number of clients currently connected to that AM> server? It's possible to do that by writing a tiny Perl script which would extract that information

Re: Fwd: Errors in building WinVNC

2006-04-19 Thread Constantin Kaplinsky
Hello Michael, Michael Sync wrote: How can I make a link with zlib?? I already checked all projects from project dependency dialog... Where can I download the sourcecode which has no build errors? Instructions on building TightVNC are included in the BUILDING.txt file within the source archi

Re: Multiple concurrent viewers

2006-04-20 Thread Constantin Kaplinsky
Hello Edward, Edward Jubenville wrote: Does RealVNC support multiple concurrent viewers? I would like to consider it as a means to let multiple users view a common screen for presentations, demos, etc. Have a look at TightProjector which uses "multicast" approach to transferring pixel data.

Re: Machine requirement

2006-05-17 Thread Constantin Kaplinsky
Hello Charles, > Charles Levasseur wrote: We are using VNC for Distance Learning and we sometimes have about 20 connection to one machine. Can anybody recommend the ideal machine (not too pricey) that would be able to serve 20 people and eventually a few more? Also, I was planning on putt

Re: Machine requirement

2006-05-17 Thread Constantin Kaplinsky
Hello Charles, Charles Levasseur wrote: We are using VNC for Distance Learning and we sometimes have about 20 connection to one machine. Can anybody recommend the ideal machine (not too pricey) that would be able to serve 20 people and eventually a few more? Also, I was planning on putting

Re: Bug in the RFB spec.

2007-05-14 Thread Constantin Kaplinsky
Hello Peter, Peter Rosin wrote: While implementing some vnc software I noticed a problem in the RFB spec (version 3.8, 5 October 2006). It fails to mention that there is no security result for authentication method 'None' for protocol version 3.3. As this differs from at least version 3.8 I t

Re: connection problems

2007-09-23 Thread Constantin Kaplinsky
Hello John, > John Aldrich wrote: > 2007-09-23 15:33:26 Opening forwarded connection to localhost:5901 > 2007-09-23 15:33:26 Forwarded connection refused by server: > Administratively prohibited [open failed] I've just tried similar configuration. I've started Xvnc (TightVNC 1.3.9) l

Request for allocation of RFB message types for TightVNC

2009-02-26 Thread Constantin Kaplinsky
Hello, I'm writing here in order to reserve RFB message types that will be used in TightVNC. I need one client-to-server message and one server-to-client message as well. Please allocate equal numbers for both messages if possible. -- With Best Wishes, Constantin

Re: Request for allocation of RFB message types for TightVNC

2009-02-26 Thread Constantin Kaplinsky
Hello Tristan, > Tristan Richardson wrote: > Our current policy is to allocate to third parties the high message > numbers (i.e. 255 downwards), so can I suggest you use 252 for both > server->client and client->server. Ok, thank you. -- With Best Wishes, Constantin ___

Re: Extensions for fine-grained image quality control

2009-09-04 Thread Constantin Kaplinsky
Hello Darrell, Adam, > DRC wrote: >> Unfortunately I don't think we can extend the Tight encoding. You >> should discuss this change with Constantin. >> > I'm not sure I understand how this works. Can someone enlighten me as > to how RFB extensions are registered and conflicts are avoided

Re: Extensions for fine-grained image quality control

2009-09-04 Thread Constantin Kaplinsky
Hello Adam, > Adam Tkac wrote: > AFAIK the Tight encoding is a mechanism to encapsulate other > encodings thus you end with something like a "protocol inside > protocol" (The Tight encoding already has many sub-encodings like > FTP-like transfer related encodings and the JPEG encoding as you

Re: Remote cursor location

2009-10-08 Thread Constantin Kaplinsky
Hello Jon, > Jon Watte wrote: > Is there a pseudo-encoding that lets me get the remote machine cursor > location (coordinate)? > > When I request the cursor image, I don't know where to put it. I can > put it where the local user has his cursor, but in the case where the > local user is just

Re: Remote cursor location

2009-10-12 Thread Constantin Kaplinsky
Hello Jon, > Jon Watte wrote: > Also, is there a document that describes how exactly the client and > server should behave when this encoding is turned on? There is no special documentation, but I can answer particular questions on this subject. -- With Best Wishes, Constantin _

Re: Disconnect when switching users XP

2011-03-14 Thread Constantin Kaplinsky
Hello, > B. Scott Smith wrote: > The free version does not support User Switching (FUS) in XP. > Nor does it support RDP. > Nor does it support Vista. > Nor does it support Windows 7. > Try UltraVNC. TightVNC 2.0 supports that as well. -- Best Regards, Constantin -

Re: End of session opcode?

2011-04-21 Thread Constantin Kaplinsky
Hello Phil, > Phil Budne wrote: > Is there any RFB extension that allows a leader/server or viewer to > indicate that they are disconnecting (and why)? We planned to introduce similar protocol extension in future TightVNC versions. Indeed, it's a very useful thing to have. However, it's not

Re: End of session opcode?

2011-05-05 Thread Constantin Kaplinsky
Hello Adam, Phil, > Adam Walling wrote: > It would be nice to standardize this with however TightVNC is > handling it; let's discuss with Constantin. > > #define rfbExplicitDisconnect0x51 Unfortunately, this will not work in TightVNC, because simply adding a new message would break RFB

Re: Disconnect when switching users XP

2011-05-05 Thread Constantin Kaplinsky
Hello Mick, > Mick Mueck wrote: > Beware of TightVNC. One thing I like about RealVNC on a Mac is that I > can configure it to put up a timed window to approve the password > protected connection. VNC on the Mac is unfortunately only the > primary desktop (:0) so I don't like the idea of lots

Re: Disconnect when switching users XP

2011-05-09 Thread Constantin Kaplinsky
Hello Claudio, > Claudio Coletta wrote: > In my office I've the same problem, it should depend by the protocol and > color depth. With hextile and 24bit it works. If possible, please describe the problem in our bug tracker. We are about to release new versions (2.0.3 and 2.1 BETA) and there

Re: Problem in 2k3

2012-05-04 Thread Constantin Kaplinsky
VNC authentication". If it's set, the password must be provided and it cannot be empty. -- Best Regards, Constantin Kaplinsky GlavSoft LLC ___ VNC-List mailing list VNC-List@realvnc.com To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list

Re: Problem in 2k3

2012-05-04 Thread Constantin Kaplinsky
Sanjay, >>>>> Sanjay Gund wrote: > but i have already disable the password, its shows me this below error. Which kind of viewer are you using? What are the versions of both server and viewer? -- Best Regards, Constantin Kapl

Re: Multi-monitor full screen with USB DisplayLink monitors?

2012-06-19 Thread Constantin Kaplinsky
ty problem so it's possible that version 2.5.2 will work just fine (it will be released in the nearest days). Thank you. -- Best Regards, Constantin Kaplinsky GlavSoft LLC - Follow TightVNC

Re: tightvnc server......service not showing icon in system tray

2002-07-10 Thread Constantin Kaplinsky
Hello John, > "JD" == John Degabriele <[EMAIL PROTECTED]> writes: JD> Hi all i am trying to solve a problem with tightvnc version 1.2.4 JD> i can install the program on a windows nt server 4.0 with service JD> pack 6A 128bit..without any problems JD> when i install the service componen

Re: Logging all VNC events...

2002-07-11 Thread Constantin Kaplinsky
> "AH" == Akira Hatakeyama <[EMAIL PROTECTED]> writes: >> I am looking at using VNC to log all user events for a display, and >> hopefully to replay them later. Is there an existing hack to do >> this? AH> http://www.sodan.org/~penny/vncrec/index.html AH> http://www.unixuser.org/~euske/vnc2s

Re: What would be REALLY good

2002-07-12 Thread Constantin Kaplinsky
Hello, > "M" == MGillespie <[EMAIL PROTECTED]> writes: M> If we had a WinVNC server that supported the best of all the 3rd M> party addons. I plan to do exactly that in TightVNC this summer. M> Using the latest TightVNC 1.2.4 as a base. M> The essential addons, in my view would be: M> 1

Re: Fw: Can I get VNC to Confirm before connect

2002-07-31 Thread Constantin Kaplinsky
> "MM" == Michael Milette <[EMAIL PROTECTED]> writes: MM> The official version of VNC has a bug which will consume all MM> system resources and crash the machine if the initial connection MM> isn't completed fast enough. By the way, it has appeared that the fix for this problem introduced in

Toolbar in the VNC viewer

2002-08-02 Thread Constantin Kaplinsky
Hello, Some time ago there was a posting in the VNC mailing list (from Steve Kemp) announcing a patch to VNC viewer to implementing toolbar in the viewer window. Currently, we are working on a similar functionality for TightVNC, and I think that version could save us some time. Unfortunately, I

TightVNC 1.2.5 released

2002-08-11 Thread Constantin Kaplinsky
Hello everyone, I'm pleased to announce new TightVNC 1.2.5 release. TightVNC is an improved version of VNC, free cross-platform remote desktop package. It offers many new features, improvements and bugfixes. Unlike the original VNC, it can work well over slow Internet connections, and allows mor

Re: Man pages - command options?

2002-08-28 Thread Constantin Kaplinsky
Hello, > "WH" == William Hooper <[EMAIL PROTECTED]> writes: >> NB: any man pages out there? WH> TightVNC includes manpages in their release (not sure about the WH> RealVNC). Also, TightVNC man pages are available on the Web, see: http://www.tightvnc.com/docs.html#unix -- With Best Wis

TightVNC 1.2.6 released

2002-08-30 Thread Constantin Kaplinsky
Hello everyone, I'm glad to inform you that new TightVNC 1.2.6 version is available. It does not include a major new features, its main release focus is to fix the problems in the Unix part introduced in the previous release. TightVNC is a VNC distribution with many new features, improvements,

TightVNC development version (new WinVNC)

2002-09-01 Thread Constantin Kaplinsky
Hello everyone, I've just released TightVNC 1.3dev1, a development (unstable) version of TightVNC (Win32 part only). This version will be used as the base for future development efforts. It may contain bugs, and I'd appreciate if you could perform some testing and fill in bug reports. If you wou

Re: Scrolly Mouse

2002-09-06 Thread Constantin Kaplinsky
Hello Chris, > "CL" == Chris Lewis <[EMAIL PROTECTED]> writes: CL> Hi, Was wondering if VNC supports a scroll mouse. My scroll mouse CL> works fine on the server but not through VNC??? TightVNC includes support for mouse wheel events: http://www.tightvnc.com/ -- With Best Wishes, Const

Re: Regarding IdleTimeout

2002-09-18 Thread Constantin Kaplinsky
Hello, > "s" == szxbao <[EMAIL PROTECTED]> writes: s> Dear all, I have tried the IdleTimeout parameter, but it seemed s> that it does not work. What is the functionality of it? how to use s> it? The IdleTimeout setting does not work and never worked in WinVNC. (It uses the setsockopt() fu

Re: VNC version 3.3.4 - Cursor updates changed?

2002-10-02 Thread Constantin Kaplinsky
Hello Mike, > "MM" == Mike Miller <[EMAIL PROTECTED]> writes: MM> I wrote the second thing above ("But on a slow connection..."). MM> Unfortunately, I haven't used TightVNC, so I'm not clear on what MM> it does. Someone else wrote to tell me that he likes the TightVNC MM> approach better th

Re: JPG Compression

2002-10-02 Thread Constantin Kaplinsky
Hello Yoann, > "YM" == Yoann MAHEO <[EMAIL PROTECTED]> writes: YM> Why VNC don't use JPG compression ? The user could select the YM> quality and it can be faster ? Take a look at TightVNC, it includes JPEG compression as a part of bandwidth-friendly Tight encoding: http://www.tightvnc.co

Re: JPEG libraries

2002-10-31 Thread Constantin Kaplinsky
Hello Brad, > "BW" == Brad Witherspoon writes: BW> Does anybody know what version of the JPEG libraries is compatible BW> with Tight-VNC version 1.2.6? THANKS... Here you can find the source: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz -- With Best Wishes, Constantin

Re: VNC recorder/playback option

2003-01-21 Thread Constantin Kaplinsky
Hello Frank, > "FP" == Frank Pikelner <[EMAIL PROTECTED]> writes: FP> Has anyone considered the addition of a Recorder and Playback FP> features to their VNC distribution? The features could be used in FP> teaching, demonstrations, security, etc. I'm aware of three ways to record VNC session

Re: Java vncviewer with 32bits color support

2003-01-22 Thread Constantin Kaplinsky
Hello Kun, > "KW" == Kun Wei <[EMAIL PROTECTED]> writes: KW> Hello, Is the Java vncviewer available with 32bits color depth? KW> Otherwise I would like to contribute. TightVNC Java viewer does support 24-bit colors (and includes many other improvements): http://www.tightvnc.com/ -- Wit

Re: Java vncviewer with 32bits color support

2003-01-27 Thread Constantin Kaplinsky
Hello Kun, > "KW" == Kun Wei <[EMAIL PROTECTED]> writes: KW> Thanks. Is the TightVNC is best performance considering network KW> transmission? I used some VNC to view PowerPoint from remote site, KW> the refresh is really slow and sometimes unacceptable. TightVNC uses compression algorithms

Re: VNC client management GUI available for download

2003-02-04 Thread Constantin Kaplinsky
Hello Yury, > "YA" == "Yury Averkiev" <[EMAIL PROTECTED]> writes: YA> Guys, I've finished first preview version of VNC client management YA> GUI. This application allows to manage connections to the remote YA> VNC servers from single application. For now application has only YA> basic functio

Re: xstartup for tightvnc

2003-02-24 Thread Constantin Kaplinsky
Hello Tim, > "TL" == "Technology Listserves" <[EMAIL PROTECTED]> writes: TL> Hello - I have been using standard VNC for some time now, and am TL> trying TightVNC for the first time. Is there a different syntax or TL> set of commands to use for the xstartup file with tightvnc? I put TL> a post

Re: Java viewer

2003-03-13 Thread Constantin Kaplinsky
Hello Jeff, > "JZ" == Jeff Ziegler <[EMAIL PROTECTED]> writes: JZ> How do I enable the PROXY support? (HTTPConnectSocket) You should run TightVNC Java viewer as an application (not in the applet mode), using a command line like this: java VncViewer HOST my.vnchost.com PORT 443 SocketFacto

Re: vncpassword -> vncviewer

2003-03-24 Thread Constantin Kaplinsky
Hello, > "CB" == "Beerse, Corni" <[EMAIL PROTECTED]> writes: >> hello, is there a way to supply the password to the vncviewer >> without typing it manually into the dialog box and without creating >> a password file ? I would like a commandline option. CB> See documentation. CB> For unix vi

Re: java vncviewer: tab key

2003-03-24 Thread Constantin Kaplinsky
Hello, > "rc" == [EMAIL PROTECTED] writes: rc> Under tightvnc 1.2.8, the tab key in a java vncviewer seems to not rc> work, or at least it does not work the way I want it to. [...] rc> I'm using java 1.4.1_02 to compile the VncViewer.jar file by the rc> way, and java 1.4.1-gentoo when runni

Re: Specifying a port number with vncviewer

2003-05-29 Thread Constantin Kaplinsky
Hello Kevin, > "KF" == "Kevin Faust" <[EMAIL PROTECTED]> writes: KF> This is pretty basic, but... You can specify a non-standard port KF> when running vncserver by using the -rfbport option KF> How do you specify the non-standard port when trying to connect to KF> that server using vncviewer

Re: Security...

2002-05-31 Thread Constantin Kaplinsky
Hello, >> Are there any versions / distros of VNC available with encryption? > tightvnc No, TightVNC does not include encryption yet. -- With Best Wishes, Constantin ___ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo

Re: small bugs in vncviewer 3.3.3r1

2002-06-10 Thread Constantin Kaplinsky
Hello Bruce, > "BL" == Bruce Lilly <[EMAIL PROTECTED]> writes: BL> Hi, vncviewer -h (as distributed with SuSE 8.0 Intel) gives: BL> VNC viewer version 3.3.3r1 with SSH tunneling support BL> BL> usage: vncviewer [] [:] BL>vncviewer [] -listen [] BL>vncviewer [] -tunnel : BL>

Re: view only java applet

2002-06-10 Thread Constantin Kaplinsky
Hello, > "EK" == Ehud Karni <[EMAIL PROTECTED]> writes: EK> I added -viewonly switch to Xvnc server (checked on RH Linux). EK> You can find my original e-mail at: EK> http://www.tridiavnc.com/list-mailist/2000-07/0575.html EK> Please read it. EK> If you have problems with it you can em

Re: RFB protocol

2002-06-13 Thread Constantin Kaplinsky
Hello, > "M" == MGillespie <[EMAIL PROTECTED]> writes: M> Are there any plans to update the RFB protocol support things like M> resoloution and colour depth switching? And other limitiations of M> the current system? M> It's quite annoying when a app changes the desktop resolution, and M>

Re: TightVNC password changes!

2002-06-18 Thread Constantin Kaplinsky
Hello Christian, > "CR" == Christian Reeves <[EMAIL PROTECTED]> writes: CR> I've been running TightVNC for a long time. Recently I've been CR> locked out of logging onto the remote machine due to a bad CR> password. I dont' know how the password would have changed. when I CR> go to the machi

Re: vncviewer close window bug on third password attempt

2003-06-24 Thread Constantin Kaplinsky
Hello Keith, > "KH" == Keith Hall <[EMAIL PROTECTED]> writes: KH> Bug in (at least) TightVNC 1.2.8, probably in earlier versions and KH> maybe RealVNC too : KH> If you enter an incorrect password twice in a row, then correctly KH> on the third (final) attempt, the viewer window comes up and

Re: VNC 4.0 Beta 3

2003-07-30 Thread Constantin Kaplinsky
Hello James, > "JWW" == "James ''Wez'' Weatherall" <[EMAIL PROTECTED]> writes: JWW> Scott, Your notes omit to mention the ZRLE encoding, which JWW> provides equivalent compression over slow links to the Tight JWW> encoding. :) Not quite equivalent if Tight is used together with JPEG, and the

Re: 4beta: CreataDACL failed

2003-07-30 Thread Constantin Kaplinsky
Hello James, > "JWW" == "James ''Wez'' Weatherall" <[EMAIL PROTECTED]> writes: >> On wkk/wkk Upon installation of 4Beta I get "CreataDACL failed: JWW> Are you using a German version of Windows? The error indicates a JWW> failure attempting to secure the registry settings, caused by an JWW> u

Re: 4beta: CreataDACL failed

2003-07-30 Thread Constantin Kaplinsky
Hello Wez, > "JWW" == "James ''Wez'' Weatherall" <[EMAIL PROTECTED]> writes: >> The same issue on a Russian WinNT4 system, and that's not just a >> warning -- I think vncconfig exits on an exception thrown in the >> RegKey::setDACL() method. JWW> Thanks for that Const. The attached version o

Re: WinVNC.dsp needs "\n" -> "\r\n"

2003-12-28 Thread Constantin Kaplinsky
Hello Graeme, > "GP" == Graeme Pyle <[EMAIL PROTECTED]> writes: GP> Hi folks, I struggled for a while trying to get WinVNC.dsp (from GP> tightvnc-1.2.9_winsrc.tar.bz2) to open in VS without any luck. GP> Eventually I found the error message using Google and it turned GP> out to be a DOS line

Re: VncViewer shuts down after loading

2004-01-11 Thread Constantin Kaplinsky
Hello Andrey, > "l" == "Andrey" <[EMAIL PROTECTED]> writes: l> Hello, I compiled TightVNC Viewer from the source code from l> tightvnc.com under MSVC++ 6.0 in Win98 and found that it doesn't l> work - when i try to connect to vnc server, it asks for password, l> then initializes, then shows r

Re: File transfer

2004-03-08 Thread Constantin Kaplinsky
Hello William, > "WG" == "William Golob" <[EMAIL PROTECTED]> writes: WG> Is it possible to transfer files between server and viewer during WG> a vnc connection? You might want to try the latest TightVNC development version, which supports file transfers in its Win32 version: http://www.ti

Re: Compiling TightVNC from source

2004-03-18 Thread Constantin Kaplinsky
Hello, > "so" == "some one" <[EMAIL PROTECTED]> writes: so> I have some questions about compliling TightVNC source files. When so> using the downloadable source files the winvnce.exe that is so> created (when Release is chosen) is larger in size than that which so> is installed using the Tigh

Re: ZlibHex unknown subencoding 113 encountered error?

2004-03-22 Thread Constantin Kaplinsky
Hello James, Brian, > "p" == "\(n/a\)" <[EMAIL PROTECTED]> writes: p> I get "Terminate Connection ZlibHex unknown subencoding 113 p> encountered" error message. I think the standard RFB protocol specification (in particular, the 3.7 version) clearly states that: In addition to genuine enc