Question on VNC


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Question on VNC
# 1  
Old 03-01-2012
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 the Fedora PC, I do not see it on the client....

No problem with the control, I just want the image on Fedora PC to be the same as the one on my client and vice versa.


Anyone can help me with this?
Thanks!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

vnc only allows 2 users

Hello, have an odd question... i have had VNC installed on my solaris server for over a year now and all of a sudden, i cannot have more that two sessions connected thru VNC at a time. I used to be able to have 8 users. The other problem is someone else installed the VNC server and i cannot seem... (5 Replies)
Discussion started by: rude20
5 Replies

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

3. Solaris

vnc version question

Hello, Help me understand this. I'm on a Solaris 10 server with VNC installed on it. VNC comes installed by default on Solaris 10. I 'm tiring to see if the system has the latest version of VNC installed. The package for VNC on Solaris is SUNWxvncpkginfo -l SUNWxvnc PKGINST: SUNWxvnc ... (2 Replies)
Discussion started by: bitlord
2 Replies

4. Solaris

vnc Issue

Dear all, I recently installed did VNC configuration on a Solaris Server. I am using VNC E4 2 7 as my Windows client. The issue is that every time I log into my machine and use terminal ( a few commands like df -h or any other command and then close VNC ( windows). When I log back in ,... (9 Replies)
Discussion started by: Junaid Subhani
9 Replies

5. UNIX for Dummies Questions & Answers

using VNC to connect RH

Hi, I am using VNC to connect to Redhat ES. VNC works great, but when I minimize, I can't seem to bring that window back up. Any one know how to do that. I try ALT -TAB, that brings my Windows, I am trying to bring different terminal windows with in VNC. Thanks (1 Reply)
Discussion started by: samnyc
1 Replies

6. Solaris

is x11 and vnc different?

is x11 and vnc different? to my knowledge these are used to provide graphical interface to remote machines for the user who would be sitting some where else. i guess i understood the concept correctly? if not please correct me.. ---------- Post updated at 09:20 AM ---------- Previous update... (3 Replies)
Discussion started by: chidori
3 Replies

7. Red Hat

installation question / vnc setup

hi, i am a new fedora9 user. i always confused about the usage of rpm and hope someone may clarify along with the VNC setup. let me use vnc installation as an example. I downloaded vnc rpm package from the official web site and it was automatically saved to /home/henry .. ok then i cd to... (1 Reply)
Discussion started by: k2k
1 Replies

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

9. Solaris

VNC Installation

Hi, I would like to install VNC on my Solaris 6/10 x86 machine. Can someone walk me thru it step by step? I'm very new to Solaris and I would like to get this running ASAP for school so I can VNC into it and use it remotely. I have serached online but the information is so abundant. I don't know... (1 Reply)
Discussion started by: kungpow
1 Replies

10. UNIX for Dummies Questions & Answers

Vnc

Anyone know of a site where I can download a copy (non-evaluation copy and preferably free. ;) nods to Neo's post in UNIX Operating System thread) of VNC for RedHat 8? Thanks in advance. (7 Replies)
Discussion started by: google
7 Replies
Login or Register to Ask a Question
vncpasswd(1)						     Virtual Network Computing						      vncpasswd(1)

NAME
vncpasswd - change the VNC password SYNOPSIS
vncpasswd [passwd-file] vncpasswd -f DESCRIPTION
vncpasswd allows you to set the password used to access VNC desktops. Its default behavior is to prompt for a VNC password and then store an obfuscated version of this password to passwd-file (or to $HOME/.vnc/passwd if no password file is specified.) The vncserver script runs vncpasswd the first time you start a VNC desktop, and it invokes Xvnc with the appropriate -rfbauth option. vncviewer can also be given a password file to use via the -passwd option. The password must be at least six characters long (unless the -f command-line option is used-- see below), and only the first eight charac- ters are significant. Note that the stored password is not encrypted securely - anyone who has access to this file can trivially find out the plain-text password, so vncpasswd always sets appropriate permissions (read and write only by the owner.) However, when accessing a VNC desktop, a challenge-response mechanism is used over the wire making it hard for anyone to crack the password simply by snooping on the network. OPTIONS
-f Filter mode. Read a plain-text password from stdin and write an encrypted version to stdout. Note that in filter mode, short or even empty passwords will be silently accepted. FILES
$HOME/.vnc/passwd Default location of the VNC password file. SEE ALSO
vncviewer(1), vncserver(1), Xvnc(1) vncconfig(1), http://www.tigervnc.org AUTHORS
Tristan Richardson, RealVNC Ltd. Antoine Martin D. R. Commander VNC was originally developed by the RealVNC team while at Olivetti Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were implemented by Constantin Kaplinsky. Many other people participated in development, testing and support. TigerVNC 09 Jul 2010 vncpasswd(1)