Results 1 to 3 of 3
Hi All,
I am a true nuewbie here, and really could use some advice. I am using elive linux, and just downlaoded RealVNC and trying to get it installed. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-19-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
VNC Install
Hi All,
I am a true nuewbie here, and really could use some advice. I am using elive linux, and just downlaoded RealVNC and trying to get it installed. I downloaded the tar.gz file, and ran the tar -xvzf command and created the new folder. This is where I am stuck.
1. What am I suppoed to do from here - the readme file gave some instructions but it was unclear.
2. I find I am having problems changing the dirctory to the new folder. In the terminal, I cd /home/sam and can see the new folder - VNC, but when I do a cd /vnc it says that it does not exixt, but I can see it and access the files in the File Manager.
I have also read that I needed to be in root to do this? In elive, when I go to root I cannot find the terminal anywhere.
Can someone help me? This is the first package I am trying to install. I also used synaptic and installed the VNC package, and it says it was successful, but how to I launch VNC? I use listening mode, server and viewer, but don't understand how to do this in Linux. You help is greatly appreciated.
Sam.
- 11-19-2007 #2
if u edi cd /home/sam, use "cd vnc" instead "cd /vnc"
- 11-19-2007 #3
Unless they are doing something different in Elive over other distros, the vnc configuration directory is in your home directory as a hidden file... .vnc. So it would be:
To launch the vncserver on this machine you would do as regular user:Code:cd /home/sam/.vnc
It will ask for password twice. Input that and vncserver should get up and running on the :1 instance of xserver. So from another machine (and provided all ports are open and clear) you would "vnc" into this Elive box from another machine using:Code:vncserver
"5900" is the port that vnc will use and the "1" at the end of 5900 is the instance I spoke of earlier. If you wish to log into the :0 instance... (that is... the instance of xserver like you were actually sitting in front of the server machine), that requires some configuration to your /etc/X11/xorg.confg file. See here for more details on that.Code:vncviewer elive.boxs.ip.address:5901


Reply With Quote
