(E-Mail Removed) <(E-Mail Removed)> wrote:
> By the way, this is my command in my computer (IP : 192.168.1.45):
> # vncsever
> New 'X' desktop is Pentium4C:1
OK, VNC has created a *NEW* desktop display on :1 (presumably :0 is
already assigned to your screen?)
> In another computer (IP : 192.168.1.44) , I do same command :
> # vncserver :1 -geometry 800x600
> New 'X' desktop is Linux:1
I don't see the relevance of this second server
> After that, I do this command:
> #vncviewer -fullscreen 192.168.1.45
> Unable to connect to VNC server
This is trying to view VNC display :0 on the first of your servers (.45),
but there isn't such a thing.
> #vncviewer 192.168.1.45:1
> Password: xxxxxx
> I can see the desktop on that computer (192.168.1.45). But not same
> with running desktop.
This is successfully connecting to the newly created VNC desktop 1 on
the first of your servers (.45). THIS IS NOT THE SAME AS WHAT YOU SEE
ON THE SCREEN OF THAT SERVER.
> Do you wanna help me again?
It's the same answer as someone else has already told you. VNC on
GNU/Linux platforms does not share an existing display; it creates a
new one.
I suggest you go back and read the advice in the other posts, because
one of them even gives you a correct alternative command to achive
your requirements.
Chris