RE: VNC for XFree86 4.x

2002-04-25 Thread Sharma, Shashi
XFree86 4.x On Thu, Apr 25, 2002 at 11:46:32AM -0400, Sharma, Shashi wrote: > Thanks a lot Alan. > This is what I wanted for a long time. I have a question, does your vncfb > compiles in Solaris ? Is it possible to get the same functionality with the > Xsun ? I believe Solaris had a porting

RE: VNC for XFree86 4.x

2002-04-25 Thread Sharma, Shashi
Thanks a lot Alan. This is what I wanted for a long time. I have a question, does your vncfb compiles in Solaris ? Is it possible to get the same functionality with the Xsun ? -shashi -Original Message- From: Alan Hourihane [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:37 A

RE: Closing of AT&T Cambridge

2002-04-22 Thread Sharma, Shashi
A very sad day indeed. Best of luck for the future. -Original Message- From: Chuck Renner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 2:04 PM To: '[EMAIL PROTECTED]' Subject: Closing of AT&T Cambridge For those that haven't heard, the AT&T Cambridge Research Lab is closing:

RE: vncpasswd for Windows

2002-04-19 Thread Sharma, Shashi
I dont think you can get the cleartext from the password. The file which does the job of authenticating is d3des.c file in the source code. The way it works on the vnc is server sends a challenge to client ->16 bytes client reads the challenget and then encyrpt it with the password and send ba

RE: Antwort: Re: avoid

2002-04-17 Thread Sharma, Shashi
Right click on VNC icon on the tray and select Close VNC. This will stop the winvnc service. When you want the connection back, start the VNC Server service. you can write a batch file to do all this stopconnect.bat -- cut here --- @echo off net stop winvnc - cut here -- startconnect.bat -- cut

RE: Windows 2000 Machines

2002-04-16 Thread Sharma, Shashi
oftware on the local desktop. No to number 2. Thanks -Original Message----- From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 4:05 PM To: '[EMAIL PROTECTED]' Subject: RE: Windows 2000 Machines Check the following. 1. Is your vnc software on the netwo

RE: Windows 2000 Machines

2002-04-16 Thread Sharma, Shashi
Check the following. 1. Is your vnc software on the network drive ? A service cannot be on the network drive so you got to put in your local drive. 2. Did you install the vnc and moved the executable or rename the drive ? In which case you have to run(from the directory where winvnc.exe exitst) w

RE: VNC on VMS

2002-04-16 Thread Sharma, Shashi
; -Original Message- > From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] > Thanks. That was a good idea. I am thinking of running Xvnc > on a sun box and > on VMS setting the display to the sun > on vms > export DISPLAY=sunbox:1 Be sure to use the vms syntax here!! > and then

RE: VNC on VMS

2002-04-16 Thread Sharma, Shashi
alkto:+31(71)5256660 > -Original Message- > From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 12, 2002 8:07 PM > To: '[EMAIL PROTECTED]' > Subject: VNC on VMS > > > Does anyone know if Xvnc was ported to VMS ? > Some of our tool runs VMS and w

RE: VDACC-WINVNC, WORKING ON W2K AND NT4

2002-04-13 Thread Sharma, Shashi
Rudi, Installed the new driver for NT. Since I had the older version alerady installed, I just copied the dll to system32 and sys to system32\drivers. Some observations 1. The CPU usage is now very low. On an idle screen the CPU goes to 2%. 2. The updates are coming slower than the previous versi

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: Question on viewing the desktop

