Re: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Markus Gaugusch
** PLEASE GIVE ME A CC, I'M NOT ON THE LIST > ** > People who are experiencing this problem: which video cards and network > cards are you usi

VNCVIEWER Failure to connect

2001-03-08 Thread John Thorp
I have two PC connected together: Celeron 466 and Pentium 75 both running Windows 98 2nd edition. A TCP/IP connection is established between the two PCs. I am able to run the server on the Celeron 466 and connect remotely to it by running the VNCVIEWER on the Pentium 75. Everything works fine w

Re: RFB 003 003

2001-03-08 Thread Scott C. Best
Mario: Hello! > I am trying to connect to remote win vnc server using ie browser. > Get error: > > "RFB 003 003" > > Remote win vnc behind firewall. I am able to connect without using > browser. > > Any suggestions? Yes, you've got quite the problem to have: functionality. :

RE: GDI DLL Wrapper

2001-03-08 Thread Sharma, Shashi
So, if I just send the drawing request(like drawline, BitBlt etc) with the bounding rectangle then WinVNC would be able to do the rest. I am intersted to know what would be the performance gains. -shashi -Original Message- From: James ''Wez'' Weatherall [mailto:[EMAIL PROTECTED]] Sent: T

RE: using a browser with a changed port number

2001-03-08 Thread Scott C. Best
Jeroen: Hello! > So the connection is made on the "portnumber-100" and after the applet > is started the connection continues on "portnumber"? > If 3000 is an open port in the firewall and 3100 is not then I still can't > get through? Or am I interpreting something completely false

Re: GDI DLL Wrapper

2001-03-08 Thread Mac Reiter
>If you can make the DLL only send data for functions that have been >requested to send hook data, using a set of flag bits, then the idea >sounds reasonable. I'm not sure how well it will work in practice, >though. WinVNC is really just interested in knowing when an area of the >display bitmap

Re: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread James ''Wez'' Weatherall
On Wed, 7 Mar 2001, Markus Gaugusch wrote: > ** > PLEASE GIVE ME A CC, I'M NOT ON THE LIST > > ** > > Can someone please investigate this? I

Re: GDI DLL Wrapper

2001-03-08 Thread James ''Wez'' Weatherall
On Thu, 8 Mar 2001, Sharma, Shashi wrote: > Hi, > I am interested in writing a Wrapper DLL over GDI in order to trap the > graphics update. I am familiar with PE format and have patched few DLLs, > however, I have little idea how will the WinVNC uses this information. > > I propose the followin

Java Application doesn't show border

2001-03-08 Thread LW
Hi, I am running vncserver on a HP UX 11 machine and vncviewer (3.3.3 R2) on Windows NT. When I started a Java application (jdk 1.2.2) on HP machine, the window pops up doesn't not have a border and the icons look very blur. Any suggestions? Thanks. L. -

windows keyboard shortcuts

2001-03-08 Thread David Rothman
in windows i've never been able to execute the shortcut key of an icon on the remote machine. IOW, if im on the VNC screen i'd like the Ctrl-Alt-whatever to be seen by the remote machine. is there a way to do this? thanks - To

Re: Error message Received

2001-03-08 Thread Gary Lee Radcliff
This is the same problem that I have. Where would be my best shot to find a chunky driver for an old B&W LCD laptop display. Thx, Lee At 12:18 PM 3/8/01 +, Jonathan Morton, you typed: > >I have received the following error in vnc after installing it on one of my > >users pc's. "VNC Deskt

Ports 5400+X, 5500+X, flash and listen -Protokoll

2001-03-08 Thread Michael Bramer
Hallo ok. Today I look in the source from the (unix) vncviewer and examine the listen Protokoll. I don't found this on the web (vnc-homepage and google). now I have two questions: Is this the right way from the listen mode? the vncviewer open 5500+X and listen this port. The vncserver only

RE: GDI DLL Wrapper

2001-03-08 Thread Mac Reiter
>I dont think they are handled even in the original WinVNC code. I have no >idea about DirectX api but I think the same idea can be used by wrapping the >appropriate DLL. They are sorta handled, the same way everything else is handled. If you GetDC(0), you have the device context for the screen

