Halton Huo | 1 May 2007 15:32
Picon

No source code for Java VNC viewer?

Hi,

I check out the source code, found there is a Java VNC viewer,
vncviewer.jar, which is very useful.

But there is no source code for this, and the about dialog shows its
copyright is from RealVNC.

Here I have two questions:

#1. Does the Java VNC viewer not opensourced?

#2. What's the license for the Java VNC viewer? What kind of situation
we can use it?

Thanks,
Halton.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list

AndyLiebman | 1 May 2007 16:03
Picon
Favicon

1.3.8 won't compile in Mandriva 2007 64-bit

I'm trying to compile 1.3.8 from the tarball in Mandriva 2007 64-bit. I 
run xmkmf, which seems to work.

[root <at> andymachine vnc_unixsrc_1.3.8]# xmkmf
mv -f Makefile Makefile.bak
imake -DUseInstalled -I/usr/lib64/X11/config

But when I run "make World" I get the following errors:

[root <at> andymachine vnc_unixsrc_1.3.8]# make World
make Makefiles
make[1]: Entering directory 
`/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8'
making Makefiles in libvncauth...
        mv -f Makefile Makefile.bak
make[2]: Entering directory 
`/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8'
Imakefile.c:34: error: Imake.tmpl: No such file or directory
imake: Exit code 1.
  Stop.
make[2]: *** [libvncauth/Makefile] Error 1
make[2]: Leaving directory `/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8'
make[1]: [Makefiles] Error 2 (ignored)
make[1]: Leaving directory `/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8'
make depend
make[1]: Entering directory 
`/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8'
depending in ./libvncauth...
make[2]: Entering directory 
`/home/andy/drivers/vnc_64_bit/vnc_unixsrc_1.3.8/libvncauth'
(Continue reading)

Halton Huo | 1 May 2007 16:57
Picon

Re: No source code for Java VNC viewer?


I got the tarball from sourceforge, please ignore my last email.

Halton.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list

Andrei Dumitrescu | 4 May 2007 16:33
Picon

Re: virtual desktops

Hello,
Sorry, but I misunderstood the requirements. I don't need to use any virtual desktops(as in desktop environment virtual desktops). There is a single X server which has 4 physical screens attached to it. So, in the current setup, if the resolution is 4000x1000, then the first monitor displays the first quarter of the whole display (say from pixel 0 to pixel 1000 on the horizontal and all of the 1000 vertical pixels), the 2nd monitor display the second quarter and so on.
So what we need is this: a vnc server running on this machine.
4 vnc clients running on the same machine. each one is displayed on a different monitor. each one should display ONLY a quarter of the screen. So, basically, I want that on the monitor#1 to have a vnc client displaying only the first 1000 horizontal pixels and all the vertical pixels. On the second monitor, I want another vnc client which will display horizontal pixels 1001...2000 x 1000 vertical pixels and so on. The vnc clients should have full access rights, just like there is no vnc involved at all.
However, I want to see everything that's happening on the screen on a remote vnc client, which initially is connected read-only. If this remote watcher sees that something goes wrong on any of the 4 monitors/quarters of the screen, then he should take control.
Any ideas and suggestions on implementing this are welcome.
Thank you.

On 4/30/07, James Weatherall <jnw <at> realvnc.com > wrote:
Hi Andrei,

What you're describing below (server1:0, server1:1, server1:2, etc) is
called an X11 "display".  Each X11 display supports one or more "screens",
which are addressed by X11 applications as server1:0.0, server:0.1,
server1:0.2 etc.  The current VNC Server for X11 will make these screens
available as separate VNC servers on ports 5900+display, 6900+display,
7900+display, etc.

Regards,

Wez <at> RealVNC Ltd