2002-04-08 Thread Sharma, Shashi
Maybe he is using bourne shell. :) in which case you have to use $HOME instead of ~ cd $HOME cd .vnc etc -shashi -Original Message- From: Mike Miller [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 2:31 PM To: [EMAIL PROTECTED] Subject: RE: Question on viewing the desktop On Mo

RE: How viewer state is saved for later restoration

2002-04-04 Thread Sharma, Shashi
VNCViewer -- Reads the graphics update from the server and paint it on the local screen and send the keyboard and mouse event to server. VNServer: Stores all the state of the display. It is stored whether you do connect to the server or not Lets create 1024x768 memory buffer and whenever

RE: vnc via ssh forwarding problem

2002-04-02 Thread Sharma, Shashi
ssh -L 5901:linux2:5901 linux2 the above line should have two differnet number for two ports?? something like ssh -L 5901:linux2:5902 linux2 Just wondering. -shashi -Original Message- From: Tianjie Gao [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 6:11 AM To: [EMAIL PROTECTE

RE: Max. number of clients per Xvnc display window [?]

2002-04-02 Thread Sharma, Shashi
This is a C++ code so it wont compile in Xvnc. You have to define the variable at the beginning of function and include the appropriate header file. -shashi -Original Message- From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 1:08 PM To: '[EMAIL PROT

RE: Max. number of clients per Xvnc display window [?]

2002-04-02 Thread Sharma, Shashi
In the Xvnc code, find the file where function main() is defined and add the following lines - begin struct rlimit rlp; rlp.rlim_cur = 2; rlp.rlim_max = 2; int ret = setrlimit(RLIMIT_NOFILE, &rlp); if ( ret < 0 ) {

RE: winvncdrv speed....Alfa Testversion available.

2002-04-01 Thread Sharma, Shashi
Thanks Rudi. I will wait for the NT version. (thats my primary platform). When do you think the NT version will be available ? Thanks again -shashi -Original Message- From: De Vos Rudi [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: winvn

Xvnc + XIE

2002-03-29 Thread Sharma, Shashi
I took the tightvnc code and modified config/cf/vnc.cf #define BuildXIElib YES Added the XIE directory from XFree86 3.3.2 src tree to the Xvnc tree and build it. I was able to compile everything cleanly but when I run Xvnc, the xdpyinfo does not show XIE extension. What else I have to do to make

RE: need for SetHook

2002-03-26 Thread Sharma, Shashi
Its in vnchooks.dll. the function is defined in vnchooks.cpp. This allow hooking into window message loop and getting the screen update information. -Original Message- From: Jasmeet S. Virdi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:24 AM To: [EMAIL PROTECTED] Subject:

RE: Limiting the Remote View

2002-03-22 Thread Sharma, Shashi
Application sharing, instead of full desktop sharing feature was implemented by Celine Ferage(sp?) as a patch. I think TightVNC will be including this patch in the next release -Original Message- From: Alex K. Angelopoulos [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 9:57 AM To

RE: The Next Generation display numbers

2002-03-20 Thread Sharma, Shashi
If Xvnc uses one port for RFB then with the current implemenation it wont be possible to open two display from Xvnc. -Original Message- From: Michael Ossmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:52 AM To: [EMAIL PROTECTED] Subject: Re: The Next Generation display

RE: How can I use PsuedoColor

2002-03-18 Thread Sharma, Shashi
You the commandline option -cc 3 -Original Message- From: Morrison Davis [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 3:17 PM To: [EMAIL PROTECTED] Subject: How can I use PsuedoColor How can I force my vncserver to use PsuedoColor instead of TrueColor. Thanks Morry e-mail

RE: Win2k shared registry setting

2002-03-14 Thread Sharma, Shashi
Check the ConnectPriority setting in the VNC documentation. -shashi -Original Message- From: Jeff Wood [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 2:32 PM To: [EMAIL PROTECTED] Subject: RE: Win2k shared registry setting I know this has been posted before but I do not seem

RE: Window size...

2002-03-14 Thread Sharma, Shashi
If you are using tightvnc server then you can scale the window to anything you want. Right click on the vncviewer window and select connection option -shashi -Original Message- From: John Schultz [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 7:53 AM To: [EMAIL PROTECTED] Subje

RE: Unable to run application

2002-03-14 Thread Sharma, Shashi
How are you running Xvnc ? If you are not running through xdm then you have to manually add the font through -fp command line argument. Check the file /usr/dt/bin/Xsession on how its done in the normal setup. -shashi -Original Message- From: Firas Barakat [mailto:[EMAIL PROTECTED]] Sent:

RE: Locale - Solaris 2.7 and VNC

2002-03-14 Thread Sharma, Shashi
Try the following; it works in my machine Add -fp "/usr/openwin/lib/X11/fonts/F3bitmaps/,/usr/openwin/lib/X11/fonts/Type1/,/us r/openwin/lib/X11/fonts/Speedo/,/usr/openwin/lib/X11/fonts/misc/,/usr/openwi n/lib/X11/fonts/75dpi/,/usr/openwin/lib/X11/fonts/100dpi/" to your Xvnc command line. In th

RE: winvncdrv & NT4

2002-03-13 Thread Sharma, Shashi
-- From: Sharma, Shashi [mailto:[EMAIL PROTECTED]] Sent: Monday, March 11, 2002 3:44 PM To: '[EMAIL PROTECTED]' Subject: RE: winvncdrv & NT4 Installed the driver(NT4) and followed all the instructions. On the bootup no errors are displayed but when making the connection from a norma

RE: Remote Desktop Reviews

2002-03-13 Thread Sharma, Shashi
I would be very suprised if Konqueror runs ActiveX plugin. ActiveX is not code neutral ie it doesnt uses bytecode so it should not be able to say take ActiveX from Win32 platform and run unmodified in linux platform. just my 2p -shashi -Original Message- From: Alex K. Angelopoulos [mailt

RE: Unable to cooperate at same desktop ?

2002-03-12 Thread Sharma, Shashi
Run Xvnc with option -alwaysshared -- or -- Before connection to the server clicked the shared checkbos form connection option dialog box -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 4:38 PM To: [EMAIL PROTECTED] Subject: Unable to

RE: winvncdrv & NT4

2002-03-11 Thread Sharma, Shashi
Installed the driver(NT4) and followed all the instructions. On the bootup no errors are displayed but when making the connection from a normal vncviewer (tightvnc) the server pops up the message box "No video driver detected\This version is winvncdrv only" Any idea what is causing the error. -s

RE: Winvncdrv Update (drivers for w2k and nt4)

2002-03-11 Thread Sharma, Shashi
If you give me the specs I can write this utility. Please send me email if you are interested. -shashi [EMAIL PROTECTED] -Original Message- From: De Vos Rudi [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: Winvncdrv Update (drivers for w2k

RE: VNC Video Driver (Hook) for Win2K

2002-03-06 Thread Sharma, Shashi
As far as I know, you have to use the vnc server bundled with the driver. You can also patch the code changes to tightvnc and make it work. 1.The normal WinVNC server will not use the video hook driver. You will have to use the one Rudi wrote. 2. You can use any vncviewer but then you may not be

RE: shift key getting "stuck" on for mouse operations

2002-03-05 Thread Sharma, Shashi
I dont know whether this will work or not(I am not able to reproduce the problem) but you may try Select the vncviewer window press Shift Key (and keeping it pressed) select any other window and release the shift key. If this doesnt work try Select any window (other than vncviewer) and press Shi

RE: Display Access refused by server

2002-02-06 Thread Sharma, Shashi
Either start Xvnc with -ac option(edit your vncserver file) or after starting Xvnc run the command xhost +. Both of them opens potential security problem. -Original Message- From: Olivier Picot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 9:40 AM To: [EMAIL PROTECTED] S

RE: many connections modifications

2002-01-22 Thread Sharma, Shashi
I am not aware if there are any restriction on the number of connection in the code. Are you talking about WinVNC or Xvnc ? Thanks -shashi -Original Message- From: Lonnie Cumberland [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 7:06 AM To: [EMAIL PROTECTED] Subject: many con

XVNC and XServer Extensions

2001-11-02 Thread Sharma, Shashi
Hi everyone, I am trying to run some proprietary software on Xvnc which uses the XIL extensions.. I am not sure whether the Xvnc supports the XIL extension, most probably it doesnt. My question to all the gurus 1. Is there any possiblity to add the XIL extension to the Xvnc ? I am willing to do th

RE: VNC Protocol trace

2001-10-31 Thread Sharma, Shashi
This is brief description of handshake between server and viewer. // RFB Handshake // 1. Server => Viewer 12 bytes of RFBVersion of Server // 2. Viewer => Server 12 bytes of RFBVersion of Viewer // 3. Server => Viewer 4 bytes of auth schme used by the server //

RE: VNC server on a system without any graphics system whatsoever ?

2001-10-01 Thread Sharma, Shashi
I think you can. The Xvnc doesnt rely on framebuffer or any hardware device so it should be possible. -shashi -Original Message- From: Alex Pavloff [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 1:06 PM To: '[EMAIL PROTECTED]' Subject: VNC server on a system without any graphic

RE: Taskmanager and a comments about VNC

2001-08-12 Thread Sharma, Shashi
I see taskmanager on my remote machine. i have no problem. If you tell us what os you are using and what is your setup perhap someone here can help you. - Linux users don't see their mousepointer moving when their machine is taken over Xvnc is not like WinVNC. Xvnc is more like a terminal server

RE: ALT+TAB

2001-08-06 Thread Sharma, Shashi
Certainly. right click on the title bar and select Alt Down Press tab Right click on the title bar and select Alt up. you can send any combination of key with this method. -Original Message- From: MotorPsyko [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 10:33 AM To: [EMAIL P

RE: ConnectPriority - can't share Windows NT VNC server

2001-08-06 Thread Sharma, Shashi
Its in HKLM\Software\ORL\WinVnc3 Not in HKLM\Software\ORL\WinVnc3\Default -Original Message- From: Chris de Vidal [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 05, 2001 7:04 AM To: [EMAIL PROTECTED] Subject: ConnectPriority - can't share Windows NT VNC server I can't seem to get Con

RE: how can 2 people can use vnc

2001-08-04 Thread Sharma, Shashi
On unix you can start Xvnc with -alwaysshared. This will autmatically share even if the viewer is not asking for it. On WinVNC the registry entry under HKLM\Software\ORL\WinVNC3 ConnectPriority DWORD = 1 will do the same. -shashi -Original Message- From: Thomas Herrmann [mailto:[EMAIL PRO

RE: NT4Server: VNC Service Won't Stop

2001-07-31 Thread Sharma, Shashi
I have a program which kill a process even if the task manager cant kill it. send me an email if you want it. -shashi -Original Message- From: Jeff Beaugrand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:01 AM To: '[EMAIL PROTECTED]' Subject: NT4Server: VNC Service Won't Stop

RE: a Question

2001-07-17 Thread Sharma, Shashi
That was my question. the only way vnc will not work is when you remove tcp/ip from the machine. the newer windows os will not even let you do it. tcp/ip and netbeui can sit side by side so why wouldnt you allow tcp/ip for vnc. -shashi -Original Message- From: Neal Isaac [mailto:[EMAIL PR

RE: a Question

2001-07-17 Thread Sharma, Shashi
just curious. why would you want to run any application using netbeui. -shashi -Original Message- From: Glenn Maks [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 9:07 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: a Question originally I was responding to a questi

RE: RFB Protocol 4.0 - encodings wanted

2001-07-16 Thread Sharma, Shashi
Where can I get the docs for RFB 4.0/5.0 ? And Can we add a request in the RFB protocol to query for the pointer/keyboard state ? ie x,y coordinate of the pointer and the state of capslock etc key. -shashi -Original Message- From: Stig A. Olsen [mailto:[EMAIL PROTECTED]] Sent: Monday, Jul

Priority to user on local machine in mouse/keyboard event handlin g.

2001-07-11 Thread Sharma, Shashi
Is it possible to setup vncserver so that the mouse/keyboard handling on the local machine take precedence over the remote client(vncviewer). That is if the person on the console moves the mouse, then the vncviewer is set to read-only mode and as soon as the person stops moving the mouse, the vnc

RE: I connected to my Unix VNC server and I just see a grey deskt op with a cursor.

2001-05-03 Thread Sharma, Shashi
I dont know whether this will work or not. but can try editing the file /usr/dt/config/Xservers there is one line per xserver :0 Local local_uid@console root /usr/openwin/bin/Xsun :0 -nobanner -Original Message- From: maurat gerard [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03,

RE: Unix $DISPLAY env variable

2001-04-12 Thread Sharma, Shashi
try adding -display hostname:1 to the xhost command -Original Message- From: Brooke Wallace [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 12, 2001 11:48 AM To: [EMAIL PROTECTED] Cc: Sharma, Shashi Subject: RE: Unix $DISPLAY env variable Ok, granted I can say xhost+ and it works

RE: Unix $DISPLAY env variable

2001-04-12 Thread Sharma, Shashi
Actually the authorization checks in XServer is per user. IF you start Xvnc with -ac option then it will disable authorization checks, which is equivalent to xhost + There is one more convoluted way of doing it without -ac option by using xauth command. -shashi -Original Message- Fro

RE: Single window add-on

2001-04-11 Thread Sharma, Shashi
I had the same problem. And I got this reply from the author which fixed it. >> >>[EMAIL PROTECTED] wrote : >> >> > Hi Ciline, >> > >> > I also fixed the missing problem with GetHwndFn() missing in vncBuffer. >>The following works for me: >> > >> > vncBuffer.h: >> > >> > public: >

x0rfbserver Compilation Problem

2001-04-06 Thread Sharma, Shashi
Has anybody tried compiling x0rfbserver ? I am trying to compile on Solaris with gcc and after numerous twiddling with the Makefile, I was finally able to compile the source. I am now getting multiple symbols defined errro during linking. ... ld: fatal: symbol 'operator

RE: Question

2001-03-15 Thread Sharma, Shashi
I have seen this problem too. On Xvnc i fix this problem by giving the option -deferupdate 0 -shashi -Original Message- From: David [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 7:42 AM To: [EMAIL PROTECTED] Subject: Question I have been running VNC over a cable modem via an

RE: problem with installation/use of vnc

2001-03-14 Thread Sharma, Shashi
x27;m running vncserver as a non root user with no extra steps. Wouldn't running as root be an unwarranted extra security risk? --- "Sharma, Shashi" <[EMAIL PROTECTED]> wrote: > I think you have to run the program as root.(There > is something in the FAQ > on how to run as

RE: problem with installation/use of vnc

2001-03-14 Thread Sharma, Shashi
I think you have to run the program as root.(There is something in the FAQ on how to run as nonroot). In any case try running Xvnc : directly from the shell as a root. -shashi -Original Message- From: Dave Drager [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 14, 2001 4:35 AM To: [

RE: but exactly which part of ftp is possibly unsafe?

2001-03-13 Thread Sharma, Shashi
I think the unsafe part of the ftp is that it uses two different ports and by default one is outbound and the other is inbound. Port 21 is used for sending ftp commands and the other port(20 by default) is used for actual data. All client I have seen changes the data port to something else and th

RE: GDI DLL Wrapper

2001-03-10 Thread Sharma, Shashi
I installed the RAdmin program today. There is no GDI.dll in the system32 directory but the program installs a driver Raddr.dll which loads in Base group(very early in the boot process). I am assuming it is hooking to vga driver and rom the export table one can see that it is using function from

RE: GDI DLL Wrapper

2001-03-08 Thread Sharma, Shashi
AIL PROTECTED]] Sent: Thursday, March 08, 2001 3:15 PM To: '[EMAIL PROTECTED]' Subject: Re: GDI DLL Wrapper 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

RE: GDI DLL Wrapper

2001-03-08 Thread Sharma, Shashi
the WinVNC -shashi -Original Message- From: Andrew Lyon [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 08, 2001 7:13 AM To: '[EMAIL PROTECTED]' Subject: RE: GDI DLL Wrapper What about non gdi updates? Directdraw etc? -Original Message----- From: Sharma, Shashi [mailto:[EMAIL

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

Single Shared Appliation

2001-02-22 Thread Sharma, Shashi
Hi Everyone, I am a newbie to this list and I have a question. I saw this posting in the archive but didnt see any reply. [...] Contribs pages. I have applied all the code to the 3.3.3r7 src, and removed the Corba stuff from my project so it will compile, and am now down to a problem with the f