rfb-0.6.1 available, including x0rfbserver and "smooth scaling" xrfbviewer

2002-02-28 Thread Jens Wagner
Just released rfb-0.6.1, it's getting a new website at http://forum.hexonet.com and can be downloaded at http://download.hexonet.com.; Best regards, Jens Wagner - To unsubscribe, mail [EMAIL PROTECTED] with the

header for compression codec

2002-03-02 Thread Jens Wagner
library for (de)compression. On windows, this would be a .dll file of course, but it should be possible to use the same source for win32, unix and mac... Best Regards, jens wagner - To unsubscribe, mail [EMAIL PROTECTED] with

Re: User notification

2000-11-30 Thread Jens Wagner
Jonathan Morton schrieb: > ... > Exactly how, from a user-interface point of view, would you intend > implementing confirmation on, say, Xvnc? With x0rfbserver this is less of > a problem, but... Ok, it's on my list now :-) For Xvnc, there could be an new command line option like -co

Re: VNC on port 80

2000-12-05 Thread Jens Wagner
"Joseph A. Knapka" schrieb: > ... > It would be nice if the server could serve the Java applet via > HTTP on the RFB port, but unfortunately the RFB handshake > begins with the server writing the RFB protocol version, > whereas the HTTP handshake begins with the client sending an > HTTP request -

Re: VNC on port 80

2000-12-05 Thread Jens Wagner
"Joseph A. Knapka" schrieb: > ... > The attached small patch seems to work fine for Xvnc. It works > exactly as Jens suggests. Of course HTTP connections to 58xx > work as usual. I've tested with Netscape 4.76 and IE4. I'll > tackle the WinVNC server in a day or two unless someone > beats me to i

Re: VNC on port 80

2000-12-08 Thread Jens Wagner
"Joseph A. Knapka" schrieb: > The Java applet -- aah. Probably doesn't know it has to go through port > 80 to get to the VNC server. It is probably trying to use 5900 or > similar. > > I will investigate this. It will probably mean adding an option to the > Java viewer to select which port to con

Re: VNC adapted for classrooms

2001-01-18 Thread Jens Wagner
I must admit that I didn't design it to record sessions in listening mode, too. But it shouldn't be too hard to implement that. Btw, for those interested: rfb-0.1.4 will be available after this weekend, right now I'm debugging some minor problems. Hilights of x0rfbserver-0.1.4: * supports more

Re: Starting XWindows from Windows 2000....

2001-01-18 Thread Jens Wagner
If you want to use it in a way like WinVNC, x0rfbserver will be the right thing for you. Xvnc creates a new virtual desktop whereas x0rfbserver exports the "real" one. You can find it at http://x0rfbserver.hexonet.com I hope that I could help you. Kind Regards, - jens wagner Joe

Re: Can :0 be tied to vncserver?

2001-01-19 Thread Jens Wagner
Tim Waugh wrote: > On Thu, Jan 18, 2001 at 01:26:10PM -0600, brandon willis wrote: > > > Is there a way to tie the main :0 to vnc? that way you can control the > > desktop just like when you take control of a windows machine? > > Yes. If you are using an RPM-based system, there are even > pre-

Re: Can :0 be tied to vncserver?

2001-01-19 Thread Jens Wagner
I think you'll have to wait until next week, then I'll release a new version that supports more platforms. Btw, are you using Solaris8 sparc or intel? Greetings, -jens brandon willis wrote: > I guess I should have been more clear when I asked this question. I am > running Solaris 8, so unles

Re: kernel hooks

2001-02-18 Thread Jens Wagner
The /dev/fb is no problem, I'd just have to subclass rfb::Framebuffer. The real work is to convert keyboard input from /dev/tty... to X Windows (RFB) keycodes and to get mouse events from /dev/mouse or gpm. I didn't have much time to check this out yet. Any ideas? Btw, I'd use a linux 2.4.x kernel