> -----Original Message-----
> From: Andrei Dumitrescu [mailto: andrei.dumitrescu <at> gmail.com]
> Sent: 26 April 2007 18:49
> To: James Weatherall
> Subject: Re: virtual desktops
>
>
>
> On 4/26/07, James Weatherall < jnw <at> realvnc.com> wrote:
>
>       Hi Andrei,
>
>       1.  Can you explain what you mean by "virtual desktops"
> in this context?  Do
>       you really mean X11 "screens"?
>
>
> No, I do not mean X11 screens as in X11 servers launched
> (like server1:0 for DISPLAY0 , server1:1 for DISPLAY1 of
> server1). I mean the windows manager's virtual desktop. KDE
> for instance has 4 such virtual desktops. I want to be able
> to connect with vnc client 1 to ONLY virtual desktop1, with
> vnc client 2 to ONLY virtual desktop 2 and so on. (I don't
> know if this is possible? Is it? and if it is, with which
> server/client combination? Perhaps is it possible if
> vncserver listens on port1 for connections to only virtual
> desktop1, port2 for vd2 and so on. I do not know..
>
>
>
>       2.  VNC Enterprise Edition supports changing of the
> permissions associated
>       with current connections on-the-fly.  VNC Free Edition
> & software based upon
>       it typically will not support this fine-grained control.
>
>       Regards,
>
>       Wez <at> RealVNC Ltd
>
>
>       > -----Original Message-----
>       > From: vnc-tight-list-bounces <at> lists.sourceforge.net
>       > [mailto:vnc-tight-list-bounces <at> lists.sourceforge.net ] On
>       > Behalf Of Andrei Dumitrescu
>       > Sent: 26 April 2007 16:57
>       > To: vnc-tight-list <at> lists.sourceforge.net
>       > Subject: virtual desktops
>       >
>       > Hello,
>       > 1. Is it posible to enforce a vnc client to connect to a
>       > specific virtual desktop of a vnc server? (the vnc server
>       > controls 4 virtual desktops, and I want that client1 to only
>       > see virtual desktop1, client2 - virtual desktop2 and so on)?
>       > Yes. I know that you can launch 4 vnc servers and each client
>       > can connect to the corresponding one, but I need to connect
>       > to only one server with 4 VDs.
>       > 2. If a client is connected as -viewonly, is it any way to
>       > change the connection type(to give him control, and
>       > vice-versa: a client has control but I want him that on
>       > certain events to be relegated as viewonly)
>       > Thank you.
>       > --
>       > Andrei Dumitrescu
>       >
>
>
>
>
>
>
> --
> Andrei Dumitrescu
>




--
Andrei Dumitrescu
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list
Didier Pestiaux | 4 May 2007 20:46
Picon

Deploy Tightvnc 1.3.8 on many computers

Hi,
 
I've deploy the 1.2.9 version on our computers (+- 30) following your documentation regarding the registry.
 
"If you want to install TightVNC on a number of computers, and do not want to repeatedly enter the same password on each machine, install TightVNC once and set the password, then copy the registry settings under HKEY_CURRENT_USER\Software\ORL\WinVNC3 to other machines. "
 
It works fine. I would like to do the same with the 1.3.8 version but it doesn't work. I've a message saying there is no password configured and the vnc server doesn't want to start.
Is the registry's location change ?

I tried a normal installation/configuration and I can see that tightvnc store informations on 2 locations in the registry
   - HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3
   - HKEY_CURRENT_USER\Software\ORL\WinVNC3

Is there an other place to look for ?

Best Regards,

Didier

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list
Ook | 4 May 2007 21:00

Re: Deploy Tightvnc 1.3.8 on many computers

I do exactly this with 1.3.8, and it works fine. The only registry location I use is:
 
[HKEY_CURRENT_USER\Software\ORL\WinVNC3]
 
This is the actual .reg file that I use (password removed):
 
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\ORL\WinVNC3]
"SocketConnect"=dword:00000001
"AutoPortSelect"=dword:00000001
"InputsEnabled"=dword:00000001
"LocalInputsDisabled"=dword:00000000
"IdleTimeout"=dword:00000000
"LocalInputsPriorityTime"=dword:00000003
"QuerySetting"=dword:00000002
"QueryTimeout"=dword:0000001e
"QueryAccept"=dword:00000000
"QueryAllowNoPass"=dword:00000000
"LockSetting"=dword:00000000
"RemoveWallpaper"=dword:00000001
"BlankScreen"=dword:00000000
"EnableFileTransfers"=dword:00000001
"Password"=hex:<your password in hex>
"PasswordViewOnly"=hex:<your password in hex>
"PollUnderCursor"=dword:00000000
"PollForeground"=dword:00000001
"PollFullScreen"=dword:00000000
"OnlyPollConsole"=dword:00000001
"OnlyPollOnEvent"=dword:00000000
"PollingCycle"=dword:0000012c
"DontSetHooks"=dword:00000000
"DontUseDriver"=dword:00000000
"DriverDirectAccess"=dword:00000001
"LocalInputsPriority"=dword:00000000
 
----- Original Message -----
Sent: Friday, May 04, 2007 11:46 AM
Subject: Deploy Tightvnc 1.3.8 on many computers

Hi,
 
I've deploy the 1.2.9 version on our computers (+- 30) following your documentation regarding the registry.
 
"If you want to install TightVNC on a number of computers, and do not want to repeatedly enter the same password on each machine, install TightVNC once and set the password, then copy the registry settings under HKEY_CURRENT_USER\Software\ORL\WinVNC3 to other machines. "
 
It works fine. I would like to do the same with the 1.3.8 version but it doesn't work. I've a message saying there is no password configured and the vnc server doesn't want to start.
Is the registry's location change ?

I tried a normal installation/configuration and I can see that tightvnc store informations on 2 locations in the registry
   - HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3
   - HKEY_CURRENT_USER\Software\ORL\WinVNC3

