RE: Citrix v. VNC v. New Moon

2002-04-12 Thread Justin Khoo
Have you guys heard of New Moon (www.newmoon.com)? They're positioning themselves as some Citrix competitor (with Microsoft's help). Tho I'm not sure exactly what their difference it. --- T W <[EMAIL PROTECTED]> wrote: > Michael, > Can you clarify the types of connections you are > describing

Re: dns2go

2002-04-12 Thread Daniel Tan
A couple of questions: > 1. Which PC has DNS2GO and VNC server running? Home or Work? - work pc has DNS2GO and VNC server running. i am trying to use home pc to connect to work pc > 2. Does the PC running DNS2GO and VNC server have a direct connection to the > internet or does it have

VDACC-WINVNC, WORKING ON W2K AND NT4

2002-04-12 Thread De Vos Rudi
Hi all, Finaly got the video driver to work on nt4. driver for NT4 + install instructions: vdacc-drivernt41.10.exe driver for w2k + install instructions: vdacc-driverw2k1.10.exe winvncserver and viewer: vdacc-vnc1.10.exe Remember, drivers and vnc version are going together. (shared memory) Upg

Re: print redirection

2002-04-12 Thread Alex K. Angelopoulos
Your comment on printing is unfortunately correct. The typical kludge for client-side printing is to actually share the local printer, then manually map back to the client printer from the server session - the process is documented in a paper by Claudio Rodrigues on his site at http://24.42.144.1

Re: print redirection

2002-04-12 Thread Michael Milette
Upgrade the remote PC to WindowsXP - A single user terminal server is built right in and can be accessed from any 32 bit version of Windows including your Windows 2000 Pro machine. It's cheaper than going out and buying Terminal Server. Just one note. I recently saw something that said that pr

croll java vncviewer in Windows

2002-04-12 Thread Kevin Kleinfelter
I'm using the Java vncviewer under Windows to access a Windows VNC host. Both the client and the server are 1024x768. With the title bar and the mandatory buttons, I have less than 1024x768 available in the client window, so I can't see all of the host desktop. "java -cp vncviewer.jar vncvie

VNC on VMS

2002-04-12 Thread Sharma, Shashi
Does anyone know if Xvnc was ported to VMS ? Some of our tool runs VMS and we need to give them remote capability. thanks -shashi -Original Message- From: Mithrilhall2000 [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 1:24 PM To: [EMAIL PROTECTED] Subject: RE: vncviewer for linux

RE: vncviewer for linux text console??

2002-04-12 Thread Mithrilhall2000
Do you mean something that is simply a shell window? If so, why not use ssh? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Beerse, Corni Sent: April 12, 2002 1:43 AM To: '[EMAIL PROTECTED]' Subject: vncviewer for linux text console?? Hi, For some w

RE: print redirection

2002-04-12 Thread Moreland, Julius
Windows 2000 has the ability to print to Internet shared printers... You could enable sharing of your printer on the viewing machine for short amounts of time. -Original Message- From: "Beerse, Corni" [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 1:26 AM To: '[EMAIL PROTECTED]'

RE: vncviewer for linux text console??

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: Tim Waugh [mailto:[EMAIL PROTECTED]] > On Fri, Apr 12, 2002 at 10:43:25AM +0200, "Beerse, Corni" wrote: > > > For some whild ideas, I'm looking for a vncviewer that runs at a > > pc/linux text console, without the need for an X11 server. The linux > > framebuf

Re: vncviewer for linux text console??

2002-04-12 Thread Tim Waugh
On Fri, Apr 12, 2002 at 10:43:25AM +0200, "Beerse, Corni" wrote: > For some whild ideas, I'm looking for a vncviewer that runs at a > pc/linux text console, without the need for an X11 server. The linux > framebuffer may be used. There is an SVGALib version around, I think, if that's what you're

RE: dns2go

2002-04-12 Thread Shola . Ogunlokun
Daniel, A couple of questions: 1. Which PC has DNS2GO and VNC server running? Home or Work? 2. Does the PC running DNS2GO and VNC server have a direct connection to the internet or does it have to go through a gateway PC/Firewall? 3. If gateway PC? What type of software is doing the sharing? an

vncviewer for linux text console??

2002-04-12 Thread "Beerse, Corné"
Hi, For some whild ideas, I'm looking for a vncviewer that runs at a pc/linux text console, without the need for an X11 server. The linux framebuffer may be used. Is such a viewer available? Is someone working on such a thing? Reason: Replacing the X11 (XFree) server with the Xvnc/console-vnc-

RE: print redirection

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: Jon Mardell [mailto:[EMAIL PROTECTED]] > > win2k pro is the platform Simple: share printer on viewing system and use it as remote printer on viewed machine. manual: add new printer which prints to file viewed machine and transfer the new file to the local mac

RE: Automatically starting screen-saver when client disconnects

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > I have a LINUX VNC server with a bunch of clients. > I'd like to auto-start the screen-saver when people disconnect. Don't! 1: why? the vnc-password protects just as much as the screen-lock password 2: what scr

RE: Browswer / Java access to Xvnc without the need to start v nc serve r in advance!

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: David Colliver [mailto:[EMAIL PROTECTED]] > Oh dear, now my thoughts are running away with me... > > What is to say that this won't work. > > in services.inetd I oculd put a number of lines for the web > part of VNC. Something like... I should not do that.

RE: Browswer / Java access to Xvnc without the need to start v nc serve r in advance!

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: David Colliver [mailto:[EMAIL PROTECTED]] > OK, I have all that working... sort of. > > I have edited the file in my /usr/bin/classes and looked at > the browser. I > have used a size of 1024/768 You have to use the same geometry for Xvnc server (which PORT

RE: Browswer / Java access to Xvnc without the need to start vn c serve r in advance!

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > Further to my last (which I haven't received yet... > > I have found index.vnc in /usr/bin/classes That should be the one > > This has... contents removed Compare the file to the html source you get if you are browsing to a vncserver. The $xxx variables are

RE: Browswer / Java access to Xvnc without the need to start vn c serve r in advance!

2002-04-12 Thread "Beerse, Corné"
> -Original Message- > From: David Colliver [mailto:[EMAIL PROTECTED]] > I am using RH6.2 and don't see the vnc directory in /usr/share. You can find your vnc/classes with the following routine: $ which vncserver # shows you where the vncserver script is $ more `which vncserver` # shows t