Starting VNC thru inetd on Solaris 7

2001-07-10 Thread Edric Bulalacao
I'm having a difficult time configuring inetd to start the VNC server automatically. So far here's what I've done: Add the following lines to my /etc/services: vnc-640x480x8 5950/tcp vnc-800x600x8 5951/tcp vnc-800x600x16 5952/tcp Add the follow

Starting VNC thru inetd on Solaris 7

2001-07-10 Thread Edric Bulalacao
I finally got VNC server running thru inetd on Solaris 7 thanks to Eric Bourdin! Anyway, I'd like to be able to run it as user nobody instead of root. I've put the following lines on my inetd.conf: vnc-640x480x8 stream tcp nowait nobody /usr/local/vnc/Xvnc-50 Xvnc vnc-800x600x8 strea

VNC server not using xstartup on Solaris 7

2001-07-17 Thread Edric Bulalacao
I've got the latest VNC installed on Solaris 7. I'm executing VNC through inetd. I'd like to use an alternate window manager besides CDE. My xstartup is as follows: #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & twm & I've

How to disable authentication on VNC Java viewer?

2001-07-23 Thread Edric Bulalacao
I'm trying to disable authentication on the Java viewer. How can I accomplish this? Thanks. - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/i

Compiling VNCviewer for Windows

2001-07-25 Thread Edric Bulalacao
I made some changes to the VNCviewer for Windows source code. Do I have to use Microsoft Visuall C++ compiler to compile it? Can I just use GCC 2.95 for Windows? When I used GCC, it complained about missing files and such. - To

Re: Oracle Application Server

2001-08-01 Thread Edric Bulalacao
We're using Oracle Reports and Graphics rel 6i (not sure if this is the version that comes in Oracle 9i Internet Application Server). We use XVFB (X Virtual Frame Buffer) on headless systems, which is part of XFree86 to get around the problem. Oracle Reports requires an X server running. XVFB

RE: TightVNC vs regular VNC

2001-08-06 Thread Edric Bulalacao
My findings were based on the latest preview source code of Tight VNC...downloaded from www.tightvnc.com. Indeed, if bandwidth is your main concern, then go with Tight VNC and play around with the Custom and JPEG compression levels and the mouse cursor thingie. But in addition, you'll need to co

Re: Solaris 7 compilation issues

2001-08-09 Thread Edric Bulalacao
This is not a problem...it's a feature...does that sound like a Microsoft phrase? Anyway, this is exactly the behavior of TightVNC when you use the tight encoding. If you have a way to measure the number of packets being transferred between your client and the VNC server, you'll notice that it's

Re: [VNC] Java VNC screen size

2001-08-23 Thread Edric Bulalacao
Put this into your html file to specify desired resolution. In this example, I'm using 800x600. The reason why I've got 620 instead of 600 for the HEIGHT is that the buttons above the VNC screen (DISCONNECT, SEND CTRL-ALT-DEL, etc.) take up an additional 20 pixels in height. So whatever res

Re: [VNC] Java VNC screen size

2001-08-24 Thread Edric Bulalacao
e desired resolution. - - Original Message - Date: Thu, 23 Aug 2001 13:00:04 -0400 From: "Ryan Casey" <[EMAIL PROTECTED]> Subject: Re: [VNC] Java VNC screen size Is there any way to pass width and height at load using a querystring? Ryan - - Original Message - From: &quo

RE: Re: Resetting Xvnc using xdm

2001-08-24 Thread Edric Bulalacao
For Solaris font path, use this switch -fp tcp/localhost:7100 - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html ---

Re: Xvnc -inetd

2001-08-27 Thread Edric Bulalacao
Gary, Your server_args has too many args...remove Xvnc in server_args. That should take care of your problem. == Hi all, before trying to install KDE2.2 hosed my system I used to have Xvnc set up as a service

Running VNC on RedHat using xinetd

2001-08-28 Thread Edric Bulalacao
Here's a quick tutorial...someone might want to put this on their web site as a FAQ: Assumptions: 1) Support 640x480, 800x600 & 1024x768 display resolutions, add/remove display resolutions according to your preference. 2) Use color depth 8 (256 colors), change depth value according t

RE: Massive unanswerable problem with CDE & VNC (Running VNC on Solaris)

2001-09-12 Thread Edric Bulalacao
I've been able to run VNC on Solaris 2.6, 7, and 8 on Sparc and Intel platforms just fine. Here are instructions on how to configure VNC to run on Solaris thru inetd: Assumptions: a) VNC binaries have been successfully created and placed in /usr/local/vnc directory. b) root access to machine to b

WinVNC Password :(

2001-09-26 Thread Edric Bulalacao
You should be able to use Policy Editor on Windows 95/98 machines so that users can't access the registry...same way with NT/2000 machines...I believe it's called System Policy Editor on Win 2k/NT, not sure about Win ME and XP though. ---

Dedicated VNC server for another server

2002-01-29 Thread Edric Bulalacao
Does anyone know or better yet, has anyone tried off-loading the VNC server process to a separate middle tier server? I'd like to know if this is possible: Client(runs VNCviewer) -> Middle Tier Server(runs VNCserver for Main Server) -> Main Server(actual server that Client wants to acces

Re: Java/SSH/VNC howto

2002-02-01 Thread Edric Bulalacao
Yeah...if anyone has this, I'd be interested in it, too! - To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html

Running vncserver on NCR MPRAS

2001-04-17 Thread Edric Bulalacao
Has anyone been able to run the vncserver on an NCR MPRAS? - To unsubscribe, send a message with the line: unsubscribe vnc-list to [EMAIL PROTECTED] See also: http://www.uk.research.att.com/vnc/intouch.html -