Is there an other place to look for ?

Best Regards,

Didier

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list
Steve Bostedor | 4 May 2007 21:39

RE: Deploy Tightvnc 1.3.8 on many computers

Hi Didier,

 

  Alternatively you can use a tool like Bozteck VNCScan (http://www.vncscan.com) to deploy them and save you the trouble of managing scripts and registry settings.  Just a thought.

 

Thank you,

 

Steve Bostedor

 

From: vnc-tight-list-bounces <at> lists.sourceforge.net [mailto:vnc-tight-list-bounces <at> lists.sourceforge.net] On Behalf Of Didier Pestiaux
Sent: Friday, May 04, 2007 2:46 PM
To: vnc-tight-list <at> lists.sourceforge.net
Subject: Deploy Tightvnc 1.3.8 on many computers

 

Hi,

 

I've deploy the 1.2.9 version on our computers (+- 30) following your documentation regarding the registry.

 

"If you want to install TightVNC on a number of computers, and do not want to repeatedly enter the same password on each machine, install TightVNC once and set the password, then copy the registry settings under HKEY_CURRENT_USER\Software\ORL\WinVNC3 to other machines. "

 

It works fine. I would like to do the same with the 1.3.8 version but it doesn't work. I've a message saying there is no password configured and the vnc server doesn't want to start.

Is the registry's location change ?

I tried a normal installation/configuration and I can see that tightvnc store informations on 2 locations in the registry
   - HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3
   - HKEY_CURRENT_USER\Software\ORL\WinVNC3

Is there an other place to look for ?

Best Regards,

Didier

 

 



__________ NOD32 2239 (20070504) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list
Constantin Kaplinsky | 5 May 2007 02:32

Re: Deploy Tightvnc 1.3.8 on many computers

Hello Didier,

>>>>> Didier Pestiaux wrote:

> I've deploy the 1.2.9 version on our computers (+- 30) following your
>  documentation regarding the registry.
> 
> /"If you want to install TightVNC on a number of computers, and do
> not want to repeatedly enter the same password on each machine,
> install TightVNC once and set the password, then copy the registry
> settings under HKEY_CURRENT_USER\Software\ORL\WinVNC3 to other
> machines. "/
> 
> It works fine. I would like to do the same with the 1.3.8 version but
> it doesn't work. I've a message saying there is no password
> configured and the vnc server doesn't want to start. Is the
> registry's location change ?
> 
> I tried a normal installation/configuration and I can see that
> tightvnc store informations on 2 locations in the registry -
> HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3 -
> HKEY_CURRENT_USER\Software\ORL\WinVNC3
> 
> Is there an other place to look for ?

I'd recommend to wait for TightVNC 1.3.9 which will be available May
8th. It fixes a bug that could cause TightVNC 1.3.8 disregard default
passwords (saved in HKEY_LOCAL_MACHINE\Software\ORL\WinVNC3). New
version should restore correct passwords handling and should treat
passwords just like 1.2.9 did.

--

-- 
With Best Wishes,
Constantin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list

Constantin Kaplinsky | 5 May 2007 02:37

Re: Newbie password question

Hello Micha,

>>>>> Micha wrote:

> I'm new to VNC, using it inside a ssh tunnel from winxp to winxp
> (freesshd). Do I have to provide a VNC server password, if my
> complete authentication is key-based ssh? Is it redundant in this
> case or I'm missing something obvious?

If you do not use VNC password, make sure you don't allow VNC
connections from outside of your SSH tunnel. E.g. set the option to
allow only loopback connections (from the VNC server machine only).

--

-- 
With Best Wishes,
Constantin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list

Constantin Kaplinsky | 5 May 2007 02:47

Re: How do I run VNC server without actually running vncserver script programme

Hello,

>>>>> umender koosam wrote:

> I have a basic doubt that How can I run the VNC Server without
> actually running the vncserver PERL script programme.. Is it possible
> via Xvnc options.. Can anybody help in this regard..

vncserver script is not strictly required, it just makes it more
convenient to start/stop Xvnc. You can start vncserver, then find out
which command line it used to start Xvnc (e.g. by using ps), and then
start Xvnc without vncserver with that command. For example, Xvnc
command line might look like this:

   Xvnc :1 -desktop X -httpd /usr/share/vnc/classes \
     -auth /home/user1/.Xauthority -geometry 1280x1024 \
     -depth 24 -rfbwait 120000 -rfbauth /home/user1/.vnc/passwd \
     -rfbport 5901 -fp unix/:7100 :1

--

-- 
With Best Wishes,
Constantin

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___________________________________________________________
TightVNC mailing list, VNC-Tight-list <at> lists.sourceforge.net
To change your subscription or to UNSUBSCRIBE, please visit
https://lists.sourceforge.net/lists/listinfo/vnc-tight-list


Gmane