tight vnc problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers tight vnc problem
# 1  
Old 12-07-2009
tight vnc problem

Hi every one please help to find a way for remote connect to a graphical sco unix Xsession whit tight vnc
i had installed tightvnc on sco unix 5.0.6 and i connect to new session with tight vnc client but i want to connect to started X session and control it
xstartup file
Code:
 PATH=$PATH:/usr/bin/X11 ; export PATH
 [ -f $HOME/.Xresources ] && xrdb $HOME/.Xresources
 scosession &

 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

vnc problem

Hello, I install VNC server 5.2.1 on AIX 5.3 and when i try to connect with VNC viewer it get error message : "The connection was refused by the host computer" Hope u guys can help me Thanks (3 Replies)
Discussion started by: moudmm
3 Replies

2. Solaris

VNC viewer problem

hi all i cant connect to vnc viewer ... when i try it showing follwing error message write/select : connection aborted (10053) Do you wish to attempt to reconnect to 1##.2##.###.1# # help me any one solved before this problem (3 Replies)
Discussion started by: coolboys
3 Replies

3. UNIX for Dummies Questions & Answers

Problem setting display using vnc viewer

Hi All, I am having a linux machine and i used to work on this machine either directly or by using vncviewer from my windows machine. So everytime i launch new terminal on my vnc view i need to set DISPLAY. So i added the following code in my .cshrc if ($?VNCDESKTOP == 1) then setenv... (1 Reply)
Discussion started by: sarbjit
1 Replies

4. Post Here to Contact Site Administrators and Moderators

Linux forums a bit tight ?

Hi, I had done a long post here about the PCLinuxOS distribution but when I clicked on "submit" I got a message saying the post was too short : coming back has shown that my message disappeared : would you check how this forum is setup ? Thanks Mélodie (5 Replies)
Discussion started by: melodie
5 Replies

5. Red Hat

VNC problem

Hello all, I have the folowing problem: When I connected to a VNC server instance, the screen on the vncserver was frezzed. So, I executed the following commands in order to reestablish the VNC instance: service vncserver stop service vncserver start No problem at this point, but now when... (5 Replies)
Discussion started by: mig28mx
5 Replies

6. UNIX for Dummies Questions & Answers

Problem with VNC

Hi all, I have vncserver installed on Sun Solaris 8. The xstartup file looks like: #!/bin/sh && xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & /usr/dt/bin/dtwm & I have installed VNC on /usr/local/bin. When I try to... (0 Replies)
Discussion started by: naw_deepak
0 Replies

7. Red Hat

Problem with VNC

Hi all, I have a RHEL 5.0 vnc server. It is running on runlevel 5. When I try to connect with vnc client on Windows machine, it connects with no graphics. A terminal comes look like runlevel 3. When I check the run level on the terminal, it shows 5. I have both desktop (Gnome & KDE) installed... (4 Replies)
Discussion started by: naw_deepak
4 Replies

8. Windows & DOS: Issues & Discussions

VNC copy paste problem

Hi, Am unable to cut & paste between the VNC windows client and local Windows machine. In few VNC windows client, i was able to do. (2 Replies)
Discussion started by: param_it
2 Replies

9. Linux

VNC problem

Hi All, I really love this forum, i put here many problem and i got the solution. thanks to all forum guys. I am putting another problem here actually this problem in my VNC session to start the VNC session i am running : #vncserver -geometry 1024x768 -depth 24 New... (0 Replies)
Discussion started by: daya.pandit
0 Replies
Login or Register to Ask a Question
vncsnapshot(1)								VNC							    vncsnapshot(1)

NAME
vncsnapshot - grab snapshots from VNC servers SYNTAX
vncsnapshot [options] host:display JPEG-file vncsnapshot [options] -listen local-display JPEG-file vncsnapshot [options] -tunnel host:display JPEG-file vncsnapshot [options] -via gateway host:display JPEG-file DESCRIPTION
VNC Snapshot is a command-line program for VNC. It will save a JPEG image of the VNC server's screen. This manual page documents version 1.2a of vncsnapshot. OPTIONS
-allowblank Allow blank (all black) images as snapshots. See -ignoreblank. -compresslevel level Compress network messages to level, if the server supports it. level is between 0 and 9, with 0 being no compression and 9 the maximum. The default is 4. -cursor Include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. -encodings list Use the given encodings. The default is "copyrect tight hextile zlib corre rre" or "raw copyrect tight hextile zlib corre rre" when VNC snapshot and the server are on the same machine. -ignoreblank Ignore blank (all black) screens; do not save the screen until a screen that is not all black is received. This is useful with some servers that send an initial all-black screen before sending the actual screen. This is the default. -jpeg Request the remote server to use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). This is the default. -nocursor Do not include the cursor in snapshots. Only effective if the remote server is a TightVNC version; otherwise ignored. This is the default. -nojpeg Request the remote server to not use JPEG-style encoding when sending the image, if possible. Currently only supported by TightVNC (and servers derived from it). -listen local-display Do not connect to a server; wait for the server to connect to the specified local "display". Cannot be used with -tunnel or -via options. -passwd filename Read encrypted password from filename instead of from the console. The filename can be made with the vncpasswd utility included with the vncsnapshot release. -quality quality Use the specified JPEG image quality (0-100) for the output file. The default is 100. -quiet Do not print any messages. Opposite of -verbose. -rect wxh+x+y Save a sub-rectangle of the screen, width w height h offset from the left by x and the top by y. A negative number for x or y makes it an offset from the opposite edge. A zero value for the width or height makes the snapshot extend to the right or bottom of the screen, respectively. The default is the entire screen. -tunnel Connect to the remote server via an SSH tunnel. Cannot be used with -listen or -via options. -via gateway Connect to the remote server via an SSH tunnel on the host gateway. Cannot be used with -listen or -tunnel options. -verbose Print messages; default. -vncQuality quality Use the specified image quality level (0-9) for tight encoding. The default is 9. Only effective if the remote server is a TightVNC version; otherwise ignored. -count number Take number snapshots; default 1. If greater than 1, vncsnapshot will insert a five-digit sequence number just before the output file's extension; i.e. if you specify out.jpeg as the output file, it will create out00001.jpeg, out00002.jpeg, and so forth -fps rate When taking multiple snapshots, take them every rate seconds; default 60. EXAMPLES
vncsnapshot anhk-morpork:1 unseen.jpg Get a snapshot of screen 1 from the server ahnk-morpork and save it in unseen.jpg. The entire screen is saved; the default transport is used. vncsnapshot -listen 0 portrait.jpeg Wait for a server to connect to this host (using "screen" 0), and then save the full screen image in portrait.jpeg. vncsnapshot -passwd ~/.vnc/passwd -rect 640x0+120+30 :1 subarea.jpeg Using ~/.vnc/passwd to get the server's password, connect to screen 1 on the local machine and save a rectangle 640 pixels high and extending to the right edge, offset 120 pixels from the left and 30 pixels down. vncsnapshot -rect 0x0-800-600 :1 pict.jpeg Get a snapshot that is 800 pixels from the right edge and 600 pixels from the bottom of the screen. It will extend to the screen edges, making it 800x600. Alternatively, the rectangle could be given as -rect 800x600-0-0, which specifies the same region. AUTHOR
Grant McDorman <grmcdorman@netscape.net> Based on TightVNC <http://www.tightvnc.com> and RealVNC <http://www.realvnc.com>. DISTRIBUTION
Source for vncsnapshot can be found at <http://vncsnapshot.sourceforge.net>. SEE ALSO
vncviewer(1), Xvnc(1), vncpasswd(1), vncconnect(1) Grant McDorman 1.0beta2 vncsnapshot(1)