dual monitor support, MultiVNC ?

2003-02-10 Thread Jonathan Linowes
Hi, I have a machine running Windows XP with a 2 monitor setup where I'd like to run VNC server. VNC only captures the primary monitor. I searched the mail list archive and found references to MultiVNC to handle this. I downloaded the MultiVNC-0.0.1.exe from ftp://ftp.saurik.com/pub/vnc/MultiVNC-0

VNC Through Windows 2000 Sever problem

2003-02-10 Thread sailor dwarf
Hello all, I've used VNC quite a lot as a network administration tool and found it to be excellent. However i have recently discovered a problem that i hope someone can help me with. When i connect to a vnc server on the intranet all is fine. When i connect to a vnc server through our windows 20

RE: camera+audio

2003-02-10 Thread "Beerse, Corné"
> -Original Message- > From: Giovanni De Luca [mailto:[EMAIL PROTECTED]] > > How may I send video & audio information by my webcam & mic. > from my host > where VNCserver is running to remote hosts where VNCviewer is running? vnc does not and most likely will not support audio (beyond '

kde desktop

2003-02-10 Thread Jonathan Linowes
hi again, I have another machine with RH 8.0 linux running kde desktop. I modified the ~/.vnc/xstartup file and replaced the xterm line with startkde& it's not exactly my normal kde desktop. eg The bar on bottom of the screeen has a title bar "kicker" and when I open an app I need to place the wind

RE: kde desktop

2003-02-10 Thread "Beerse, Corné"
> -Original Message- > From: Jonathan Linowes [mailto:[EMAIL PROTECTED]] > Sent: maandag 10 februari 2003 10:15 > To: [EMAIL PROTECTED] > Subject: kde desktop > > > hi again, > I have another machine with RH 8.0 linux running kde desktop. > I modified the ~/.vnc/xstartup file and replaced

Re: cut-paste with VNC on linux - 2 proposed changes

2003-02-10 Thread Jerry McBride
On Sat, 08 Feb 2003 20:12:02 -0800 Ron Goldman <[EMAIL PROTECTED]> wrote: > Hi. I'd like to propose 2 changes to the way that the Linux Xvnc server > handles cut & paste to the VNC viewer app. I'd appreciate any feedback > from other VNC users/developers. (Note: This only apply to the Linux

RE: cut-paste with VNC on linux - 2 proposed changes

2003-02-10 Thread "Beerse, Corné"
> -Original Message- > From: Jerry McBride [mailto:[EMAIL PROTECTED]] > > On Sat, 08 Feb 2003 20:12:02 -0800 Ron Goldman > <[EMAIL PROTECTED]> wrote: > > > Hi. I'd like to propose 2 changes to the way that the Linux > Xvnc server > > handles cut & paste to the VNC viewer app. I'd appr

Re: camera+audio

2003-02-10 Thread Tony
Broadcasting streaming video has nothing to do with VNC so, no there isn't any realistic way to do that. ( nor should there be ) Look into the proper way of doing things, you will be much happier. ( i.e., search for streaming media servers for your respective platform ) > --__--__-- > > Message:

RE: Express install for the server

2003-02-10 Thread Beau . Haefke
I can recommend Fastpush http://www.darkage.co.uk for your NT systems. The script does allow installation and starts the service in as little as 20 seconds, and it has a simple /remove option that stops the service and removes the files in even less time. I'm sure you can easily edit the Fastpu

Open WinVNC Menu with keystrokes

2003-02-10 Thread greyhair
I'm looking to access the WinVNC Menu using only keystrokes. The mouse on my server sometimes does not work, especially when I would like to make changes. Is there a way to change the source so that CTRL+ALT+- is a left mouse click and CTRL+ALT++ is a right mouse click? (Source Editing help) Thank

Re: VNC 3.3.6 compiled under HP-UX 11.0

2003-02-10 Thread Wesley Hart
Twas brillig, and Brett M. Bergquist scrobe: > I finally got VNC 3.3.6 to compile under HP-UX 11.0. My environment is: > > HP Visualize B2000 Workstation > HP-UX 11.00 > GCC 2.95.2 > binutils 2.10.0 > HP-UX Developer's Toolki for 11.00 (B3394BA) > > I can post a short patch that when applied to

Re: kde desktop

2003-02-10 Thread Jonathan Linowes
Hi, Thanks for your help. vncserver runs OK now. And I looked at the article you reference, it's exactly what I'd like to do, so I'll try it on a "spare" machine and hope I don't completely screw things up. (and it's written for RH7.3, I hope it doesn't matter if I am using 8.0) I apologize for m

RealVNC 3.3.6 Multiple Monitor

2003-02-10 Thread Joe Ebsen
Help Please! I've recently upgraded(?) to RealVNC 3.3.6 from WinVNC 3.3.??. My multiple monitor server no longer displays on the remote... I tried the MultiVNC patch, no luck. It gives me an error that it can't find and entry point in the VNChooks.dll file. I'm not a p

RE: RealVNC 3.3.6 Multiple Monitor

2003-02-10 Thread Steve Palocz
One suggestion, Downgrade to what worked. Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Joe Ebsen Sent: Monday, February 10, 2003 2:18 PM To: [EMAIL PROTECTED] Subject: RealVNC 3.3.6 Multiple Monitor Help Please! I've recently upgraded

Compile problems on HP/UX

2003-02-10 Thread Sir Ace
I've having trouble compiling the Xvnc server stuff on HP/UX. the current machine is running HPUX 11i, kcdev01 #>gcc --version gcc (GCC) 3.2 kcdev01 #>gmake --version GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. The errors I get are as follows: vnc-3.3.3r2_unixsrc: kcdev01

compile problems with vnc-3.3.6-unixsrc

2003-02-10 Thread Sir Ace
kcdev01 #>cd vnc-3.3.6-unixsrc kcdev01 #>ls LICENCE.TXT boilerplate.mk include vncconnect vncserver.man Makefile.in classes libvncauth vncinstall vncviewer README configure rdr vncpasswd zlib Xvncconfigure.inrfb

Routers and VNC

2003-02-10 Thread Matthew Mahoney
In another thread someone told me how to use VNC to gain access to one computer from outside my home network using port forwarding. Thanks for that :) This method of forwarding ports 5800 to 5900 to a computer only allows for control of one computer based on what I set the forwarding to. Is the

Re: Remotely control my Office PC

2003-02-10 Thread Davie
Message: 6 From: "Carl" <[EMAIL PROTECTED]> To: "VNC" <[EMAIL PROTECTED]> Subject: Re: Remotely control my Office PC Date: Sun, 9 Feb 2003 14:33:48 -0500 Are you going through a router or a firewall at the office? What operating system is running on the office PC? Lastly, is the office IP addres

Re: cut-paste with VNC on linux - 2 proposed changes

2003-02-10 Thread Wayne Throop
:: Ron Goldman <[EMAIL PROTECTED]> :: Hi. I'd like to propose 2 changes to the way that the Linux Xvnc :: server handles cut & paste to the VNC viewer app. I'd appreciate any :: feedback from other VNC users/developers. (Note: This only apply to :: the Linux version, the Mac & Windows versions a

FW: Routers and VNC

2003-02-10 Thread Jordan Share
Grr. Stupid list policy. -Original Message- From: Jordan Share [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 1:51 PM To: Matthew Mahoney; [EMAIL PROTECTED] Subject: RE: Routers and VNC Just run the winvnc service on different "displays numbers". The default is equivalent t

autocutsel (was "cut-paste with VNC on linux - 2 proposed changes")

2003-02-10 Thread Mike Miller
On Mon, 10 Feb 2003, Wayne Throop wrote: > I assume he's talking aobut the issue that led to autocutsel, namely, > that X has at least two different ways to cut-n-paste text. There's the > "cutbuffer(s)", and there's the "selection(s)". I downloaded and compiled autocutsel v0.3 on my Solaris (SP

No more Iplist?

2003-02-10 Thread Joe Richardson
Did they take out the ability to control what IP's are allowed access via iplist.txt? Last I saw it worked in 3.3.3, but it doesn't seem to me working in 3.3.6. I can't find any documentation about it; anybody know what happened? Joe ___ VNC-List mail

Re: autocutsel (was "cut-paste with VNC on linux - 2 proposed changes")

2003-02-10 Thread Wayne Throop
: I downloaded and compiled autocutsel v0.3 on my Solaris (SPARC) box, : but I'm not sure how to use it with VNC. The idea is that autocutsel runs in the background and monitors the selection and cutbuffer, and attempts to keep them in sync. When one changes, the other is updated, and so on. It

(newbie) linux bootup with vnc

2003-02-10 Thread Jonathan Linowes
i didn't get the "my favorite" way to work after a few hours of playing with it. Is there a simpler way to script vncserver to start up with Linux boots, or do I have to log in from a console to start it up first? e.g. with the Windows install it runs as a service and I can connect to the server ri