Re: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread me
I run a windows 2000 advanced server with VNC 3.3.3 R7 and a Voodoo 3 2000 video card. I have had it up and running for the past 7 months with out fail or crash. I run VNC viewer as well as the listending daemon and have had no problems with the program. Michael - Original Message - Fro

Re: using a browser with a changed port number

2001-03-08 Thread Joseph A. Knapka
Jonathan Morton wrote: > > >So the connection is made on the "portnumber-100" and after the applet is > >started the connection continues on "portnumber"? > >If 3000 is an open port in the firewall and 3100 is not then I still can't > >get through? Or am I interpreting something completely fa

RE: running vnc server on CDE

2001-03-08 Thread Richard . Skelton
Hi, Use the -pn switch :- vncserver -pn Cheers Richard. -Original Message- From: David Borzillo [mailto:[EMAIL PROTECTED]] Sent: 08 March 2001 15:44 To: [EMAIL PROTECTED] Subject: running vnc server on CDE Hi, I've downloaded VNC. I would like to use VNC from my PC to access my Sun wo

RE: GDI DLL Wrapper

2001-03-08 Thread Andrew Lyon
I agree too, I was just wondering if directdraw could be trapped too! -Original Message- From: Mac Reiter [mailto:[EMAIL PROTECTED]] Sent: 08 March 2001 15:37 To: [EMAIL PROTECTED] Subject: RE: GDI DLL Wrapper At 03:13 PM 3/8/01 -, you wrote: >What about non gdi updates? Directdraw

running vnc server on CDE

2001-03-08 Thread David Borzillo
Hi, I've downloaded VNC. I would like to use VNC from my PC to access my Sun workstation. I'm having problems getting vncserver to run on my Sun Ultra 10 (Solaris 7). My question is: How can I run the server for VNC with just one command as a non-root user? When I run Xvnc or vncserver I get

RE: GDI DLL Wrapper

2001-03-08 Thread Sharma, Shashi
I dont think they are handled even in the original WinVNC code. I have no idea about DirectX api but I think the same idea can be used by wrapping the appropriate DLL. In addition to the idea mentioned in the previous mail, I think I have to probably send the process/thread death messages to the

RE: GDI DLL Wrapper

2001-03-08 Thread Mac Reiter
At 03:13 PM 3/8/01 -, you wrote: >What about non gdi updates? Directdraw etc? Personally, I don't care. If GDI updates could be trapped, WinVNC would become multiple TIMES faster (200% or so, I would expect, given how well Xvnc performs). WinVNC already supports per-application special flag

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Mac Reiter
>I get the problem using vncviewer.exe so i dont think its a java problem To everyone having this problem, let me repeat something that has already been mentioned: vncviewer (and probably the JVM that is running the java viewer) performs scaling by calling a function in GDI called StretchBlt. G

RE: GDI DLL Wrapper

2001-03-08 Thread Andrew Lyon
What about non gdi updates? Directdraw etc? -Original Message- From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] Sent: 08 March 2001 15:06 To: '[EMAIL PROTECTED]' Subject: GDI DLL Wrapper Hi, I am interested in writing a Wrapper DLL over GDI in order to trap the graphics update. I am fami

Re: RFB 003 003

2001-03-08 Thread mfpchelp
Hi Scott! I am trying to connect to remote win vnc server using ie browser. Get error: "RFB 003 003" Remote win vnc behind firewall. I am able to connect without using browser. Any suggestions? Thanks Mario On Wed, 07 March 2001, "Scott C. Best" wrote: > > Steve: > Wow, funky. You can

Re: RFB 003 003

2001-03-08 Thread mfpchelp
Hi Scott! I am trying to connect to remote win vnc server using ie browser. Get error: "RFB 003 003" Remote win vnc behind firewall. I am able to connect without using browser. Any suggestions? Thanks Mario On Wed, 07 March 2001, "Scott C. Best" wrote: > > Steve: > Wow, funky. You can

GDI DLL Wrapper

