Sponsored Content
Full Discussion: Vnc
Top Forums UNIX for Dummies Questions & Answers Vnc Post 36717 by google on Tuesday 3rd of June 2003 01:48:12 PM
Old 06-03-2003
Thanks for the link. TightVNC looks interesting, may give that a try just to see it..

thanks again.
 

10 More Discussions You Might Find Interesting

1. Solaris

VNC setup

Hi, I need to setup VNC to get the X display on my local machine. I installed vncserver, according to the link http://salixtraining.co.uk Started the VNC server. But i am not getting the display from the vncviewer. I get connection timed out error. Actually i am on SSH connection. ... (0 Replies)
Discussion started by: bang_dba
0 Replies

2. UNIX and Linux Applications

My VNC died

Greetings all, I'm on a solaris 9 system with vnc-4.1.2 installed. I had a connection to a vnc server that suddenly started sapping up cpu cycles - getting up around 13%. I killed the server instance, and now when I try to start a new server, i get the following message: "vncserver: socket... (0 Replies)
Discussion started by: mike_q
0 Replies

3. 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

4. Solaris

VNC Connect

Hi all, Almost at my wit ends, trying to connect to vnc port 0 on Solaris 10. configured Xservers with the followin: :0 Local local_uid@none root /usr/X11/bin/Xserver :0 -rfbauth /etc/.vnc/passwd -rfbport 5900 :1 Local local_uid@none root /usr/X11/bin/Xserver :1 -rfbauth... (1 Reply)
Discussion started by: srage
1 Replies

5. Solaris

vnc error

hi all, when i try to configure vnc server on solaris to able to connect from windows when i run vncserver command in solaris 10 i got this error root@local $ vncserver vncserver: couldn't find "Xvnc" on your PATH. root@local $ what can i do to solve this problem (3 Replies)
Discussion started by: xxmasrawy
3 Replies

6. Solaris

VNC in solaris 10

First you need to know that I'm 100% new to solaris/unix. I'm trying to setup VNC on my sparc based server that I just installed solaris 10 on but when I type in vncserver to start it, I get "couldn't find "xauth" on your PATH" What do I do so I can get a gui up and running remotely on my... (20 Replies)
Discussion started by: QuadRunner750
20 Replies

7. UNIX and Linux Applications

VNC trouble

I have been having issues with VNC. I have been gettining a lot of errors but mostly gray screens and some black screens. I think this may also be a gnome error. I know that the xstartup file is the file to look at. > more ~/.vnc/xstartup #!/bin/sh && xrdb $HOME/.Xresources xsetroot -solid... (0 Replies)
Discussion started by: bitlord
0 Replies

8. UNIX Desktop Questions & Answers

Question on VNC

Hi, I set-up my VNC Server on a Fedora 13 and I have a client on windows. I can access the Fedora PC but when I move the mouse and click on folders, I do not see the Fedora Desktop updating (I don't see the things that I am doing in my client on the Fedora PC) Then, when I do something on... (0 Replies)
Discussion started by: h0ujun
0 Replies

9. Solaris

Solaris and VNC

Hi Guys, I need some assistance with getting vnc viewer from an WinXP machine to be able to connect to a vncserver on Solaris. I have run vncserver on Solaris and i get the following message:- http://i46.tinypic.com/v6ktaf.jpg Is this right ? i see there are a couple of errors in the... (4 Replies)
Discussion started by: mansnake
4 Replies

10. Linux

Open vnc:0

Hi, Is there a way to open vnc:0 on redhat? Thanks (1 Reply)
Discussion started by: Somename
1 Replies
VNCCAPTURE(1p)						User Contributed Perl Documentation					    VNCCAPTURE(1p)

NAME
vnccapture - Capture a screenshot via VNC SYNOPSIS
vnccapture [options] [numcaptures] Options: -P --password=str password for the VNC server, if applicable -H --host=str address of VNC server (default: 'localhost') -p --port=num TCP port for VNC server (default: 5900) -d --depth=8|16|24 screen depth for capture (default: 24) -t --type=ext image type for output (default: 'png') -C --cursor include the mouse cursor in the image -o --outfile capture to the specified path otherwise capture to "snapshot<num>.<type>" -v --verbose print status and diagnostics to STDOUT -h --help verbose help message -V --version print the Net::VNC version DESCRIPTION
Connect to a VNC server and capture the screen one or more times. The output is written to, for example, "snapshot0001.png". The number is the sequence of captures and the extension is specified by the "--type" argument. The "--type" argument can be any format that Image::Imlib2 can support. SEE ALSO
Net::VNC Image::Imlib2 AUTHOR
Chris Dolan, cdolan@cpan.org perl v5.12.4 2011-10-31 VNCCAPTURE(1p)
All times are GMT -4. The time now is 02:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy