LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   windows vnc client and linux vnc server problem (https://www.linuxquestions.org/questions/linux-software-2/windows-vnc-client-and-linux-vnc-server-problem-452707/)

tungaw2001 06-08-2006 04:46 AM

windows vnc client and linux vnc server problem
 
Hi All,

I installed the vnc server on my Redhat linux 9.0. I have a windows xp serves as the vnc client. If i try to connect to my linux box, i can connect, i can access the programs,etc through vnc client from windows. But on the linux box, the window didn't change on all the things i've done remotely.

i connect from windows xp e.g. 192.168.229.100:1
+ password.

how can i resolve this problem???????


thanks for the reply.

ronald

bathory 06-08-2006 05:38 AM

Quote:

i connect from windows xp e.g. 192.168.229.100:1
This is the normal behavior of vnc. It connects to :1 display while your actual X-server runs on display:0. If you want to use the real display you need x11vnc

Cheers

tungaw2001 06-11-2006 07:57 PM

I downloaded the package of x11vnc, however, i can't install it. I encountered problem on ./configure command. is there any rpm package of x11vnc?.

randyding 06-11-2006 08:19 PM

Also, you can use the vnc already installed to get the :0 display.
http://www.realvnc.com/products/free/4.1/x0.html

tungaw2001 06-13-2006 02:57 PM

Thanks for the quick reply. I'm still experimenting it. I was able to run it but it prompts me for a password. I run vncpasswd and inputted the password but no success yet. Upon reviewing the docs, i already figured out how to set it up. BTW, where can i see these things?

Section "Screen"
...
Option "SecurityTypes" "VncAuth"
Option "UserPasswdVerifier" "VncAuth"
Option "PasswordFile" "/root/.vnc/passwd"
EndSection

tungaw2001 06-13-2006 02:58 PM

on the /etc/X11? display properties?

randyding 06-14-2006 12:40 AM

Are you asking what file to edit for these settings?
The FAQ says
Code:

The parameters listed in the Xvnc manual page can be set as options in XF86Config.
but depending on your distro, its most likey the /etc/X11/xorg.conf file.

tungaw2001 06-16-2006 05:12 AM

I know now where I can edit the file. /etc/X11/XF86Config. However, I want now, that without signing on yet, the x0vncserver will automatically startup. From a vncclient, I will be the one to login as i did on windows. So it means that the x0vncserver is running on background.

SOS!!!!

thanks

randyding 06-17-2006 12:06 AM

I'm not sure. I recommend following the instructions in the faq, specifically where it says to add the load "vnc" in the driver section.
The x0vncserver is an alternate program that isn't as efficient and only recommended when you are not able to use the vnc driver from some reason.
I use the vnc driver all day long every day. Works great and does exactly what you are asking.


All times are GMT -5. The time now is 07:07 AM.