2001-03-08 Thread Sharma, Shashi
Hi, I am interested in writing a Wrapper DLL over GDI in order to trap the graphics update. I am familiar with PE format and have patched few DLLs, however, I have little idea how will the WinVNC uses this information. I propose the following. 1. Write a DLL GDI32.DLL with all the function of MS

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Stockman, Mike
I can reproduce this on a Compaq Presario E500 laptop, with an ATI Rage Mobility card, Windows 2000 Professional, Service Pack 1 installed. Pretty dramatic, too... complete reboot of the system, no warning. No security issue, but a great bug. ->Mike -Original Message- From: W. Brian

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Andrew Lyon
I get the problem using vncviewer.exe so i dont think its a java problem -Original Message- From: Olano, Kenny Kris [mailto:[EMAIL PROTECTED]] Sent: 08 March 2001 14:41 To: [EMAIL PROTECTED] Subject: RE: complete crash of windows 2000 using vncviewer (fwd) I am having the same problem w

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Olano, Kenny Kris
I am having the same problem when just using it, i'm using an ati all in wonder pro 8mb with the latest driver. It happen with both the driver from the windows2k cd and the newest driver they have for it. I belive its a java problem because it does the same thing when i go to a java chatroo

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Andrew Lyon
Hi, My system does exactly the same if scaling is set to larger / smaller, i.e. I am trying to scale down a display rather than scale it up. My video card is a Geforce MX Dual head driving 2 17" monitors at 1024 x 768 each. Andy -Original Message- From: W. Brian Blevins [mailto:[EMAIL

RE: complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread W. Brian Blevins
Markus, > > Can someone please investigate this? I think it's more important, than the > M$ guys think (I'd like to try this on terminal server). I am unable to reproduce the problem on a Win2k, 5.00.2195 system in our quality assurance lab. This is almost certainly a bug in your device driv

iXnvc and xdm

2001-03-08 Thread Peter Bevan
Hi... sorry if this question gets asked alot My problem is thus: Having setup iXvnc and put an entry into my /ets/X11/xdm/Xservers (which works when invoked directly: in my case ipaddress:01)... however no matter what I do I cant get iXvnc to invoke it I've set the broadcast option in m

Re: Error message Received

2001-03-08 Thread Jonathan Morton
>I have received the following error in vnc after installing it on one of my >users pc's. "VNC Desktop current display is plainer not chunky. WinVNC can >not be used with this graphics device drive." We are using Windows 98 and 95 >as an operating system. Do anyone have a solution for me on this?

Error message Received

2001-03-08 Thread Liza Vorster
Hi There I have received the following error in vnc after installing it on one of my users pc's. "VNC Desktop current display is plainer not chunky. WinVNC can not be used with this graphics device drive." We are using Windows 98 and 95 as an operating system. Do anyone have a solution for me on

RE: using a browser with a changed port number

2001-03-08 Thread Jonathan Morton
>So the connection is made on the "portnumber-100" and after the applet is >started the connection continues on "portnumber"? >If 3000 is an open port in the firewall and 3100 is not then I still can't >get through? Or am I interpreting something completely false here Yes, the applet is l

RE: using a browser with a changed port number

2001-03-08 Thread van de Vorst, Jeroen
Thanks for the quick reply Yes well, I did read and search the docs but I did not understand that the java applet allways uses portnumber-100 So if I want to use port 3000 (if this is a port which is open in the firewall) then I have to set 3100 in the registry. So the connection is made on the

Re: using a browser with a changed port number

2001-03-08 Thread Jonathan Morton
>I am trying to get trough a firewall and so I want to change the portnumber >to 3000. I am having the problem below so for testing this I am not allready >trying to go through the firewall. I first want this to work within our >network. > >The vnc viewer works fine (snoopy:3000) but when I use a

No Subject

2001-03-08 Thread Scott C. Best
Steve: Wow, funky. You cannot do it with any standard firewall config utilities that I know of. But try this: http://freshmeat.net/projects/nportredird/ Never used it myself, but it sounds like exactly what you're looking for. Drop a note if it works. :) cheers,

complete crash of windows 2000 using vncviewer (fwd)

2001-03-08 Thread Markus Gaugusch
** PLEASE GIVE ME A CC, I'M NOT ON THE LIST > ** Can someone please investigate this? I think it's more important, than the M$ guys think (I'

using a browser with a changed port number

2001-03-08 Thread van de Vorst, Jeroen
Hi, I am trying to get trough a firewall and so I want to change the portnumber to 3000. I am having the problem below so for testing this I am not allready trying to go through the firewall. I first want this to work within our network. The vnc viewer works fine (snoopy:3000) but when I use a